v1
latestOpenAPI 3.0.02026-07-243964175.3 KBnew transaction
Return the surveys intersecting/overlapping with point + given radius
Return the surveys intersecting/overlapping with point + given radius
post/tx/aoi
Query parameters
limitinteger
Limit the number of surveys in the result. Default is 20, Maximum is 1000.
sort'captureDate' | 'location' | 'firstPhotoTime' | 'lastPhotoTime' | 'pixelSize' | 'timezone' | 'utcOffset' | 'onlineTime'
The field by which to sort the surveys. Only one field can be specified. If this parameter is not used in the URL request, then the surveys are sorted by captureDate in descending order.
offsetinteger
Zero-based index of first record in the result.
Request body
Example request
{
"resources": "raster:Vert,raster:TrueOrtho,aiPacks:roof_objects",
"dates": "all",
"overlap": "all"
}Response
Surveys returned that match point + radius
Example response
{
"surveys": [
{
"tags": {
"postCatEventType": "hurricane",
"postCatEventName": "Hurricane Idalia",
"postCatEventDate": "2023-08-30"
}
}
]
}