GET api/Revolution/Presentation/Asset?presentationID={presentationID}

To allow representatives to get the associated resources for viewing the showcase/presentation.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
presentationID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/xml, text/xml

Sample:
<EnumerableQueryOfObject>
  <Object />
  <Object />
</EnumerableQueryOfObject>

application/json, text/json

Sample:
[
  {},
  {}
]