{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Asset Container API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Asset Container", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a single AssetContainer", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-container/: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 AssetContainer" }, { "info": { "name": "Update a single AssetContainer", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/asset-container/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a single AssetContainer" }, { "info": { "name": "Delete a single AssetContainer", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/asset-container/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a single AssetContainer" }, { "info": { "name": "Retrieve multiple AssetContainers", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-container", "params": [ { "name": "excludeStatuses", "value": "", "type": "query", "description": "Event types to exclude. Asset containers with any event matching these types will be filtered out." }, { "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 AssetContainers" }, { "info": { "name": "Create a single AssetContainer", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-container", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a single AssetContainer" }, { "info": { "name": "AssetContainerController_getEvents", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-container/:id/event", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetContainerController_getYardEvents", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-container/:id/yard-events", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetContainerController_createEvent", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-container/event", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }