Skip to content
--- aside: false outline: false ---

Get many services

GET
/clients/{clientId}/services

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"

Query Parameters

pageIndex
Type
[ "integer", "null" ]
Minimum
0
Default
0
pageSize
Type
[ "integer", "null" ]
Minimum
0
Maximum
100
Default
25

Responses

Paged service objects

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string",
  
  
  
"client": "string",
  
  
  
"dropOffOnly": true,
  
  
  
"dropOffEligible": true,
  
  
  
"pickupEligible": true,
  
  
  
"waiterEligible": true,
  
  
  
"estimatedMinutes": 0,
  
  
  
"internalNotes": "string",
  
  
  
"name": "string"
  
  
}
  
],
  
"pageIndex": 0,
  
"pageSize": 0,
  
"totalCount": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI