| UserServiceSystemConfig Method |
Pulls the configuration for the agency of the logged in user.
Call restUrl/userservice/config/?Token={token}&Device={device}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ObjectResponse<Filespecs> SystemConfig(
string token,
string device
)
public:
ObjectResponse<Filespecs^>^ SystemConfig(
String^ token,
String^ device
)
function SystemConfig(token, device);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
ObjectResponseFilespecsWrapped json object describing config
See Also