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": {
"769c92f3-cd57-4614-bcdf-d3dbc28cd3e1": null,
"656f8ce4-c133-425f-96b7-ce5fc67dca32": null
},
"2": {
"13a6bcaf-7e2c-4187-965c-18fecee50eac": null,
"968b6646-3da1-417f-9db1-d9a4b30124da": null
}
}