Get Clients
GET {{baseUrl}}/clients?exclude_fields=<>&fields=<>
Get clients.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
exclude_fields | string | true if the fields specified are to be excluded from the result, false otherwise. | |
fields | string | A comma separated list of fields to include or exclude (depending on exclude_fields) from the result. Empty to retrieve all fields. |