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": {
"c393658a-3417-47cf-9830-82d563dfc84c": null,
"e0005df2-2334-4b72-b5f9-09164326e58e": null
},
"2": {
"3c26252c-8cfe-4527-8858-55ca86812f15": null,
"b934fb02-508c-4a83-b781-14075a030ae7": null
}
}