{ "opencollection": "1.0.0", "info": { "name": "Noyo Carrier Carrier Mapped Field Status Detail API", "version": "1.0.0" }, "items": [ { "info": { "name": "Status Detail", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all Status Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/member_transactions/:transaction_id/status_details", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "The unique identifier of the member transaction" }, { "name": "page_size", "value": "", "type": "query", "description": "The max size of each page of results" }, { "name": "offset", "value": "", "type": "query", "description": "The integer offset at which to start the page. Possible values are 0 to total_records - 1" }, { "name": "sort_by", "value": "", "type": "query", "description": "The attribute on which to sort the status details" }, { "name": "sort_direction", "value": "", "type": "query", "description": "Either asc or desc, to denote the data's direction" } ] }, "docs": "Returns a list of all status details for a given transaction." }, { "info": { "name": "Get latest Status Detail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/member_transactions/:transaction_id/status_details/latest", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "The unique identifier of the member transaction" } ] }, "docs": "Returns the latest status detail for a given transaction." } ] } ], "bundled": true }