{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments YMS - Spot API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "YMS - Spot", "type": "folder" }, "items": [ { "info": { "name": "Retrieve multiple Spots", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/yard/spot", "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 Spots" }, { "info": { "name": "Create a single Spot", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/yard/spot", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a single Spot" }, { "info": { "name": "Generate multiple spots", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/yard/spot/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generates multiple spots in the yard" }, { "info": { "name": "Retrieve a single Spot", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/yard/spot/: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 Spot" }, { "info": { "name": "Update a single Spot", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a single Spot" }, { "info": { "name": "Delete a single Spot", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/yard/spot/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a single Spot" }, { "info": { "name": "Bulk delete spots", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/yard/spot/delete/bulk", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes multiple spots in the yard" }, { "info": { "name": "Close a spot", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot/:id/close", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Closes a spot in the yard blocking spot assignments" }, { "info": { "name": "Open a spot", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot/:id/open", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Opens a spot in the yard for spot assignment" }, { "info": { "name": "Toggle spot reserve", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/yard/spot/:id/toggle-reserve", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Either create or remove a spotReserve entry for such spot" }, { "info": { "name": "Get spot events", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/yard/spot/:id/events", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves all events associated with a specific spot in the yard" } ] } ], "bundled": true }