Get all the series

get

/rhp-restapi/rhp/series

Returns a list of series names available in the server.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK. A JSON object containing an "items" property populated with 0 or more elements with at least an Id property and the links array with at least the "self" link.
Body ()
Root Schema : arrayOfItems
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : singleResource
Type: object
Show Source

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top