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": {
"61b9bb2c-dcbe-498f-a207-c1b8dea5c9bc": null,
"a5863c6c-ca92-4efe-86df-1756c5fff2ba": null
},
"2": {
"bd76dc2c-a6c1-49ad-b765-049a50cfefc0": null,
"7cff15a6-92c5-4a30-8d51-e709451a2cf7": null
}
}