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": {
"a1350abb-fd0b-437c-9588-6821ec37508e": null,
"e5aadd31-ce6e-4557-b972-a42e2ab28d2b": null
},
"2": {
"e1620c91-7be8-490c-8f33-c04eb287c4e7": null,
"47510b41-6853-4d9d-ba4a-14ecbd55bf66": null
}
}