GET api/Presentation/GetTestimonialVideosByPresentationGuid?PresentationGuid={PresentationGuid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PresentationGuid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TestimonialVideo
NameDescriptionTypeAdditional information
S3Name

string

None.

FileName

string

None.

uploadStatus

integer

None.

IsUploadedToDrive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "S3Name": "sample string 1",
    "FileName": "sample string 2",
    "uploadStatus": 1,
    "IsUploadedToDrive": true
  },
  {
    "S3Name": "sample string 1",
    "FileName": "sample string 2",
    "uploadStatus": 1,
    "IsUploadedToDrive": true
  }
]