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": {
"dbff9789-7ead-4140-a870-04e1f286401a": null,
"a19bab3c-ec20-4a0b-bf1f-9405a47b697a": null
},
"2": {
"e379e8b2-eab0-4e0a-9ce1-2f1c8f0d03c7": null,
"d18a3530-589b-4c9a-9582-b3f50edc0ade": null
}
}