GET api/general/awardsachievement/AwardPhotoList?AwardID={AwardID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AwardID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "APhotoList": [
    {
      "AwardPhotoID": 1,
      "AwardID": 2,
      "AwardPhotoTitlePublished": "sample string 3",
      "AwardPhotoTitleDraft": "sample string 4",
      "AwardPhotoFilePathPublished": "sample string 5",
      "AwardPhotoFilePathDraft": "sample string 6",
      "DraftedBy": "sample string 7",
      "DraftDate": "2026-03-31T16:45:37.2456596+05:30",
      "PublishedBy": "sample string 9",
      "PublishedDate": "2026-03-31T16:45:37.2456596+05:30",
      "IsNew": true,
      "IsDraft": true,
      "IsPublished": true,
      "ViewCount": 14
    },
    {
      "AwardPhotoID": 1,
      "AwardID": 2,
      "AwardPhotoTitlePublished": "sample string 3",
      "AwardPhotoTitleDraft": "sample string 4",
      "AwardPhotoFilePathPublished": "sample string 5",
      "AwardPhotoFilePathDraft": "sample string 6",
      "DraftedBy": "sample string 7",
      "DraftDate": "2026-03-31T16:45:37.2456596+05:30",
      "PublishedBy": "sample string 9",
      "PublishedDate": "2026-03-31T16:45:37.2456596+05:30",
      "IsNew": true,
      "IsDraft": true,
      "IsPublished": true,
      "ViewCount": 14
    },
    {
      "AwardPhotoID": 1,
      "AwardID": 2,
      "AwardPhotoTitlePublished": "sample string 3",
      "AwardPhotoTitleDraft": "sample string 4",
      "AwardPhotoFilePathPublished": "sample string 5",
      "AwardPhotoFilePathDraft": "sample string 6",
      "DraftedBy": "sample string 7",
      "DraftDate": "2026-03-31T16:45:37.2456596+05:30",
      "PublishedBy": "sample string 9",
      "PublishedDate": "2026-03-31T16:45:37.2456596+05:30",
      "IsNew": true,
      "IsDraft": true,
      "IsPublished": true,
      "ViewCount": 14
    }
  ]
}

application/xml, text/xml

Sample:
<GenAwardPhotoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <APhotoList>
    <CMSAwardPhoto>
      <AwardID>2</AwardID>
      <AwardPhotoFilePathDraft>sample string 6</AwardPhotoFilePathDraft>
      <AwardPhotoFilePathPublished>sample string 5</AwardPhotoFilePathPublished>
      <AwardPhotoID>1</AwardPhotoID>
      <AwardPhotoTitleDraft>sample string 4</AwardPhotoTitleDraft>
      <AwardPhotoTitlePublished>sample string 3</AwardPhotoTitlePublished>
      <DraftDate>2026-03-31T16:45:37.2456596+05:30</DraftDate>
      <DraftedBy>sample string 7</DraftedBy>
      <IsDraft>true</IsDraft>
      <IsNew>true</IsNew>
      <IsPublished>true</IsPublished>
      <PublishedBy>sample string 9</PublishedBy>
      <PublishedDate>2026-03-31T16:45:37.2456596+05:30</PublishedDate>
      <ViewCount>14</ViewCount>
    </CMSAwardPhoto>
    <CMSAwardPhoto>
      <AwardID>2</AwardID>
      <AwardPhotoFilePathDraft>sample string 6</AwardPhotoFilePathDraft>
      <AwardPhotoFilePathPublished>sample string 5</AwardPhotoFilePathPublished>
      <AwardPhotoID>1</AwardPhotoID>
      <AwardPhotoTitleDraft>sample string 4</AwardPhotoTitleDraft>
      <AwardPhotoTitlePublished>sample string 3</AwardPhotoTitlePublished>
      <DraftDate>2026-03-31T16:45:37.2456596+05:30</DraftDate>
      <DraftedBy>sample string 7</DraftedBy>
      <IsDraft>true</IsDraft>
      <IsNew>true</IsNew>
      <IsPublished>true</IsPublished>
      <PublishedBy>sample string 9</PublishedBy>
      <PublishedDate>2026-03-31T16:45:37.2456596+05:30</PublishedDate>
      <ViewCount>14</ViewCount>
    </CMSAwardPhoto>
    <CMSAwardPhoto>
      <AwardID>2</AwardID>
      <AwardPhotoFilePathDraft>sample string 6</AwardPhotoFilePathDraft>
      <AwardPhotoFilePathPublished>sample string 5</AwardPhotoFilePathPublished>
      <AwardPhotoID>1</AwardPhotoID>
      <AwardPhotoTitleDraft>sample string 4</AwardPhotoTitleDraft>
      <AwardPhotoTitlePublished>sample string 3</AwardPhotoTitlePublished>
      <DraftDate>2026-03-31T16:45:37.2456596+05:30</DraftDate>
      <DraftedBy>sample string 7</DraftedBy>
      <IsDraft>true</IsDraft>
      <IsNew>true</IsNew>
      <IsPublished>true</IsPublished>
      <PublishedBy>sample string 9</PublishedBy>
      <PublishedDate>2026-03-31T16:45:37.2456596+05:30</PublishedDate>
      <ViewCount>14</ViewCount>
    </CMSAwardPhoto>
  </APhotoList>
</GenAwardPhotoViewModel>