{ "opencollection": "1.0.0", "info": { "name": "Approval Get Metadata API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Get Metadata", "type": "folder" }, "items": [ { "info": { "name": "Get metadata for an entity.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:ProviderID/$metadata", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-ApplicationKey", "value": "" } ], "params": [ { "name": "ProviderID", "value": "", "type": "path", "description": "The ID for the entity (in this case, the report). This is returned when getting all providers." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": " ", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns metadata for the specified ProviderID. A JSON schema is returned representing the metadata." } ] } ], "bundled": true }