GET api/Presentation/GetTestimonialVideosByPresentationGuid?PresentationGuid={PresentationGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PresentationGuid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TestimonialVideo| Name | Description | Type | Additional 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
}
]