POST api/Themes/Getbyid

Request Information

URI Parameters

None.

Body Parameters

Theme
NameDescriptionTypeAdditional information
Id

integer

None.

ThemeName

string

None.

ThemeDescription

string

None.

ThemeLabel

string

None.

HomeSection1

string

None.

HomeSection2

string

None.

HomeSection3

string

None.

HomeSection4

string

None.

HomeSection5

string

None.

PreFooterSection1

string

None.

PreFooterSection2

string

None.

PreFooterSection3

string

None.

PreFooterSection4

string

None.

PreFooterSection5

string

None.

FooterSection

string

None.

FooterDownloadApp

string

None.

FooterGetinTouch

string

None.

AboutUsSection1

string

None.

AboutUsSection2

string

None.

AboutUsVisionMission

string

None.

AboutUsSection3

string

None.

AboutUsSection4

string

None.

AboutUsSupporters

string

None.

RadioSection

string

None.

CareerSection

string

None.

ContactUsSection

string

None.

TvscheduleSection

string

None.

NightvigillSection

string

None.

FellowshipSection

string

None.

SponsorprogramSection

string

None.

ReachSection

string

None.

ShowSection

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

Deleted

date

None.

Status

string

None.

NewsSection

string

None.

VideoSection

string

None.

User

User

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ThemeName": "sample string 2",
  "ThemeDescription": "sample string 3",
  "ThemeLabel": "sample string 4",
  "HomeSection1": "sample string 5",
  "HomeSection2": "sample string 6",
  "HomeSection3": "sample string 7",
  "HomeSection4": "sample string 8",
  "HomeSection5": "sample string 9",
  "PreFooterSection1": "sample string 10",
  "PreFooterSection2": "sample string 11",
  "PreFooterSection3": "sample string 12",
  "PreFooterSection4": "sample string 13",
  "PreFooterSection5": "sample string 14",
  "FooterSection": "sample string 15",
  "FooterDownloadApp": "sample string 16",
  "FooterGetinTouch": "sample string 17",
  "AboutUsSection1": "sample string 18",
  "AboutUsSection2": "sample string 19",
  "AboutUsVisionMission": "sample string 20",
  "AboutUsSection3": "sample string 21",
  "AboutUsSection4": "sample string 22",
  "AboutUsSupporters": "sample string 23",
  "RadioSection": "sample string 24",
  "CareerSection": "sample string 25",
  "ContactUsSection": "sample string 26",
  "TvscheduleSection": "sample string 27",
  "NightvigillSection": "sample string 28",
  "FellowshipSection": "sample string 29",
  "SponsorprogramSection": "sample string 30",
  "ReachSection": "sample string 31",
  "ShowSection": "sample string 32",
  "CreatedDate": "2024-09-09T15:42:06.6996769-07:00",
  "CreatedBy": 1,
  "ModifiedDate": "2024-09-09T15:42:06.6996769-07:00",
  "ModifiedBy": 1,
  "Deleted": "2024-09-09T15:42:06.6996769-07:00",
  "Status": "sample string 33",
  "NewsSection": "sample string 34",
  "VideoSection": "sample string 35",
  "User": {
    "Id": 1,
    "Name": "sample string 2",
    "Username": "sample string 3",
    "Password": "sample string 4",
    "Themes": []
  }
}

text/html

Sample:
{"Id":1,"ThemeName":"sample string 2","ThemeDescription":"sample string 3","ThemeLabel":"sample string 4","HomeSection1":"sample string 5","HomeSection2":"sample string 6","HomeSection3":"sample string 7","HomeSection4":"sample string 8","HomeSection5":"sample string 9","PreFooterSection1":"sample string 10","PreFooterSection2":"sample string 11","PreFooterSection3":"sample string 12","PreFooterSection4":"sample string 13","PreFooterSection5":"sample string 14","FooterSection":"sample string 15","FooterDownloadApp":"sample string 16","FooterGetinTouch":"sample string 17","AboutUsSection1":"sample string 18","AboutUsSection2":"sample string 19","AboutUsVisionMission":"sample string 20","AboutUsSection3":"sample string 21","AboutUsSection4":"sample string 22","AboutUsSupporters":"sample string 23","RadioSection":"sample string 24","CareerSection":"sample string 25","ContactUsSection":"sample string 26","TvscheduleSection":"sample string 27","NightvigillSection":"sample string 28","FellowshipSection":"sample string 29","SponsorprogramSection":"sample string 30","ReachSection":"sample string 31","ShowSection":"sample string 32","CreatedDate":"2024-09-09T15:42:06.6996769-07:00","CreatedBy":1,"ModifiedDate":"2024-09-09T15:42:06.6996769-07:00","ModifiedBy":1,"Deleted":"2024-09-09T15:42:06.6996769-07:00","Status":"sample string 33","NewsSection":"sample string 34","VideoSection":"sample string 35","User":{"Id":1,"Name":"sample string 2","Username":"sample string 3","Password":"sample string 4","Themes":[]}}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponceData
NameDescriptionTypeAdditional information
TotalCount

integer

None.

Message

string

None.

Success

boolean

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalCount": 1,
  "Message": "sample string 2",
  "Success": true,
  "Data": {}
}

text/html

Sample:
{"TotalCount":1,"Message":"sample string 2","Success":true,"Data":{}}

application/xml, text/xml

Sample:
<ResponceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Formatter">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
  <TotalCount>1</TotalCount>
</ResponceData>