{ "opencollection": "1.0.0", "info": { "name": "Openpath API Documentation auth orgs/cardFormats API", "version": "1.0.0" }, "items": [ { "info": { "name": "orgs/cardFormats", "type": "folder" }, "items": [ { "info": { "name": "List all entry card formats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/cardFormats", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "preFilter", "value": "", "type": "query" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-credential:w,o{params.orgId}-credential:r,o{params.orgId}-site:w,o{params.orgId}-site:r,o{params.orgId}-rpt:r,o{params.orgId}-rpt:w,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: listCardFormats" }, { "info": { "name": "Describe a card format", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/orgs/:orgId/cardFormats/:cardFormatId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "cardFormatId", "value": "", "type": "path" } ] }, "docs": "__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-site:w,o{params.orgId}-site:r,o:w,o:r,s-o:w,s-o:r

__Endpoint name__: describeCardFormat" } ] } ], "bundled": true }