Overview

List all map fields

List all map fields.

GET/v2/datasets/{dataset_id}/mapfields
Features

Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.

Input1
Authorizationheaderrequired
Sent from your browser straight to the API — never to Docsbook, never stored.
dataset_idstring · pathrequired
(path)
Responses
200MapFields
Example input
curl 'https://api.axiom.co/v2/datasets/{dataset_id}/mapfields' \
  -H 'Authorization: Bearer API_TOKEN'
Example output
[
  "field1",
  "field2"
]

Updated

Was this page helpful?