GET api/GetGiaVe

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Slider
NameDescriptionTypeAdditional information
Id

integer

None.

Href

string

None.

ImgSrc

string

None.

pictureId

integer

None.

NameImage

string

None.

DataVideoLink

string

None.

OrderNum

integer

None.

IsActive

boolean

None.

CreatedAt

date

None.

UpdateAt

date

None.

ShowInBottom

boolean

None.

StartDateUtc

date

None.

EndDateUtc

date

None.

ImgSrc2

string

None.

Href2

string

None.

ShowInTop

boolean

None.

IsPopup

boolean

None.

ImgSrc3

string

None.

Href3

string

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Href": "sample string 2",
  "ImgSrc": "sample string 3",
  "pictureId": 4,
  "NameImage": "sample string 5",
  "DataVideoLink": "sample string 6",
  "OrderNum": 1,
  "IsActive": true,
  "CreatedAt": "2025-05-19T09:35:43.7323258+07:00",
  "UpdateAt": "2025-05-19T09:35:43.7323258+07:00",
  "ShowInBottom": true,
  "StartDateUtc": "2025-05-19T09:35:43.7323258+07:00",
  "EndDateUtc": "2025-05-19T09:35:43.7323258+07:00",
  "ImgSrc2": "sample string 7",
  "Href2": "sample string 8",
  "ShowInTop": true,
  "IsPopup": true,
  "ImgSrc3": "sample string 9",
  "Href3": "sample string 10",
  "Type": "sample string 11"
}

application/xml, text/xml

Sample:
<Slider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCPQG_API.Models">
  <CreatedAt>2025-05-19T09:35:43.7323258+07:00</CreatedAt>
  <DataVideoLink>sample string 6</DataVideoLink>
  <EndDateUtc>2025-05-19T09:35:43.7323258+07:00</EndDateUtc>
  <Href>sample string 2</Href>
  <Href2>sample string 8</Href2>
  <Href3>sample string 10</Href3>
  <Id>1</Id>
  <ImgSrc>sample string 3</ImgSrc>
  <ImgSrc2>sample string 7</ImgSrc2>
  <ImgSrc3>sample string 9</ImgSrc3>
  <IsActive>true</IsActive>
  <IsPopup>true</IsPopup>
  <NameImage>sample string 5</NameImage>
  <OrderNum>1</OrderNum>
  <ShowInBottom>true</ShowInBottom>
  <ShowInTop>true</ShowInTop>
  <StartDateUtc>2025-05-19T09:35:43.7323258+07:00</StartDateUtc>
  <Type>sample string 11</Type>
  <UpdateAt>2025-05-19T09:35:43.7323258+07:00</UpdateAt>
  <pictureId>4</pictureId>
</Slider>