Click or drag to resize
ParaPlan Logo

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"
)

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: ListResponseClient
List of clients that belong to this program
See Also