GET
/v1/custom-fields/{id}
curl \
--request GET 'https://api.classmanager.io/v1/custom-fields/cf_xxxxxxxx'
Response examples (200)
{
"id": "cf_123123123123",
"companyId": "co_123123123123",
"type": "text",
"title": "Custom Field Title",
"entity": "staff",
"options": [
"answer1",
"answer2"
]
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}