Get the list of fields that can be used to query on exposed buckets and files
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>" } ] }
Show child attributes
requires user subscription upgrade to access
Was this page helpful?