{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments YMS - Spot Assignment API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "YMS - Spot Assignment", "type": "folder" }, "items": [ { "info": { "name": "Retrieve multiple SpotAssignments", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/yard/spot-assignment", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Selects resource fields. Docs" }, { "name": "s", "value": "", "type": "query", "description": "Adds search condition. Docs" }, { "name": "filter", "value": "", "type": "query", "description": "Adds filter condition. Docs" }, { "name": "or", "value": "", "type": "query", "description": "Adds OR condition. Docs" }, { "name": "sort", "value": "", "type": "query", "description": "Adds sort by field. Docs" }, { "name": "join", "value": "", "type": "query", "description": "Adds relational resources. Docs" }, { "name": "limit", "value": "", "type": "query", "description": "Limit amount of resources. Docs" }, { "name": "offset", "value": "", "type": "query", "description": "Offset amount of resources. Docs" }, { "name": "page", "value": "", "type": "query", "description": "Page portion of resources. Docs" }, { "name": "cache", "value": "", "type": "query", "description": "Reset cache (if was enabled). Docs" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve multiple SpotAssignments" }, { "info": { "name": "Create a single SpotAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/yard/spot-assignment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a single SpotAssignment" }, { "info": { "name": "Retrieve a single SpotAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/yard/spot-assignment/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fields", "value": "", "type": "query", "description": "Selects resource fields. Docs" }, { "name": "join", "value": "", "type": "query", "description": "Adds relational resources. Docs" }, { "name": "cache", "value": "", "type": "query", "description": "Reset cache (if was enabled). Docs" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a single SpotAssignment" }, { "info": { "name": "Update a single SpotAssignment", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot-assignment/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a single SpotAssignment" }, { "info": { "name": "Delete a single SpotAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/yard/spot-assignment/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a single SpotAssignment" }, { "info": { "name": "Depart a spot assignment", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot-assignment/:id/depart", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Depart a the contents of a spot assignment from the waiting list, adding a event type DEPARTED to each item inside the spot assignment" }, { "info": { "name": "Reassign a spot assignment", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot-assignment/:id/reassign", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reassign a the contents of a spot assignment to a new spot dynamically" } ] } ], "bundled": true }