Skip to content

Get part by reference

GET
/part/{id}

The route is used to get a part data

Authorizations

bearer
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

application/json
JSON
{
"part": "string",
"stageGraph": [
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI