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": {
"c4d24e09-1e22-4634-b5e6-22c136bd4bad": null,
"24d558d7-4577-423e-97ea-f2e6d3396d1d": null
},
"2": {
"91e4f0f3-d3a2-4d2f-8952-91134a9b025c": null,
"628ab2ce-aeb5-493e-beec-cb3f3dabd9cd": null
}
}