get https://api-sbx.sidedrawersbx.com/api/v1/records/record-types
Returns a list of hangers (recordType
) in a given Drawer type (sidedrawerType
) (default: individual).
Responses
Returns a list of hangers (recordType
) in a given Drawer type (sidedrawerType
) (default: individual).
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/records/record-types \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": "string",
"name": "string",
"logo": "string",
"sidedrawerType": "string",
"sidedrawerTypeOtherName": "string",
"displayValue": [
{
"locale": "en-CA",
"value": "string",
"description": "string"
}
],
"cobrandId": "string",
"orderId": 0
}
]