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": {
"0afda875-a2b6-4702-a89f-5fc34a2f7a62": null,
"2bd9c957-e029-4abe-ba21-cff0474d3e5b": null
},
"2": {
"e33d8c3e-5f88-4785-be11-ba579766049c": null,
"b2a61b9a-009b-4488-a2a9-da3d34db52c0": null
}
}