File List
This request returns the list of uploaded parameter files in a configuration session.
Endpoints
- GET /configsessions/{sessionID}/files
Url
- sessionID
-
The ID of the configuration session
Header
- Authorization
-
Bearer {token}
- X-API-KEY
-
{API key}
Response
A JSON array of objects describing the uploaded files
see format in the example below
Example request
GET https://api.paramate.trinckle.com/configsessions/305bdb5c-cf8f-4256-9180-fe050d119f03/files
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
-H X-API-KEY: 5b260091e8a03ab9af7716af0d71474a
Output
HTTP/1.1 200 OK
[
{
"name": "bWFpbjpm",
"ext": "stl",
"contentType": "application/sla"
},
{
"name": "tZhtiprtae",
"ext": "stl",
"contentType": "application/sla"
}
]