Metadata
Gets a batch of metadata of multiple geofences
Gets a batch of metadata of multiple geofences. The geofences IDs are specified in the request body.
post/metadata/v2/geofences/batch
Request body
string[] required
Example request
[ "d0c29690-5d26-4cf1-a37e-b7816e72cb99", "ff92eda0-3114-4640-b7e6-4ba641ae1124" ]
Response
Successful
The metadata was successfully retrieved.
Example response
{
"data": [
{
"data": {
"priority": "high"
}
}
]
}