GET student-platforms/Get-by-device-token?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultDtoOfListOfStudentPlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Collection of StudentPlatformsDto |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": [
{
"Id": "012a2e1d-5e4a-4fc5-90bd-66e5dbd27960",
"PlatformId": "1dd562c9-798e-4385-a0b0-6d5942d933e2",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "012a2e1d-5e4a-4fc5-90bd-66e5dbd27960",
"PlatformId": "1dd562c9-798e-4385-a0b0-6d5942d933e2",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
}
],
"IsSuccess": true,
"Message": "sample string 2"
}
text/html
Sample:
{"Result":[{"Id":"012a2e1d-5e4a-4fc5-90bd-66e5dbd27960","PlatformId":"1dd562c9-798e-4385-a0b0-6d5942d933e2","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"012a2e1d-5e4a-4fc5-90bd-66e5dbd27960","PlatformId":"1dd562c9-798e-4385-a0b0-6d5942d933e2","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"}],"IsSuccess":true,"Message":"sample string 2"}
application/xml, text/xml
Sample:
<ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.StudentPlatforms">
<d2p1:StudentPlatformsDto>
<d2p1:BucketName>sample string 4</d2p1:BucketName>
<d2p1:DeviceToken>sample string 6</d2p1:DeviceToken>
<d2p1:Id>012a2e1d-5e4a-4fc5-90bd-66e5dbd27960</d2p1:Id>
<d2p1:PlatformId>1dd562c9-798e-4385-a0b0-6d5942d933e2</d2p1:PlatformId>
<d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
<d2p1:PlatformName>sample string 3</d2p1:PlatformName>
</d2p1:StudentPlatformsDto>
<d2p1:StudentPlatformsDto>
<d2p1:BucketName>sample string 4</d2p1:BucketName>
<d2p1:DeviceToken>sample string 6</d2p1:DeviceToken>
<d2p1:Id>012a2e1d-5e4a-4fc5-90bd-66e5dbd27960</d2p1:Id>
<d2p1:PlatformId>1dd562c9-798e-4385-a0b0-6d5942d933e2</d2p1:PlatformId>
<d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
<d2p1:PlatformName>sample string 3</d2p1:PlatformName>
</d2p1:StudentPlatformsDto>
</Result>
</ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe>