GET api/Trainer/StaffCommLog?Type={Type}
Get staff Communication Log
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Type |
Email Id |
string |
Required Data type: EmailAddress |
Body Parameters
None.
Response Information
Resource Description
TrainerResponseName | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "IsSuccess": true, "Message": "sample string 3" }
application/xml, text/xml
Sample:
<TrainerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileApp_WebAPI.Models.Trainer"> <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/MobileApp_WebAPI.Code.Utility">true</IsSuccess> <Message xmlns="http://schemas.datacontract.org/2004/07/MobileApp_WebAPI.Code.Utility">sample string 3</Message> <Data /> </TrainerResponse>