List themes
Retrieves all themes and their codes that are currently configured.
A theme code can be supplied when creating a package; the package will then be rendered with the requested theming.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The token to return to request the next page: the next page number as a string
(for example '2'), as returned in the previous response's ContinuationToken.
The maximum number of results to return
1 <= x <= 50specify how the result is sorted, default is ascending
asc, desc specify on which field to sort
name, code Response
OK
The token to pass as continuationToken to request the next page: the next page number as a string.
"1"
The list containing the Themes
The maximum number of results that will be returned per request
The total number of results.