Fields
Get the fields data
Returns the fields data
GET
/
v1
/
fields
/
exposed
/
files
Copy
curl --request GET \
--url https://api.odin.io/v1/fields/exposed/files
Copy
{
"data": {},
"message": "<string>",
"pagination": {},
"success": true,
"Data": [
{
"category": "<string>",
"display_category": "<string>",
"is_locked": true,
"name": "<string>"
}
]
}
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
curl --request GET \
--url https://api.odin.io/v1/fields/exposed/files
Copy
{
"data": {},
"message": "<string>",
"pagination": {},
"success": true,
"Data": [
{
"category": "<string>",
"display_category": "<string>",
"is_locked": true,
"name": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.