| ClientServiceProgramParticipants Method |
Get a list of program participants for the logged in user
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<Client> ProgramParticipants(
string token,
string device,
string lightweight = "False"
)
public:
ListResponse<Client^>^ ProgramParticipants(
String^ token,
String^ device,
String^ lightweight = L"False"
)
function ProgramParticipants(token, device, lightweight);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API - lightweight (Optional)
- Type: SystemString
If the call should return only outer data. For faster loading
Return Value
Type:
ListResponseClientList of clients that belong to this program
See Also