{ "opencollection": "1.0.0", "info": { "name": "OpenTextâ„¢ Core Application Security Web API Explorer ApiKeyManagement Attributes API", "version": "v3" }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of attributes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/attributes", "params": [ { "name": "filters", "value": "", "type": "query", "description": "A delimited list of field filters.\r\n

Field name and value should be separated by a colon (:).\r\n

Multiple fields should be separated by a plus (+). Multiple fields are treated as an AND condition. Example, fieldname1:value+fieldname2:value\r\n

Multiple values for a field should be separated by a pipe (|). Mulitple values for a field are treated as an OR condition. Example, fieldname1:value1|value2\r\n

Filtering is not supported for the following fields: picklistValues" } ] }, "docs": "Allowed Scopes: api-tenant, view-tenant-data" }, { "info": { "name": "Create a new attribute", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/attributes" }, "docs": "Allowed Scopes: api-tenant, manage-apps" }, { "info": { "name": "Update an attribute", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v3/attributes/:attributeId", "params": [ { "name": "attributeId", "value": "", "type": "path", "description": "The attribute id" } ] }, "docs": "Allowed Scopes: api-tenant, manage-apps" }, { "info": { "name": "Deletes an attribute", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v3/attributes/:attributeId", "params": [ { "name": "attributeId", "value": "", "type": "path", "description": "The attribute id" } ] }, "docs": "Allowed Scopes: api-tenant, manage-apps" } ] } ], "bundled": true }