POST api/v2/Version2.ListUnMatchedMentorsMentees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ListMentorsMenteesInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginUserID | string |
None. |
|
| AuthenticationKey | string |
None. |
|
| DeviceType | string |
None. |
|
| DeviceToken | string |
None. |
|
| ProgramId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginUserID": "sample string 1",
"AuthenticationKey": "sample string 2",
"DeviceType": "sample string 3",
"DeviceToken": "sample string 4",
"ProgramId": "sample string 5"
}
application/xml, text/xml
Sample:
<MCObjects.ListMentorsMenteesInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2"> <AuthenticationKey>sample string 2</AuthenticationKey> <DeviceToken>sample string 4</DeviceToken> <DeviceType>sample string 3</DeviceType> <LoginUserID>sample string 1</LoginUserID> <ProgramId>sample string 5</ProgramId> </MCObjects.ListMentorsMenteesInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ListMentorMenteesResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| Message | string |
None. |
|
| UnMatchedMentorsList | Collection of UnMatchedMentor |
None. |
|
| UnMatchedMenteesList | Collection of UnMatchedMentee |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"Message": "sample string 2",
"UnMatchedMentorsList": [
{
"MentorID": "sample string 1",
"MentorName": "sample string 2",
"MentorEmail": "sample string 3",
"MentorPhoto": "sample string 4",
"MatchCount": "sample string 5",
"MatchLimit": "sample string 6"
},
{
"MentorID": "sample string 1",
"MentorName": "sample string 2",
"MentorEmail": "sample string 3",
"MentorPhoto": "sample string 4",
"MatchCount": "sample string 5",
"MatchLimit": "sample string 6"
}
],
"UnMatchedMenteesList": [
{
"MenteeID": "sample string 1",
"MenteeName": "sample string 2",
"MenteeEmail": "sample string 3",
"MenteePhoto": "sample string 4",
"MatchCount": "sample string 5",
"MatchLimit": "sample string 6"
},
{
"MenteeID": "sample string 1",
"MenteeName": "sample string 2",
"MenteeEmail": "sample string 3",
"MenteePhoto": "sample string 4",
"MatchCount": "sample string 5",
"MatchLimit": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<MCObjects.ListMentorMenteesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
<Message>sample string 2</Message>
<Result>sample string 1</Result>
<UnMatchedMenteesList>
<MCObjects.UnMatchedMentee>
<MatchCount>sample string 5</MatchCount>
<MatchLimit>sample string 6</MatchLimit>
<MenteeEmail>sample string 3</MenteeEmail>
<MenteeID>sample string 1</MenteeID>
<MenteeName>sample string 2</MenteeName>
<MenteePhoto>sample string 4</MenteePhoto>
</MCObjects.UnMatchedMentee>
<MCObjects.UnMatchedMentee>
<MatchCount>sample string 5</MatchCount>
<MatchLimit>sample string 6</MatchLimit>
<MenteeEmail>sample string 3</MenteeEmail>
<MenteeID>sample string 1</MenteeID>
<MenteeName>sample string 2</MenteeName>
<MenteePhoto>sample string 4</MenteePhoto>
</MCObjects.UnMatchedMentee>
</UnMatchedMenteesList>
<UnMatchedMentorsList>
<MCObjects.UnMatchedMentor>
<MatchCount>sample string 5</MatchCount>
<MatchLimit>sample string 6</MatchLimit>
<MentorEmail>sample string 3</MentorEmail>
<MentorID>sample string 1</MentorID>
<MentorName>sample string 2</MentorName>
<MentorPhoto>sample string 4</MentorPhoto>
</MCObjects.UnMatchedMentor>
<MCObjects.UnMatchedMentor>
<MatchCount>sample string 5</MatchCount>
<MatchLimit>sample string 6</MatchLimit>
<MentorEmail>sample string 3</MentorEmail>
<MentorID>sample string 1</MentorID>
<MentorName>sample string 2</MentorName>
<MentorPhoto>sample string 4</MentorPhoto>
</MCObjects.UnMatchedMentor>
</UnMatchedMentorsList>
</MCObjects.ListMentorMenteesResult>