{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours ProviderAssignment API", "version": "bearer.v1" }, "items": [ { "info": { "name": "ProviderAssignment", "type": "folder" }, "items": [ { "info": { "name": "Retrieve list of providers assigned to specific subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/odata/providerassignment/Service.GetAssigned()", "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." } ] }, "docs": "Retrieve list of providers assigned to specific subscriber" }, { "info": { "name": "Retrieve Provider Assignments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/odata/GetProviderAssignments", "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." } ] }, "docs": "Retrieve Provider Assignments.\r\n
One page contains 50 items by default. To get next 50 items use the \"$skip\" parameter (for example $skip=50 and so on)." } ] } ], "bundled": true }