Configurator Details
This request returns the details of a configurator.
Endpoints
- GET /configurators/{configuratorID}
Url
- configuratorID
-
The ID of the configurator
Header
- Authorization
-
Bearer {token} (User authorization needed)
Response
A JSON object with the configurator details
see format in the example below
Example request
GET https://api.paramate.trinckle.com/configurators/2ab584fe-7e76-470f-8571-cb07cd8a58d2
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
Output
HTTP/1.1 200 OK
{
"UUID": "596140b3-aa66-4f7d-9365-1deb90cffeb8",
"name": "Test",
"userUUID": "e14390b7-c874-41d8-a65e-6d9de482a336",
"description": "This is a test configurator",
"mainFile": "main_new.sps",
"cadType": "trcad",
"cadVersion": "1.1",
"rendererType": "mview",
"rendererVersion": "1.0",
"extraSettings": {},
"createdAt": "2018-08-30 14:15:10",
"updatedAt": "2018-09-01 18:20:03"
}
See also
- admin_configurators_post