GET api/Download

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Downloads
NameDescriptionTypeAdditional information
SongList

Collection of worship_Song

None.

OccasionVerseList

Collection of worship_OccasionVerse

None.

UpdateVersion

worship_UpdateVersion

None.

Response Formats

application/json, text/json

Sample:
{
  "SongList": [
    {
      "Id": 1,
      "Artist": "sample string 2",
      "Title": "sample string 3",
      "Lyrics": "sample string 4",
      "Key": "sample string 5",
      "LanguageId": 6,
      "LoginId": 7,
      "IsActive": true,
      "CreatedDate": "2026-03-09T12:14:39.3392162-07:00",
      "UpdatedDate": "2026-03-09T12:14:39.3392162-07:00"
    },
    {
      "Id": 1,
      "Artist": "sample string 2",
      "Title": "sample string 3",
      "Lyrics": "sample string 4",
      "Key": "sample string 5",
      "LanguageId": 6,
      "LoginId": 7,
      "IsActive": true,
      "CreatedDate": "2026-03-09T12:14:39.3392162-07:00",
      "UpdatedDate": "2026-03-09T12:14:39.3392162-07:00"
    }
  ],
  "OccasionVerseList": [
    {
      "Id": 1,
      "Verse": "sample string 2",
      "Message": "sample string 3",
      "Occasion": "sample string 4",
      "LanguageId": 5,
      "IsActive": true,
      "CreatedDate": "2026-03-09T12:14:39.3392162-07:00",
      "UpdatedDate": "2026-03-09T12:14:39.3392162-07:00"
    },
    {
      "Id": 1,
      "Verse": "sample string 2",
      "Message": "sample string 3",
      "Occasion": "sample string 4",
      "LanguageId": 5,
      "IsActive": true,
      "CreatedDate": "2026-03-09T12:14:39.3392162-07:00",
      "UpdatedDate": "2026-03-09T12:14:39.3392162-07:00"
    }
  ],
  "UpdateVersion": {
    "Id": 1,
    "UpdateVersions": "sample string 2",
    "IsUpdated": true,
    "CreatedDate": "2026-03-09T12:14:39.3392162-07:00",
    "UpdatedDate": "2026-03-09T12:14:39.3392162-07:00"
  }
}

application/xml, text/xml

Sample:
<Downloads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <OccasionVerseList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess">
    <d2p1:worship_OccasionVerse>
      <d2p1:CreatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:CreatedDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:LanguageId>5</d2p1:LanguageId>
      <d2p1:Message>sample string 3</d2p1:Message>
      <d2p1:Occasion>sample string 4</d2p1:Occasion>
      <d2p1:UpdatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:UpdatedDate>
      <d2p1:Verse>sample string 2</d2p1:Verse>
    </d2p1:worship_OccasionVerse>
    <d2p1:worship_OccasionVerse>
      <d2p1:CreatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:CreatedDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:LanguageId>5</d2p1:LanguageId>
      <d2p1:Message>sample string 3</d2p1:Message>
      <d2p1:Occasion>sample string 4</d2p1:Occasion>
      <d2p1:UpdatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:UpdatedDate>
      <d2p1:Verse>sample string 2</d2p1:Verse>
    </d2p1:worship_OccasionVerse>
  </OccasionVerseList>
  <SongList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess">
    <d2p1:worship_Song>
      <d2p1:Artist>sample string 2</d2p1:Artist>
      <d2p1:CreatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:CreatedDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:Key>sample string 5</d2p1:Key>
      <d2p1:LanguageId>6</d2p1:LanguageId>
      <d2p1:LoginId>7</d2p1:LoginId>
      <d2p1:Lyrics>sample string 4</d2p1:Lyrics>
      <d2p1:Title>sample string 3</d2p1:Title>
      <d2p1:UpdatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:UpdatedDate>
    </d2p1:worship_Song>
    <d2p1:worship_Song>
      <d2p1:Artist>sample string 2</d2p1:Artist>
      <d2p1:CreatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:CreatedDate>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:Key>sample string 5</d2p1:Key>
      <d2p1:LanguageId>6</d2p1:LanguageId>
      <d2p1:LoginId>7</d2p1:LoginId>
      <d2p1:Lyrics>sample string 4</d2p1:Lyrics>
      <d2p1:Title>sample string 3</d2p1:Title>
      <d2p1:UpdatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:UpdatedDate>
    </d2p1:worship_Song>
  </SongList>
  <UpdateVersion xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataAccess">
    <d2p1:CreatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:CreatedDate>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsUpdated>true</d2p1:IsUpdated>
    <d2p1:UpdateVersions>sample string 2</d2p1:UpdateVersions>
    <d2p1:UpdatedDate>2026-03-09T12:14:39.3392162-07:00</d2p1:UpdatedDate>
  </UpdateVersion>
</Downloads>