Skip to main content

Configuration

List imagery types

Retrieves a list of Imagery Types

Servers
https://imago.api.seequent.com/integrate/2

Parameters

Returns

200

The imagery type list was successfully retrieved.

idstring
namestring
contentTypestring
geometryTypestring
coordinateTypestring
enableAutoCropboolean

Endpoint

GET
/imageryType

Request

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
}
]

Was this page helpful?