Project Management

Read Project Nodes

Introduction

Read all nodes in a project.

Request

The /projects/nodes/read API accepts requests in the following format:

ReadProjectNodesRequest Model - Request to get details about nodes of a specific organization.
projectId string
Project Id to which the nodes refer.
Example
{
  "projectId": "string"
}

Responses

The /projects/nodes/read API provides a response in the following format:

200 Success

ProjectNodesResponse Model - Response received when reading all nodes of a project.
nodes #/components/schemas/ProjectNodes
List of project nodes.
autoSelectNode boolean
Indicate if a node is automatically selected.
success boolean
Indicate if the API request was successful.
errors string Array
List of errors with the API call.
Example
{
  "nodes": ,
  "autoSelectNode": true,
  "success": true,
  "errors": [
    "string"
  ]
}

401 Authentication Error

UnauthorizedError Model - Unauthorized response from the API. Key is missing, invalid, or timestamp is too old for hash.
www_authenticate string
Header

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: