{
"opencollection": "1.0.0",
"info": {
"name": "Opendock Nova API Documentation Appointments Docks API",
"version": "v4.144.0 - 39b4253"
},
"items": [
{
"info": {
"name": "Docks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve multiple Docks",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/dock",
"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 Docks"
},
{
"info": {
"name": "Create a single Dock",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Create a single Dock"
},
{
"info": {
"name": "Retrieve a single Dock",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://neutron.opendock.com/dock/: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 Dock"
},
{
"info": {
"name": "Update a single Dock",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://neutron.opendock.com/dock/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Update a single Dock"
},
{
"info": {
"name": "Delete a single Dock",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://neutron.opendock.com/dock/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Delete a single Dock"
},
{
"info": {
"name": "Save the sort order of an array of docks",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock/sort",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Save the sort order of an array of docks"
},
{
"info": {
"name": "DockController_availability",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock/:id/compute-availability",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "DockController_availability",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock/:id/get-availability",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "DockController_openDates",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock/compute-open-dates",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
}
},
{
"info": {
"name": "Creates a child \"Capacity Dock\" linked to this Dock",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://neutron.opendock.com/dock/:id/capacity",
"params": [
{
"name": "id",
"value": "",
"type": "path"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Creates a child \"Capacity Dock\" linked to this Dock"
},
{
"info": {
"name": "Unlinks a child \"Capacity Dock\" from its parent Dock",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://neutron.opendock.com/dock/:id/capacity/:childId",
"params": [
{
"name": "id",
"value": "",
"type": "path"
},
{
"name": "childId",
"value": "",
"type": "path"
}
],
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"docs": "Unlinks a child \"Capacity Dock\" from its parent Dock"
}
]
}
],
"bundled": true
}