Get no sale reasons

Returns an array of NoSaleReason objects containing information about no sale reasons configured for a restaurant.

Securityoauth2
Request
query Parameters
lastModified
string <date>

Limits the return data to objects created or modified after a specific date and time. For example: 2024-06-20T00:00:00.000%2B0000.

page
integer

The sequence number of the first object to return in the array.

Deprecated. For more information, see Paginating response data.

pageSize
integer

The number of objects to return in the array.

Deprecated. For more information, see Paginating response data.

pageToken
string

A string that identifies the set of data objects that the endpoint will return in its response data. You can use this parameter to retrieve one page of response data. You get the value that you supply in the pageToken parameter from the Toast-Next-Page-Token header field value of a previous request to the endpoint. For more information, see Paginating response data.

header Parameters
Toast-Restaurant-External-ID
required
string

The Toast POS GUID of the restaurant that the configuration applies to.

Responses
200

Returns an array of NoSaleReason objects.

get/noSaleReasons
Request samples
curl -i -X GET \
  'https://toast-api-server/config/v2/noSaleReasons?lastModified=2019-08-24&page=0&pageSize=0&pageToken=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
[
  • {
    }
]