v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
Business

Get All Business Standing Orders

Fetch all standing orders for a business. Identical to POST /get-all except the owner is identified by businessId instead of userId.

post/business/get-all

Request body

businessIdstring required

Unique business ID for whom to fetch records

startDatestring unix-timestamp required

Unix timestamp of the start date

endDatestring unix-timestamp required

Unix timestamp of the end date

pagenumber required

Page number

limitnumber

Number of records per page

Response

success

totalnumber required
countnumber required

Example response

{
  "total": 1,
  "count": 1
}