Download File
This request returns a parameter file from a configuration session.
Endpoints
- GET /configsessions/{sessionID}/files/{fileID}
 
Example request
GET https://api.paramate.trinckle.com/configsessions/305bdb5c-cf8f-4256-9180-fe050d119f03/files/bWFpbjp0ZXN0
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
-H X-API-KEY: 5b260091e8a03ab9af7716af0d71474a
Example response
HTTP/1.1 200 OK
[raw file data]
Header
- Authorization
 - 
            
Bearer {token}
 - X-API-KEY
 - 
            
{API key}
 
Url
- sessionID
 - 
            
The ID of the configuration session
 - fileID
 - 
            
The ID of the file
 
Response
The file data