{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Folders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Get Folder", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/data/v1/projects/:project_id/folders/:folder_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "folder_id", "value": "", "type": "path" } ] }, "docs": "Returns a specific folder." }, { "info": { "name": "Autodesk List Folder Contents", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/data/v1/projects/:project_id/folders/:folder_id/contents", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "folder_id", "value": "", "type": "path" }, { "name": "filter[type]", "value": "", "type": "query", "description": "Filter by resource type (items, folders)." }, { "name": "filter[id]", "value": "", "type": "query" }, { "name": "filter[extension.type]", "value": "", "type": "query" }, { "name": "page[number]", "value": "", "type": "query" }, { "name": "page[limit]", "value": "", "type": "query" } ] }, "docs": "Returns a collection of items and folders within a folder." }, { "info": { "name": "Autodesk Search Folder", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/data/v1/projects/:project_id/folders/:folder_id/search", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "folder_id", "value": "", "type": "path" }, { "name": "filter[displayName]", "value": "", "type": "query", "description": "Filter by display name." }, { "name": "filter[fileType]", "value": "", "type": "query", "description": "Filter by file type extension." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Searches for items within a folder hierarchy." }, { "info": { "name": "Autodesk Create Folder", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/data/v1/projects/:project_id/folders", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new folder in the specified project." } ] } ], "bundled": true }