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": {
"97b2f451-c196-4496-9b80-454eb15b9348": null,
"cc11901a-094c-451c-b242-a7b9dfb44b5d": null
},
"2": {
"958d5e3f-03f9-45e9-ad98-5e7b19081a3d": null,
"6a29ca4c-9496-47b7-9e88-b1a488406ae7": null
}
}