get https://api.naoca.com/v1/service-types/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/service-types/id \
--header 'accept: application/json'
xxxxxxxxxx
14{
"data": [
{
"id": "8cb57526-4a5d-44c6-b28b-0daee8c4e5e7",
"name": "Custom Document Type",
"created_at": "2023-04-20T01:14:36.000Z"
}
],
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/servcie-types/{id}"
}
}