GET api/Revolution/Presentation/Category

To allow representatives to view the showcase categories.

Request Information

URI Parameters

None.

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