POST api/VideoGallery/GetVideoGalleryChange

Request Information

URI Parameters

None.

Body Parameters

VideoGalleryChangeRequest
NameDescriptionTypeAdditional information
VideoGalleryIsChange

Collection of VideoGalleryChangeItem

None.

Request Formats

application/json, text/json

Sample:
{
  "VideoGalleryIsChange": [
    {
      "ClassSectionInstituteYearId": "sample string 1",
      "LastUpdatedTick": "sample string 2"
    },
    {
      "ClassSectionInstituteYearId": "sample string 1",
      "LastUpdatedTick": "sample string 2"
    }
  ]
}

text/html

Sample:
{"VideoGalleryIsChange":[{"ClassSectionInstituteYearId":"sample string 1","LastUpdatedTick":"sample string 2"},{"ClassSectionInstituteYearId":"sample string 1","LastUpdatedTick":"sample string 2"}]}

application/xml, text/xml

Sample:
<VideoGalleryModels.VideoGalleryChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <VideoGalleryIsChange>
    <VideoGalleryModels.VideoGalleryChangeItem>
      <ClassSectionInstituteYearId>sample string 1</ClassSectionInstituteYearId>
      <LastUpdatedTick>sample string 2</LastUpdatedTick>
    </VideoGalleryModels.VideoGalleryChangeItem>
    <VideoGalleryModels.VideoGalleryChangeItem>
      <ClassSectionInstituteYearId>sample string 1</ClassSectionInstituteYearId>
      <LastUpdatedTick>sample string 2</LastUpdatedTick>
    </VideoGalleryModels.VideoGalleryChangeItem>
  </VideoGalleryIsChange>
</VideoGalleryModels.VideoGalleryChangeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VideoGalleryResponseObj
NameDescriptionTypeAdditional information
ResultFlag

string

None.

Message

string

None.

VideoGalleryList

Collection of VideoGalleryItem

None.

GroupedVideoGallery

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultFlag": "sample string 1",
  "Message": "sample string 2",
  "VideoGalleryList": [
    {
      "GalleryId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Date": "sample string 4",
      "IsYoutubeUrl": 5,
      "VideoPath": "sample string 6",
      "Tick": "sample string 7",
      "Status": "sample string 8"
    },
    {
      "GalleryId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Date": "sample string 4",
      "IsYoutubeUrl": 5,
      "VideoPath": "sample string 6",
      "Tick": "sample string 7",
      "Status": "sample string 8"
    }
  ],
  "GroupedVideoGallery": {}
}

text/html

Sample:
{"ResultFlag":"sample string 1","Message":"sample string 2","VideoGalleryList":[{"GalleryId":1,"Name":"sample string 2","Description":"sample string 3","Date":"sample string 4","IsYoutubeUrl":5,"VideoPath":"sample string 6","Tick":"sample string 7","Status":"sample string 8"},{"GalleryId":1,"Name":"sample string 2","Description":"sample string 3","Date":"sample string 4","IsYoutubeUrl":5,"VideoPath":"sample string 6","Tick":"sample string 7","Status":"sample string 8"}],"GroupedVideoGallery":{}}

application/xml, text/xml

Sample:
<VideoGalleryModels.VideoGalleryResponseObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
  <GroupedVideoGallery />
  <Message>sample string 2</Message>
  <ResultFlag>sample string 1</ResultFlag>
  <VideoGalleryList>
    <VideoGalleryModels.VideoGalleryItem>
      <Date>sample string 4</Date>
      <Description>sample string 3</Description>
      <GalleryId>1</GalleryId>
      <IsYoutubeUrl>5</IsYoutubeUrl>
      <Name>sample string 2</Name>
      <Status>sample string 8</Status>
      <Tick>sample string 7</Tick>
      <VideoPath>sample string 6</VideoPath>
    </VideoGalleryModels.VideoGalleryItem>
    <VideoGalleryModels.VideoGalleryItem>
      <Date>sample string 4</Date>
      <Description>sample string 3</Description>
      <GalleryId>1</GalleryId>
      <IsYoutubeUrl>5</IsYoutubeUrl>
      <Name>sample string 2</Name>
      <Status>sample string 8</Status>
      <Tick>sample string 7</Tick>
      <VideoPath>sample string 6</VideoPath>
    </VideoGalleryModels.VideoGalleryItem>
  </VideoGalleryList>
</VideoGalleryModels.VideoGalleryResponseObj>