GET platform/get-all?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

None.

Body Parameters

None.

Response Information

Resource Description

APIResponseDTOOfListOfPlatformsDto
NameDescriptionTypeAdditional information
Status

boolean

None.

Code

integer

None.

Message

string

None.

Data

Collection of PlatformsDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Code": 2,
  "Message": "sample string 3",
  "Data": [
    {
      "Id": "3af73f02-1d01-4aa9-b426-57189f463dfc",
      "Name": "sample string 2",
      "PlatformLink": "sample string 3",
      "Code": "sample string 4",
      "ImageUrl": "sample string 5",
      "CheckByDeviceToken": true
    },
    {
      "Id": "3af73f02-1d01-4aa9-b426-57189f463dfc",
      "Name": "sample string 2",
      "PlatformLink": "sample string 3",
      "Code": "sample string 4",
      "ImageUrl": "sample string 5",
      "CheckByDeviceToken": true
    }
  ]
}

text/html

Sample:
{"Status":true,"Code":2,"Message":"sample string 3","Data":[{"Id":"3af73f02-1d01-4aa9-b426-57189f463dfc","Name":"sample string 2","PlatformLink":"sample string 3","Code":"sample string 4","ImageUrl":"sample string 5","CheckByDeviceToken":true},{"Id":"3af73f02-1d01-4aa9-b426-57189f463dfc","Name":"sample string 2","PlatformLink":"sample string 3","Code":"sample string 4","ImageUrl":"sample string 5","CheckByDeviceToken":true}]}

application/xml, text/xml

Sample:
<APIResponseDTOOfArrayOfPlatformsDto7pYwKDKu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL.Dtos">
  <Code>2</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/PlatformAPIs.DAL.Dtos.Platforms">
    <d2p1:PlatformsDto>
      <d2p1:CheckByDeviceToken>true</d2p1:CheckByDeviceToken>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:Id>3af73f02-1d01-4aa9-b426-57189f463dfc</d2p1:Id>
      <d2p1:ImageUrl>sample string 5</d2p1:ImageUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PlatformLink>sample string 3</d2p1:PlatformLink>
    </d2p1:PlatformsDto>
    <d2p1:PlatformsDto>
      <d2p1:CheckByDeviceToken>true</d2p1:CheckByDeviceToken>
      <d2p1:Code>sample string 4</d2p1:Code>
      <d2p1:Id>3af73f02-1d01-4aa9-b426-57189f463dfc</d2p1:Id>
      <d2p1:ImageUrl>sample string 5</d2p1:ImageUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PlatformLink>sample string 3</d2p1:PlatformLink>
    </d2p1:PlatformsDto>
  </Data>
  <Message>sample string 3</Message>
  <Status>true</Status>
</APIResponseDTOOfArrayOfPlatformsDto7pYwKDKu>