GET v1/data/version?deviceType={deviceType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deviceType

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseNewOfAppVesionResponseDto
NameDescriptionTypeAdditional information
status

integer

None.

message

string

None.

data

AppVesionResponseDto

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {
    "version": "sample string 1",
    "description": "sample string 2",
    "deviceType": "sample string 3"
  }
}

application/xml, text/xml

Sample:
<ApiResponseNewOfAppVesionResponseDtoqfWPY2Au xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Version1">
  <data>
    <Description>sample string 2</Description>
    <DeviceType>sample string 3</DeviceType>
    <Version>sample string 1</Version>
  </data>
  <message>sample string 2</message>
  <status>1</status>
</ApiResponseNewOfAppVesionResponseDtoqfWPY2Au>