get https://api-sbx.sidedrawersbx.com/api/v1/records/record-types/record-type-name//record-subtypes
Returns a list of Record Subtypes in a given Hanger (recordType
).
Response
Returns a list of Record Subtypes in a given Hanger (recordType
).
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/records/record-types/record-type-name/recordTypeName/record-subtypes \
--header 'accept: application/json'
xxxxxxxxxx
24[
{
"id": "string",
"name": "string",
"logo": "string",
"displayValue": [
{
"locale": "en-CA",
"value": "string",
"description": "string"
}
],
"orderId": 0,
"recordsSections": {
"sectionDescription": true,
"sectionFiles": true,
"sectionLinkedRecords": true,
"sectionCollaborators": true,
"sectionSpecificFields": true,
"sectionReminders": true,
"sectionSignatures": true
}
}
]