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
number
Request ID
Response
{
  "GISFiles": [
    {
      "name": "string",
      "extension": "string",
      "links": [],
      "metadata": {
        "bbox": [
          [
            0
          ]
        ],
        "colorMapName": "string",
        "colorMap": [
          [
            "string"
          ]
        ],
        "discreteColorMap": true,
        "dataBounds": [
          0
        ]
      }
    }
  ]
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated