{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Asset Visit API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Asset Visit", "type": "folder" }, "items": [ { "info": { "name": "Retrieve multiple AssetVisits", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-visit", "params": [ { "name": "excludeStatuses", "value": "", "type": "query", "description": "Event types to exclude. Asset visits with any event matching these types will be filtered out." }, { "name": "assetContainerId", "value": "", "type": "path" }, { "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 AssetVisits" }, { "info": { "name": "Create a single AssetVisit", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit", "params": [ { "name": "assetContainerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a single AssetVisit" }, { "info": { "name": "Retrieve a single AssetVisit", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-visit/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assetContainerId", "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 AssetVisit" }, { "info": { "name": "Update a single AssetVisit", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/asset-visit/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assetContainerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a single AssetVisit" }, { "info": { "name": "Delete a single AssetVisit", "type": "http" }, "http": { "method": "DELETE", "url": "https://neutron.opendock.com/asset-visit/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assetContainerId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a single AssetVisit" }, { "info": { "name": "AssetVisitController_createAssetVisitEvent", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit/event", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_getAssetVisitEvents", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-visit/:id/yard-events", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_getArrivalAssetContainerForVisit", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/asset-visit/:id/arrival-container", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_updateCheckInAcknowledgment", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/asset-visit/:id/check-in-acknowledgment", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_attachContainer", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit/:id/attach/:assetContainerId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assetContainerId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_detachContainer", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit/:id/detach/:assetContainerId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assetContainerId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_linkUnplannedCheckinToAppointment", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit/link-unplanned-checkin-to-appointment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "AssetVisitController_unlinkCheckinFromAppointment", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/asset-visit/unlink-checkin-from-appointment", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }