Configsession Details
This request returns the details of a config session.
Endpoints
- GET /configsessions/{sessionId}
Url
- sessionId
-
The ID of the configuration session
Header
- Authorization
-
Bearer {token}
- X-API-KEY
-
{API key}
Response
A JSON object with the session details
see format in the example below
Example request
GET https://api.paramate.trinckle.com/configsessions/305bdb5c-cf8f-4256-9180-fe050d119f03
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
Output
HTTP/1.1 200 OK
{
"id": "305bdb5c-cf8f-4256-9180-fe050d119f03",
"renderingKey": "eyJhbGciOiJIUzI1NiI ... fGdWOZiTKJSgARMFvvJ8",
"modelKey": "eyJhbGciOiJIUzI1NiI ... mS89ueoeIMm5yige1Es7",
"renderSessions":
[
{
"rendererType": "webgl",
"sessionId": "6cfa2943-59b3-4d29-9a42-df601bdb4c8e"
}
]
}