GetRequests API
This endpoint retrieves a paginated list of business requests. It supports bearer authentication using the access token from the login API.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
skipCountintegerOptional
The number of records to skip
maxResultCountintegerOptional
The maximum number of records to return
RequestTypestringOptional
The business request id to filter by
FilterTextstringOptional
To filter any text for Id, RequestNumber, .. etc
Header parameters
ApiKeystringRequired
TenancyNamestringRequired
Responses
200
Successful response
application/json
400
Bad request, missing or invalid fields
401
Unauthorized, invalid credentials
get
/api/BusinessRequest/GetRequestsLast updated