Read the project
GET {{baseUrl}}/projects/:id?userId=<string>
Read the specified project information belonging to the specified user. The project information consists of the id, name, user and tenant. To get the nodes which belong to the project, use the nodes
endpoint
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
userId | string | (Required) The id of the user. Usually this is the user's email address. If this parameter does not exist the API tries to extract it from the impersonated token. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"zXehuYJOP-F4fhZ4VyCRG\u0026EIO","name":"Production line 1","userId":"user@example.com","tenant":"myiottenant"}