{ "opencollection": "1.0.0", "info": { "name": "FieldPulse Items API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Retrieve item by ID", "type": "http" }, "http": { "method": "GET", "url": "https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an invoice item by ID" }, { "info": { "name": "Update by Id", "type": "http" }, "http": { "method": "PUT", "url": "https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update by Id" }, { "info": { "name": "Retrieve items list", "type": "http" }, "http": { "method": "GET", "url": "https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/items", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Defaults to 20 items per page, maximum 100 items allowed." }, { "name": "page", "value": "", "type": "query", "description": "Page number. Starts from 1, defaults to 1." }, { "name": "calculate_count", "value": "", "type": "query", "description": "true or false. If true, in response will be included also total count" }, { "name": "filter", "value": "", "type": "query", "description": "Array of attribute, operator, and value parts." }, { "name": "sort", "value": "", "type": "query", "description": "Array of attribute and order values." }, { "name": "rel", "value": "", "type": "query", "description": "array consisting of indices with the desired relation to include" } ] }, "docs": "List invoice items" }, { "info": { "name": "Create item", "type": "http" }, "http": { "method": "POST", "url": "https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/items", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice item" } ] } ], "bundled": true }