Get a List of Session Metadata
Gets a list of metadata for the specified session.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/metadata |
Response
Success
{ |
Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
name | String | Required | Name of metadata. |
field | Array of objects (fields) for these possible structures: { "fieldType": "STRING", | Required | Content of metadata. See Fields. |
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040012", "name":"NoResults", | The specified session has no metadata. |
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID |