Returns the fields data
curl --request GET \ --url https://api.odin.io/v1/fields/exposed/files
{ "data": {}, "message": "<string>", "pagination": {}, "success": true, "Data": [ { "category": "<string>", "display_category": "<string>", "is_locked": true, "name": "<string>" } ] }
OK
The response is of type object.
object
Was this page helpful?