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": {
"2b9d079c-99ef-49c3-bef3-e9d4f3a06e7a": null,
"64a28dba-5711-4b0e-973a-7c809533f0c9": null
},
"2": {
"9853a03f-2151-4b0b-a4c1-784643c5af43": null,
"90545fbc-d152-4f37-bc16-1e0e021cf0a2": null
}
}