getCustomersByPageAsk AIget https://webservices-test.net-chef.com/customer/v1/getCustomersByPageRetrieve customer account details by pageNumber. Use to retrieve data in smaller chunks.Query ParamsactiveFlagbooleanUse true to retrieve only active Customers.truefalsecustomerAccountNumberstringThe Account Number associated with the Customer.customerCodestringThe Code that identifies the Customer in Crunchtime.locationCodestringThe Code that identifies the Location in Crunchtime.pageNumberint32Defaults to 1Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.pageSizeint32Number of items to display per page.includeNullbooleanSpecify 'true' to output null data elements.truefalseHeadersauthenticationtokenstringrequiredSecure token for API authentication.passwordstringrequiredPassword for the Crunchtime Application User.sitenamestringrequiredCrunchtime site identifier. (test or production)useridstringrequiredUser ID for the Crunchtime Application User.X-B3-TraceIdstringOptional trace identifier for troubleshooting.acceptstringenumDefaults to application/jsonGenerated from available response content types*/*application/jsonAllowed:*/*application/jsonResponses 200Success 400Validation Error 401Authorization 404customers not found 429Too Many Requests 500Unexpected Error 504TimeoutUpdated 5 months ago