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": "baa7642a-b3d0-4682-a688-795fe14f8535",
"PlatformId": "a90eb167-3ba0-4a5c-8a6f-6e16525d9f43",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "baa7642a-b3d0-4682-a688-795fe14f8535",
"PlatformId": "a90eb167-3ba0-4a5c-8a6f-6e16525d9f43",
"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":"baa7642a-b3d0-4682-a688-795fe14f8535","PlatformId":"a90eb167-3ba0-4a5c-8a6f-6e16525d9f43","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"baa7642a-b3d0-4682-a688-795fe14f8535","PlatformId":"a90eb167-3ba0-4a5c-8a6f-6e16525d9f43","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>baa7642a-b3d0-4682-a688-795fe14f8535</d2p1:Id>
<d2p1:PlatformId>a90eb167-3ba0-4a5c-8a6f-6e16525d9f43</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>baa7642a-b3d0-4682-a688-795fe14f8535</d2p1:Id>
<d2p1:PlatformId>a90eb167-3ba0-4a5c-8a6f-6e16525d9f43</d2p1:PlatformId>
<d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
<d2p1:PlatformName>sample string 3</d2p1:PlatformName>
</d2p1:StudentPlatformsDto>
</Result>
</ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe>