GET StudentPlatforms
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StudentPlatformsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PlatformId | globally unique identifier |
None. |
|
| PlatformName | string |
None. |
|
| BucketName | string |
None. |
|
| PlatformLink | string |
None. |
|
| DeviceToken | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3c79b671-60c1-4d92-8c8b-cd6f39fb531b",
"PlatformId": "a26c6d43-485e-4d1c-89da-5d87d8d1596b",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
},
{
"Id": "3c79b671-60c1-4d92-8c8b-cd6f39fb531b",
"PlatformId": "a26c6d43-485e-4d1c-89da-5d87d8d1596b",
"PlatformName": "sample string 3",
"BucketName": "sample string 4",
"PlatformLink": "sample string 5",
"DeviceToken": "sample string 6"
}
]
text/html
Sample:
[{"Id":"3c79b671-60c1-4d92-8c8b-cd6f39fb531b","PlatformId":"a26c6d43-485e-4d1c-89da-5d87d8d1596b","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"3c79b671-60c1-4d92-8c8b-cd6f39fb531b","PlatformId":"a26c6d43-485e-4d1c-89da-5d87d8d1596b","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"}]
application/xml, text/xml
Sample:
<ArrayOfStudentPlatformsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.StudentPlatforms">
<StudentPlatformsDto>
<BucketName>sample string 4</BucketName>
<DeviceToken>sample string 6</DeviceToken>
<Id>3c79b671-60c1-4d92-8c8b-cd6f39fb531b</Id>
<PlatformId>a26c6d43-485e-4d1c-89da-5d87d8d1596b</PlatformId>
<PlatformLink>sample string 5</PlatformLink>
<PlatformName>sample string 3</PlatformName>
</StudentPlatformsDto>
<StudentPlatformsDto>
<BucketName>sample string 4</BucketName>
<DeviceToken>sample string 6</DeviceToken>
<Id>3c79b671-60c1-4d92-8c8b-cd6f39fb531b</Id>
<PlatformId>a26c6d43-485e-4d1c-89da-5d87d8d1596b</PlatformId>
<PlatformLink>sample string 5</PlatformLink>
<PlatformName>sample string 3</PlatformName>
</StudentPlatformsDto>
</ArrayOfStudentPlatformsDto>