curl --request GET \
--url https://platform.thena.ai/v1/custom-field/types \
--header 'x-api-key: <api-key>'
{
"data": {
"text": [
"<string>"
],
"numeric": [
"<string>"
],
"choice": [
"<string>"
],
"date": [
"<string>"
],
"user": [
"<string>"
],
"specialized": [
"<string>"
],
"file": [
"<string>"
],
"calculated": [
"<string>"
],
"lookup": [
"<string>"
],
"geographic": [
"<string>"
],
"rating": [
"<string>"
],
"toggle": [
"<string>"
]
},
"status": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
curl --request GET \
--url https://platform.thena.ai/v1/custom-field/types \
--header 'x-api-key: <api-key>'
{
"data": {
"text": [
"<string>"
],
"numeric": [
"<string>"
],
"choice": [
"<string>"
],
"date": [
"<string>"
],
"user": [
"<string>"
],
"specialized": [
"<string>"
],
"file": [
"<string>"
],
"calculated": [
"<string>"
],
"lookup": [
"<string>"
],
"geographic": [
"<string>"
],
"rating": [
"<string>"
],
"toggle": [
"<string>"
]
},
"status": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
Enter your API key
Operation successful
The response is of type object
.