Skip to main content

List imagery types

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

Retrieves a list of Imagery Types

Request

Responses

200

The imagery type list was successfully retrieved.

idstring
namestring
contentTypestring
geometryTypestring
coordinateTypestring
enableAutoCropboolean
[
{
"id": "78dee0d8-efe9-443c-b606-b30e1e7413fb",
"name": "Standard CoreBox Imagery Type",
"contentType": "coretray",
"geometryType": "trace",
"coordinateType": "geographic",
"enableAutoCrop": false
}
]

401

Unauthorized

422

The request could not be completed.

500

Internal error occurred during the request.