Set Recording Category
This command sets the value for a category assigned to the specified recording. You specify the category using the category ID.
Authorizations: All
Request
|
Parameters
Name | Description |
---|---|
recordingId | The ID of a HMP recording. |
categoryId | The ID of the category to assign to the recording. See the Tip in Set Session Category to obtain the category ID. |
value | The value defined for the category. Multiple values are separated by spaces. |
Result
Success
OK |
Error
Errors | Description |
---|---|
ERROR|010003|Expected at least 3 parameters. | Calling |
ERROR|010001|'Y' is not a UUID | The |
ERROR|010001|Values must be strings | Categories must be strings. |
ERROR|010001|Please provide non-empty values | Categories cannot be empty. |
ERROR|010001|Please remove any leading or | Categories cannot start or end with spaces. |
ERROR|010001|Please verify that values | Category list passed in contains duplicate entries. |
ERROR|040007|Category not found | A category with UUID |
ERROR|040002|Recording not found | A recording with UUID |
ERROR|040012|No results | The list of metadata was not returned from the server. |
Example
setCategory f678f415-0665-48cd-b141-1e95283469f1 OK |