GET student-platforms/Get-by-device-token?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultDtoOfListOfStudentPlatformsDto
NameDescriptionTypeAdditional information
Result

Collection of StudentPlatformsDto

None.

IsSuccess

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": [
    {
      "Id": "cff1ac3c-e43d-4975-9106-b6d53f423b7c",
      "PlatformId": "06fad96c-6f9f-483a-bf61-29aac95bfe46",
      "PlatformName": "sample string 3",
      "BucketName": "sample string 4",
      "PlatformLink": "sample string 5",
      "DeviceToken": "sample string 6"
    },
    {
      "Id": "cff1ac3c-e43d-4975-9106-b6d53f423b7c",
      "PlatformId": "06fad96c-6f9f-483a-bf61-29aac95bfe46",
      "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":"cff1ac3c-e43d-4975-9106-b6d53f423b7c","PlatformId":"06fad96c-6f9f-483a-bf61-29aac95bfe46","PlatformName":"sample string 3","BucketName":"sample string 4","PlatformLink":"sample string 5","DeviceToken":"sample string 6"},{"Id":"cff1ac3c-e43d-4975-9106-b6d53f423b7c","PlatformId":"06fad96c-6f9f-483a-bf61-29aac95bfe46","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>cff1ac3c-e43d-4975-9106-b6d53f423b7c</d2p1:Id>
      <d2p1:PlatformId>06fad96c-6f9f-483a-bf61-29aac95bfe46</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>cff1ac3c-e43d-4975-9106-b6d53f423b7c</d2p1:Id>
      <d2p1:PlatformId>06fad96c-6f9f-483a-bf61-29aac95bfe46</d2p1:PlatformId>
      <d2p1:PlatformLink>sample string 5</d2p1:PlatformLink>
      <d2p1:PlatformName>sample string 3</d2p1:PlatformName>
    </d2p1:StudentPlatformsDto>
  </Result>
</ResultDtoOfArrayOfStudentPlatformsDtodD9_PM_SFe>