GET api/AutoAppUpdate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageIndex

integer

None.

Id

integer

None.

DeviceName

string

None.

VersionCode

integer

None.

VersionNumber

string

None.

ReleaseDateFrom

string

None.

ReleaseDateTo

date

None.

CurrentPage

integer

None.

TotalCount

integer

None.

objPaging

Collection of AutoAppUpdateDataModel

None.

objList

Collection of AutoAppUpdateDataModel

None.

SubmittedCompanyListItems

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AutoAppUpdateDataModel
NameDescriptionTypeAdditional information
Id

integer

None.

DeviceName

string

None.

VersionCode

string

None.

VersionNumber

string

None.

ReleaseDate

date

None.

AddedOn

date

None.

AddedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

CurrentPage

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
[
  {
    "id": 1,
    "deviceName": "sample string 1",
    "versionCode": "sample string 2",
    "versionNumber": "sample string 3",
    "releaseDate": "2025-07-17T04:10:17.5368723+00:00",
    "addedOn": "2025-07-17T04:10:17.5368723+00:00",
    "addedBy": 1,
    "modifiedOn": "2025-07-17T04:10:17.5368723+00:00",
    "modifiedBy": 1,
    "currentPage": 4,
    "totalCount": 5
  },
  {
    "id": 1,
    "deviceName": "sample string 1",
    "versionCode": "sample string 2",
    "versionNumber": "sample string 3",
    "releaseDate": "2025-07-17T04:10:17.5368723+00:00",
    "addedOn": "2025-07-17T04:10:17.5368723+00:00",
    "addedBy": 1,
    "modifiedOn": "2025-07-17T04:10:17.5368723+00:00",
    "modifiedBy": 1,
    "currentPage": 4,
    "totalCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfAutoAppUpdateDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <AutoAppUpdateDataModel>
    <AddedBy>1</AddedBy>
    <AddedOn>2025-07-17T04:10:17.5368723+00:00</AddedOn>
    <CurrentPage>4</CurrentPage>
    <DeviceName>sample string 1</DeviceName>
    <Id>1</Id>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-07-17T04:10:17.5368723+00:00</ModifiedOn>
    <ReleaseDate>2025-07-17T04:10:17.5368723+00:00</ReleaseDate>
    <TotalCount>5</TotalCount>
    <VersionCode>sample string 2</VersionCode>
    <VersionNumber>sample string 3</VersionNumber>
  </AutoAppUpdateDataModel>
  <AutoAppUpdateDataModel>
    <AddedBy>1</AddedBy>
    <AddedOn>2025-07-17T04:10:17.5368723+00:00</AddedOn>
    <CurrentPage>4</CurrentPage>
    <DeviceName>sample string 1</DeviceName>
    <Id>1</Id>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2025-07-17T04:10:17.5368723+00:00</ModifiedOn>
    <ReleaseDate>2025-07-17T04:10:17.5368723+00:00</ReleaseDate>
    <TotalCount>5</TotalCount>
    <VersionCode>sample string 2</VersionCode>
    <VersionNumber>sample string 3</VersionNumber>
  </AutoAppUpdateDataModel>
</ArrayOfAutoAppUpdateDataModel>

multipart/form-data

Sample:
<ArrayOfAutoAppUpdateDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><AutoAppUpdateDataModel><AddedBy>1</AddedBy><AddedOn>2025-07-17T04:10:17.5368723+00:00</AddedOn><CurrentPage>4</CurrentPage><DeviceName>sample string 1</DeviceName><Id>1</Id><ModifiedBy>1</ModifiedBy><ModifiedOn>2025-07-17T04:10:17.5368723+00:00</ModifiedOn><ReleaseDate>2025-07-17T04:10:17.5368723+00:00</ReleaseDate><TotalCount>5</TotalCount><VersionCode>sample string 2</VersionCode><VersionNumber>sample string 3</VersionNumber></AutoAppUpdateDataModel><AutoAppUpdateDataModel><AddedBy>1</AddedBy><AddedOn>2025-07-17T04:10:17.5368723+00:00</AddedOn><CurrentPage>4</CurrentPage><DeviceName>sample string 1</DeviceName><Id>1</Id><ModifiedBy>1</ModifiedBy><ModifiedOn>2025-07-17T04:10:17.5368723+00:00</ModifiedOn><ReleaseDate>2025-07-17T04:10:17.5368723+00:00</ReleaseDate><TotalCount>5</TotalCount><VersionCode>sample string 2</VersionCode><VersionNumber>sample string 3</VersionNumber></AutoAppUpdateDataModel></ArrayOfAutoAppUpdateDataModel>