{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users RFIs 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": "RFIs", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List RFIs", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/bim360/rfis/v2/containers/:containerId/rfis", "params": [ { "name": "containerId", "value": "", "type": "path" }, { "name": "filter[status]", "value": "", "type": "query" }, { "name": "page[limit]", "value": "", "type": "query" }, { "name": "page[offset]", "value": "", "type": "query" } ] }, "docs": "Returns a list of RFIs in the container." } ] } ], "bundled": true }