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

KeyDatatypeRequiredDescription
userIdstring(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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;nodes&quot;:[{&quot;id&quot;:&quot;irure aute&quot;,&quot;type&quot;:&quot;ut fugiat ullamco sunt&quot;},{&quot;id&quot;:&quot;te&quot;,&quot;type&quot;:&quot;labore dolor&quot;}]}