GET api/MediaItems/GetItemValues
Getting the status of media items
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Status of media items
Dictionary of integer [key] and Dictionary of globally unique identifier [key] and Collection of IMediaItemValue [value] [value]Response Formats
application/json, text/json
Sample:
{
"1": {
"2c242ce4-dc09-421b-b5c6-66888a8e3610": null,
"cce3dbdc-8703-4ae7-8b45-8a0744139ee5": null
},
"2": {
"db653886-e3c0-4cd6-b743-82bb54ac7924": null,
"f0e5656e-3b67-430f-8a74-cd26a463d3a2": null
}
}