C#
Get enabled clients for a connection
Retrieve all clients that have the specified connection enabled.
Note: The first time you call this endpoint, omit the from parameter. If there are more results, a next value is included in the response. You can use this for subsequent API calls. When next is no longer included in the response, no further results are remaining.
GET
C#
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the connection for which enabled clients are to be retrieved
Query Parameters
Number of results per page. Defaults to 50.
Required range:
1 <= x <= 1000Optional Id from which to start selection.
Maximum string length:
1000