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": {
"a136bed7-3e0e-48cf-b782-963bcc0a89c2": null,
"dcce432a-2549-4020-9d23-2a258c616cb9": null
},
"2": {
"fd7bb508-85ae-427a-b3ea-926dc94d971c": null,
"43c1b2cb-c33f-48b8-a2a5-84951b83453e": null
}
}