Datum Table Post
POST/v1/project/projection/:map_id/datums
Get a table of datums for a map via POST request
Request
Path Parameters
map_id Map Idrequired
Query Parameters
summary any
- application/json
Body
required
- MOD1
Array [
]
response_type Response Type (string)required
Response type, either 'arrow' or 'json'
qids string[]required
Array of quadtree-row IDs (e.g. ['13-264', '13-265'])
columns
object
Optional array of column names to fetch
anyOf
string
Responses
- 200
- 422
Successful Response
- application/json
- Schema
Schema
any
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...