{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Issue Attribute Mappings API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Issue Attribute Mappings", "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-mappings", "headers": [ { "name": "x-ads-region", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "limit", "value": "", "type": "query", "description": "The number of custom attribute mappings 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 mappings 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[attributeDefinitionId]", "value": "", "type": "query", "description": "Retrieves issue custom attribute mappings associated with the specified issue custom attribute definitions. Separate multiple values with commas. For example: filter[attributeDefinitionId]=18ee5858-cbf1-451a-a525-7c6ff8156775." }, { "name": "filter[mappedItemId]", "value": "", "type": "query", "description": "Retrieves issue custom attribute mappings associated with the specified items (project, type, or subtype). Separate multiple values with commas. For example: filter[mappedItemId]=18ee5858-cbf1-451a-a525-7c6ff8156775. Note that this does not retrieve inherited custom attribute mappings or custom attribute mappings of descendants." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves information about the issue custom attributes (custom fields) that are assigned to issue categories and issue types." } ] } ], "bundled": true }