Imago API
List imagery intervals
| Servers |
|---|
| https://imago.api.seequent.com/integrate/2 |
Searches for a list of imageries matching a search criteria. For compatibility reasons, the verbose parameter must be set to true to get all defined response fields.
Request
Responses
200
Successful response.
List of matching imagery
Imagery identifier.
Workspace name that the imagery belongs to. This is only included in the output if verbose is set to true.
Workspace ID that the imagery belongs to. This is only included in the output if verbose is set to true.
Dataset name that the imagery belongs to. This is only included in the output if verbose is set to true.
Dataset ID that the imagery belongs to. This is only included in the output if verbose is set to true.
Collection name that the imagery belongs to. This is only included in the output if verbose is set to true.
Imagery type name that the imagery belongs to within the collection. This is only included in the output if verbose is set to true.
Last datetime that the imagery was updated.
Name of the imagery
Start depth of the imagery.
End depth of the imagery.
Longtitude/X coordinate of the imagery.
Latitude/Y coordinate of the imagery.
Elevation/Z coordinate of the imagery.
List of images on this imagery.
Image identifier.
Image type name available on the imagery.
Timed access to a URL to directly download the image.
Date/time that the image was uploaded.
User account that uploaded the image.
Image's mime type.
Image's width in pixels.
Image's height in pixels.
Size of image file.
Last datetime that the image was updated.
List of attribute definitions used by the imagery.
Name of the attribute definition.
Key/value pairs of attributes on the imagery.
List of feature definitions used by the imagery. This is excluded from the output if includeFeatures is set to false.
Name of an existing Feature Definition
List of feature types linked to the feature definition containing the values to be saved
Name of an existing Feature Type
List of images in the imagery with features, identified by image type
Name of an Image Type linked to the Imagery Type
List of features present in the image
A list of points that describe the geometry of the feature on the image
The x value for the point as a percentage of the image width, between 0 (left border) and 1 (right border)
The y value for the point as a percentage of the image height, between 0 (top border) and 1 (bottom border)
Describes the location of this point in relation to the drawing. 0 for the first point, 1 for a middle point, and -1 for the last point.
The maximum number of items to return. Optional.
The number of items to skip before starting to collect the result set.
{
"imageries": [
{
"id": "e2f26f0d-51c8-468e-b02f-29b4dc2217a2",
"collectionId": "054bf4c2-84cc-4d30-b4dc-cc81c77b7f25",
"imageryTypeId": "6a69bf8e-c03c-4ed2-8a62-d6feac838f12",
"workspaceId": "a27b51bf-b918-4fb4-a28f-4f089bf646a8",
"workspaceName": "Firefly Resource Development",
"datasetId": "71b93d30-8e5f-4b07-9f08-8e6bf5a72a50",
"datasetName": "Drilling Chips",
"collectionName": "RC-01001",
"imageryTypeName": "Chips",
"startDepth": 5,
"endDepth": 15,
"updatedAt": "2011-10-05T14:48:00.000Z",
"images": [
{
"id": "87a703c2-9bb4-4e56-951d-be293fb71692",
"imageTypeId": "f16c5dbe-f455-4076-8358-ffda8f538814",
"url": "https://imago.api.seequent.com/integrate/2/image/b91119e8-cee5-4c11-ad14-fe1dcb0c1c66/?userId=34a3f4ae-d53c-43d4-8545-a552c2a24c54&start=2025-04-23T03:59:36.499Z&expiry=2025-04-23T15:59:36.499Z&sig=4284b5576fffd3ebb94740025415aa2138d514139c5c61c5ef0b7af912da3fb8",
"uploadedOn": "2022-05-02T06:25:32.085Z",
"uploadedBy": "ImagoLive",
"mimeType": "image/jpeg",
"fileSize": "40192",
"width": null,
"height": null,
"checksum": "x7Rpt+5ET3C3vQataO7tEA==",
"imageTypeName": "Wet",
"updatedAt": "2011-10-05T14:48:00.000Z"
}
],
"attributeDefinitions": [
{
"name": "Core Tray Box Numbers",
"attributes": {
"StartBox": 2,
"EndBox": 2
}
}
],
"featureDefinitions": [
{
"name": "Linearization",
"featureTypes": [
{
"name": "row",
"images": [
{
"name": "Wet Original",
"features": [
{
"points": [
{
"x": 0.007876626215875149,
"y": 0.3148634731769562,
"pen": 0
},
{
"x": 0.9640294909477234,
"y": 0.3148634731769562,
"pen": 1
},
{
"x": 0.9640294909477234,
"y": 0.7148634731769562,
"pen": 1
},
{
"x": 0.00787662621587514,
"y": 0.7148634731769562,
"pen": -1
}
]
}
]
}
]
}
]
}
]
}
],
"meta": {
"limit": 50,
"offset": 0
}
}
401
Unauthorized
404
Internal error occurred during the request.
500
Internal Server Error