get https://api-sbx.sidedrawersbx.com/api/v1/records/sidedrawer/sidedrawer-id//records
Returns all Folders (record
) in a given Drawer (sidedrawer
).
Use optional query parameters to filter the search results. These include the Hanger name (recordTypeName
) or identifier (recordTypeId
), Record Subtype name (recordSubtypeName
) or identifier (recordSubtypeId
), status, and locale. Folders (record
) that have been "soft-deleted" can also be returned using the query parameter displayInactive
.
Use the endpoint /api/v2/records/sidedrawer/sidedrawer-id/{sidedrawerId}/records
for a paginated version of this endpoint.