get https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet/filing-cabinet-id//sidedrawers
Returns a list of the Drawers (sidedrawer
) within a User's given Filing Cabinet.
Response
Returns a list of the Drawers (sidedrawer
) within a User's given Filing Cabinet.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/filing-cabinets/filing-cabinet/filing-cabinet-id/filingCabinetId/sidedrawers \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"id": "",
"sidedrawer": "",
"region": ""
}
]