Imago API
Version: 1.3.4
List imagery types
Servers |
---|
https://imago.api.seequent.com/integrate/2 |
GET
/imageryTypeRetrieves a list of Imagery Types
Request
Responses
200
The imagery type list was successfully retrieved.
Response schema
imageryTypeSuccessSchemaobject[]
idstring
namestring
contentTypestring
geometryTypestring
coordinateTypestring
enableAutoCropboolean
Example response
[
{
"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.