This module has been designed to determine the clients who are supervisors from the system. The Service URL of the module is given by the following link-
https://qevalpro.com/api/ManageUser/GetSupervisorListByClientId
- •Method- Post
 - •Json Formats-
 
1. Code snippet for Web Service Use–
{
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6ImVicyIsImV4cCI6MTQ5MDk4MTgzOH0.9jUzPnkKXEMkvg4q7ZNZ4JmoM6JYwlsXyrdV4kNXP4E”
}
2. Description for Request Parameters–
| 
 S.No  | 
 Name  | 
 Type  | 
 Description  | 
| 
 1  | 
 Token  | 
 String  | 
 Authentication token  | 
3. Response Example–
Success–
[
{
“Selected”: false,
“Text”: “7324 Harris(7324)”,
“Value”: “7324”
},
{
“Selected”: false,
“Text”: “4280 Walker(4280)”,
“Value”: “4280”
}
]
Fail–
{“Message”: “The request is invalid”}
Video