getAvailableFilesForRequest
API Version: 1.102.0
GET
/projects/{projectId}/requests/{requestId}/gisFiles
Get Available Files For Request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
requestId
string
Request ID
Response
{
"GISFiles": [
{
"name": "string",
"extension": "string",
"links": [],
"metadata": {
"bbox": [
[
0
]
],
"colorMapName": "string",
"colorMap": [
[
"string"
]
],
"discreteColorMap": true,
"dataBounds": [
0
]
}
}
]
}
Last updated
Was this helpful?