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
{
"data": [{
"name": "calypso:creator",
"field": [{
"fieldType": "STRING",
"valueString": "creator"
}]
},
{
"name": "calypso:recording",
"field": [{
"fieldType": "STRING",
"valueString": "0a354588-b4d1-4f72-acb1- bbcdd3fa75ff"
}]
},
{
"name": "calypso:creatorDisplayName",
"field": [{
"fieldType": "STRING",
"valueString": "haiadmin"
}]
}
]
}
Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
name | String | Required | Name of metadata. |
field | Array of objects (fields) for these possible structures:
| Required | Content of metadata. See Fields. |
Error
Code | Payload | Description |
---|---|---|
404
|
| The specified session has no metadata. |
404
|
| Session with UUID |