Get a List of Sessions
Gets a list of sessions for HMP.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions |
Tip
You can query sessions based on a title and description (or HotMark title and description) by adding the “q
” query parameter to the collection URL. For more information, see Queries.
Response
Success
{ "data": [ |
Error
Code | Payload | Description |
---|---|---|
400 | {"code":"010002", "name":"InvalidFilter", | The provided filter does not exist on the server. |
404 | {"code":"040012", "name":"NoResults", | No results returned from the server. |
500 | {"code":"070000", "name":"InternalServer", | Getting a list of sessions failed. Please see |