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