cURL
curl --request GET \ --url https://api.odin.io/v1/fields/exposed/buckets
{ "data": {}, "message": "<string>", "pagination": {}, "success": true, "Data": [ { "category": "<string>", "display_category": "<string>", "is_locked": true, "name": "<string>" } ] }
Get the list of fields that can be used to query on exposed buckets
OK
The response is of type object.
object
Was this page helpful?