List Nodes
GET {{baseUrl}}/api/v1/environments/:environmentID/nodes?detail=false
Get a collection of nodes for an environment
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
detail | boolean | Include the full detail of the nodes. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"database":"\u003cstring\u003e","id":"\u003cstring\u003e","locationName":"\u003cstring\u003e","name":"\u003cstring\u003e","nodeType":"Source","schema":"\u003cstring\u003e"},{"database":"\u003cstring\u003e","id":"\u003cstring\u003e","locationName":"\u003cstring\u003e","name":"\u003cstring\u003e","nodeType":"Hub","schema":"\u003cstring\u003e"}]}