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": "d7b57759-9d48-42e7-ba18-48ef09ba0526",
"PlatformId": "b2203877-be2c-4bc4-9c3b-aa956a577d13",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "d7b57759-9d48-42e7-ba18-48ef09ba0526",
"PlatformId": "b2203877-be2c-4bc4-9c3b-aa956a577d13",
"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":"d7b57759-9d48-42e7-ba18-48ef09ba0526","PlatformId":"b2203877-be2c-4bc4-9c3b-aa956a577d13","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"d7b57759-9d48-42e7-ba18-48ef09ba0526","PlatformId":"b2203877-be2c-4bc4-9c3b-aa956a577d13","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>d7b57759-9d48-42e7-ba18-48ef09ba0526</d2p1:Id>
<d2p1:PlatformId>b2203877-be2c-4bc4-9c3b-aa956a577d13</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>d7b57759-9d48-42e7-ba18-48ef09ba0526</d2p1:Id>
<d2p1:PlatformId>b2203877-be2c-4bc4-9c3b-aa956a577d13</d2p1:PlatformId>
<d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
<d2p1:PlatformName>sample string 3</d2p1:PlatformName>
</d2p1:StudentPlatformsDto>
</Result>
</ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe>