v1
latestOpenAPI 3.0.02026-08-0455133277.1 KBCatalog
Search all catalogs
Search all catalogs owned by the workspace
post/v0/catalogs/search
Request body
Example request
{
"bbox": [
160.6,
-55.95,
-170,
-25.89
],
"datetime": "2020-04-05T11:56:49.865Z/2023-06-05T11:56:49.865Z",
"ids": [
"47435e2b-d8c4-41ff-9de9-2be3bfc92276"
],
"intersects": {
"type": "Polygon"
},
"item_ids": [
"TD1_2024_ABC"
],
"limit": 50,
"offset": 50,
"order_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92277"
],
"order_item_ids": [
"57435e2b-d8c4-41ff-9de9-2be3bfc92278"
]
}Response
OK
Example response
{
"catalogs": [
{
"area": 100,
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92277",
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "0d7b3c5e-3b2a-4e77-bedb-5e0d2257cdb6",
"details": {
"geometry": {
"type": "Polygon"
}
},
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "e31ab6f8-d359-4c6a-83c6-bfa322 29bb01",
"task_id": "ef8195b7-5ca6-4aca-a3fc-df6ffd58892d",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "0ada9483-e3ed-4f31-8a69-372686966451"
}
],
"pagination": {
"limit": 10,
"total": 100
}
}