GET api/v1/orgs/{orgid}/Clients?count={count}&skipcount={skipcount}
Retrieve a list of Clients.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
| count | Value of take count |
Define this parameter in the request URI. |
| skipcount | Value of skip count |
Define this parameter in the request URI. |