{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key CustomAttributes API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CustomAttributes", "type": "folder" }, "items": [ { "info": { "name": "List CustomAttributeDefinitions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/custom-attribute-definition", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "List CustomAttributeDefinition" }, { "info": { "name": "Create a CustomAttributeDefinition", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/custom-attribute-definition", "body": { "type": "json", "data": "{}" } }, "docs": "Create a CustomAttributeDefinition" }, { "info": { "name": "Get CustomAttributeDefinition info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/custom-attribute-definition/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Retrieve a CustomAttributeDefinition" }, { "info": { "name": "Delete a CustomAttributeDefinition", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/custom-attribute-definition/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete a CustomAttributeDefinition." } ] } ], "bundled": true }