Configuration
List imagery types
Imago API
Version: 1.4.3
Retrieves a list of Imagery Types
| Servers |
|---|
| https://imago.api.seequent.com/integrate/2 |
Parameters
Returns
200
The imagery type list was successfully retrieved.
Endpoint
GET
/imageryTypeRequest
cURL
curl -X GET 'https://imago.api.seequent.com/integrate/2/imageryType' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
[
{
"id": "78dee0d8-efe9-443c-b606-b30e1e7413fb",
"name": "Standard CoreBox Imagery Type",
"contentType": "coretray",
"geometryType": "trace",
"coordinateType": "geographic",
"enableAutoCrop": false
}
]