Get the list of fields to query on host
curl --request GET \ --url https://api.odin.io/v1/fields/hosts/{category}
{ "data": [ { "category": "<string>", "display_category": "<string>", "is_locked": true, "name": "<string>" } ] }
get the category
Show child attributes
requires user subscription upgrade to access
Was this page helpful?