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": "2ea43260-88fa-4dca-b811-1e4c6ed3b7ad",
"PlatformId": "5a2cbb38-dc83-4c72-a142-15145c65478f",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "2ea43260-88fa-4dca-b811-1e4c6ed3b7ad",
"PlatformId": "5a2cbb38-dc83-4c72-a142-15145c65478f",
"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":"2ea43260-88fa-4dca-b811-1e4c6ed3b7ad","PlatformId":"5a2cbb38-dc83-4c72-a142-15145c65478f","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"2ea43260-88fa-4dca-b811-1e4c6ed3b7ad","PlatformId":"5a2cbb38-dc83-4c72-a142-15145c65478f","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>2ea43260-88fa-4dca-b811-1e4c6ed3b7ad</d2p1:Id>
<d2p1:PlatformId>5a2cbb38-dc83-4c72-a142-15145c65478f</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>2ea43260-88fa-4dca-b811-1e4c6ed3b7ad</d2p1:Id>
<d2p1:PlatformId>5a2cbb38-dc83-4c72-a142-15145c65478f</d2p1:PlatformId>
<d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
<d2p1:PlatformName>sample string 3</d2p1:PlatformName>
</d2p1:StudentPlatformsDto>
</Result>
</ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe>