{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Attribute API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Attribute", "type": "folder" }, "items": [ { "info": { "name": "Delete Attribute Value", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/attribute/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an attribute value by id." }, { "info": { "name": "Create Attribute Value", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new attribute value." }, { "info": { "name": "Get Attribute Value", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an attribute value by id." }, { "info": { "name": "List Attribute Types", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/types", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List all attribute types." }, { "info": { "name": "List Attribute Values", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/attributes/types/:attribute_type_id/values", "params": [ { "name": "attribute_type_id", "value": "", "type": "path" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List all attribute values for a given attribute type." }, { "info": { "name": "Search Attribute Values", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/attributes", "body": { "type": "json", "data": "{}" } }, "docs": "Search attributes based on filters specified in the request body." } ] } ], "bundled": true }