POST api/v2/Version2.Matches
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ListMatchesInputModel| 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.ListMatchesInputModel 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.ListMatchesInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ListMatchesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| MatchId | string |
None. |
|
| ProgramId | string |
None. |
|
| MentorUserID | string |
None. |
|
| MentorName | string |
None. |
|
| MentorEmail | string |
None. |
|
| MentorPhoto | string |
None. |
|
| MentorRoleDisplay | string |
None. |
|
| MentoreeUserID | string |
None. |
|
| MentoreeName | string |
None. |
|
| MentoreeEmail | string |
None. |
|
| MentoreePhoto | string |
None. |
|
| MentoreeRoleDisplay | string |
None. |
|
| MatchStart | string |
None. |
|
| MatchEnd | string |
None. |
|
| Flag | string |
None. |
|
| GroupFlag | string |
None. |
|
| AssignedTo | string |
None. |
|
| ProgramType | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": "sample string 1",
"MatchId": "sample string 2",
"ProgramId": "sample string 3",
"MentorUserID": "sample string 4",
"MentorName": "sample string 5",
"MentorEmail": "sample string 6",
"MentorPhoto": "sample string 7",
"MentorRoleDisplay": "sample string 8",
"MentoreeUserID": "sample string 9",
"MentoreeName": "sample string 10",
"MentoreeEmail": "sample string 11",
"MentoreePhoto": "sample string 12",
"MentoreeRoleDisplay": "sample string 13",
"MatchStart": "sample string 14",
"MatchEnd": "sample string 15",
"Flag": "sample string 16",
"GroupFlag": "sample string 17",
"AssignedTo": "sample string 18",
"ProgramType": "sample string 19",
"Status": "sample string 20"
},
{
"Result": "sample string 1",
"MatchId": "sample string 2",
"ProgramId": "sample string 3",
"MentorUserID": "sample string 4",
"MentorName": "sample string 5",
"MentorEmail": "sample string 6",
"MentorPhoto": "sample string 7",
"MentorRoleDisplay": "sample string 8",
"MentoreeUserID": "sample string 9",
"MentoreeName": "sample string 10",
"MentoreeEmail": "sample string 11",
"MentoreePhoto": "sample string 12",
"MentoreeRoleDisplay": "sample string 13",
"MatchStart": "sample string 14",
"MatchEnd": "sample string 15",
"Flag": "sample string 16",
"GroupFlag": "sample string 17",
"AssignedTo": "sample string 18",
"ProgramType": "sample string 19",
"Status": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfMCObjects.ListMatchesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
<MCObjects.ListMatchesModel>
<AssignedTo>sample string 18</AssignedTo>
<Flag>sample string 16</Flag>
<GroupFlag>sample string 17</GroupFlag>
<MatchEnd>sample string 15</MatchEnd>
<MatchId>sample string 2</MatchId>
<MatchStart>sample string 14</MatchStart>
<MentorEmail>sample string 6</MentorEmail>
<MentorName>sample string 5</MentorName>
<MentorPhoto>sample string 7</MentorPhoto>
<MentorRoleDisplay>sample string 8</MentorRoleDisplay>
<MentorUserID>sample string 4</MentorUserID>
<MentoreeEmail>sample string 11</MentoreeEmail>
<MentoreeName>sample string 10</MentoreeName>
<MentoreePhoto>sample string 12</MentoreePhoto>
<MentoreeRoleDisplay>sample string 13</MentoreeRoleDisplay>
<MentoreeUserID>sample string 9</MentoreeUserID>
<ProgramId>sample string 3</ProgramId>
<ProgramType>sample string 19</ProgramType>
<Result>sample string 1</Result>
<Status>sample string 20</Status>
</MCObjects.ListMatchesModel>
<MCObjects.ListMatchesModel>
<AssignedTo>sample string 18</AssignedTo>
<Flag>sample string 16</Flag>
<GroupFlag>sample string 17</GroupFlag>
<MatchEnd>sample string 15</MatchEnd>
<MatchId>sample string 2</MatchId>
<MatchStart>sample string 14</MatchStart>
<MentorEmail>sample string 6</MentorEmail>
<MentorName>sample string 5</MentorName>
<MentorPhoto>sample string 7</MentorPhoto>
<MentorRoleDisplay>sample string 8</MentorRoleDisplay>
<MentorUserID>sample string 4</MentorUserID>
<MentoreeEmail>sample string 11</MentoreeEmail>
<MentoreeName>sample string 10</MentoreeName>
<MentoreePhoto>sample string 12</MentoreePhoto>
<MentoreeRoleDisplay>sample string 13</MentoreeRoleDisplay>
<MentoreeUserID>sample string 9</MentoreeUserID>
<ProgramId>sample string 3</ProgramId>
<ProgramType>sample string 19</ProgramType>
<Result>sample string 1</Result>
<Status>sample string 20</Status>
</MCObjects.ListMatchesModel>
</ArrayOfMCObjects.ListMatchesModel>