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": {
"c3d51f73-7d03-485c-a918-83eb2751a33b": null,
"ba8c1d49-21e6-4e12-ba15-047c6b2f938d": null
},
"2": {
"28747d78-59cc-4d52-8284-7eba8660a70f": null,
"4a630657-a220-4363-885a-e6a1ea0486b8": null
}
}