{ "opencollection": "1.0.0", "info": { "name": "Frame.io Account Permissions Search API", "version": "v4.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://ims-na1.adobelogin.com/ims/authorize/v2", "accessTokenUrl": "https://ims-na1.adobelogin.com/ims/token/v3", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search account", "type": "http" }, "http": { "method": "POST", "url": "https://api.frame.io/v4/accounts/:account_id/search", "params": [ { "name": "account_id", "value": "54510046-73dd-4f53-acdb-f6894fd4ae5a", "type": "path" }, { "name": "after", "value": "", "type": "query", "description": "Opaque Cursor query param for requests returning paginated results.\n
\nNOTE: this value is auto-generated and included as part of links from a previous response. It is not intended to be human readable.\n" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "include_total_count", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search across assets, folders, and projects within an account.\nRate Limits: 100 calls per 1.00 minute(s) per account_user\n" } ] } ], "bundled": true }