Read project's nodes
GET {{baseUrl}}/projects/:id/nodes?userId=<string>
Read all nodes of the specified project. After getting the nodes you can inspect them, import them into new projects (see PUT
endpoint) or transfer them to a different tenant.
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 user impersonated token. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"nodes":[{"id":"irure aute","type":"ut fugiat ullamco sunt"},{"id":"te","type":"labore dolor"}]}