GET api/Revolution/Presentation?categoryID={categoryID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryID

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:
[
  {},
  {}
]