{ "opencollection": "1.0.0", "info": { "name": "Noyo Carrier Carrier Mapped Field Cases API", "version": "1.0.0" }, "items": [ { "info": { "name": "Cases", "type": "folder" }, "items": [ { "info": { "name": "Get a Case for a Member Transaction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/member_transactions/:transaction_id/case", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "The unique identifier of the member transaction to get the case through." } ] }, "docs": "Returns a case if one exists for the member transaction based on the ID provided." } ] } ], "bundled": true }