{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Issue Attribute Definitions API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Issue Attribute Definitions", "type": "folder" }, "items": [ { "info": { "name": "Your GET endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/construction/issues/v1/projects/:projectId/issue-attribute-definitions", "headers": [ { "name": "x-ads-region", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "The number of custom attribute definitions to return in the response payload. For example, limit=2. Acceptable values: 1-200. Default value: 200." }, { "name": "offset", "value": "", "type": "query", "description": "The number of custom attribute definitions you want to begin retrieving results from." }, { "name": "filter[createdAt]", "value": "", "type": "query", "description": "Retrieves items that were created at the specified date and time, in one of the following URL-encoded formats: YYYY-MM-DDThh:mm:ss.sz or YYYY-MM-DD. Separate multiple values with commas." }, { "name": "filter[updatedAt]", "value": "", "type": "query", "description": "Retrieves items that were last updated at the specified date and time, in one of the following URL-encoded formats: YYYY-MM-DDThh:mm:ss.sz or YYYY-MM-DD. Separate multiple values with commas." }, { "name": "filter[deletedAt]", "value": "", "type": "query", "description": "Retrieves types that were deleted at the specified date and time, in one of the following URL-encoded formats: YYYY-MM-DDThh:mm:ss.sz or YYYY-MM-DD. Separate multiple values with commas. " }, { "name": "filter[dataType]", "value": "", "type": "query", "description": "Retrieves issue custom attribute definitions with the specified data type. Possible values: list (this corresponds to dropdown in the UI), text, paragraph, numeric. For example, filter[dataType]=text,numeric." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves information about issue custom attributes (custom fields) for a project, including the custom attribute title, description and type." } ] } ], "bundled": true }