curl --request GET \
--url https://platform.thena.ai/v1/view-types \
--header 'x-api-key: <api-key>'
{
"status": true,
"message": "Success",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
curl --request GET \
--url https://platform.thena.ai/v1/view-types \
--header 'x-api-key: <api-key>'
{
"status": true,
"message": "Success",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
Enter your API key
Operation successful
The response is of type object
.