GET api/UpdateVersion

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of worship_UpdateVersion
NameDescriptionTypeAdditional information
Id

integer

None.

UpdateVersions

string

Required

IsUpdated

boolean

Required

CreatedDate

date

None.

UpdatedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "UpdateVersions": "sample string 2",
    "IsUpdated": true,
    "CreatedDate": "2026-03-09T12:12:58.7614456-07:00",
    "UpdatedDate": "2026-03-09T12:12:58.7614456-07:00"
  },
  {
    "Id": 1,
    "UpdateVersions": "sample string 2",
    "IsUpdated": true,
    "CreatedDate": "2026-03-09T12:12:58.7614456-07:00",
    "UpdatedDate": "2026-03-09T12:12:58.7614456-07:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfworship_UpdateVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <worship_UpdateVersion>
    <CreatedDate>2026-03-09T12:12:58.7614456-07:00</CreatedDate>
    <Id>1</Id>
    <IsUpdated>true</IsUpdated>
    <UpdateVersions>sample string 2</UpdateVersions>
    <UpdatedDate>2026-03-09T12:12:58.7614456-07:00</UpdatedDate>
  </worship_UpdateVersion>
  <worship_UpdateVersion>
    <CreatedDate>2026-03-09T12:12:58.7614456-07:00</CreatedDate>
    <Id>1</Id>
    <IsUpdated>true</IsUpdated>
    <UpdateVersions>sample string 2</UpdateVersions>
    <UpdatedDate>2026-03-09T12:12:58.7614456-07:00</UpdatedDate>
  </worship_UpdateVersion>
</ArrayOfworship_UpdateVersion>