{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours Trucks API", "version": "bearer.v1" }, "items": [ { "info": { "name": "Trucks", "type": "folder" }, "items": [ { "info": { "name": "GETv3_trucks_{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/trucks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PUTv3_trucks_{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/trucks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "DELETEv3_trucks_{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/trucks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "POSTv3_trucks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/trucks" } }, { "info": { "name": "POSTv3_trucks_technician", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/trucks/technician" } }, { "info": { "name": "GETv3_trucks_technician_{authTechId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/trucks/technician/:authTechId", "params": [ { "name": "authTechId", "value": "", "type": "path" } ] } }, { "info": { "name": "PUTv3_trucks_technician_{authTechId}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/trucks/technician/:authTechId", "params": [ { "name": "authTechId", "value": "", "type": "path" } ] } }, { "info": { "name": "DELETEv3_trucks_technician_{authTechId}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/trucks/technician/:authTechId", "params": [ { "name": "authTechId", "value": "", "type": "path" } ] } }, { "info": { "name": "Trucks_GetTrucks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/odata/trucks", "params": [ { "name": "$expand", "value": "", "type": "query", "description": "Expand a navigation property." }, { "name": "$select", "value": "", "type": "query", "description": "Select a set of properties to return." }, { "name": "$filter", "value": "", "type": "query", "description": "Filter a collection of resources addressed by a request URL." }, { "name": "$orderby", "value": "", "type": "query", "description": "Order resources by the specified property in the response." }, { "name": "$top", "value": "", "type": "query", "description": "Return the specified number of items in the response." }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the specified number of items in the response." }, { "name": "$count", "value": "", "type": "query", "description": "Include the count of the matching resources in the response." } ] } } ] } ], "bundled": true }