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": {
"8d69a925-63aa-4f26-b21b-9598827d4de3": null,
"74b65b89-7c35-4ccf-a50f-c3426f0f8980": null
},
"2": {
"0dfbb612-a52a-4f35-bc2e-edc7ad831567": null,
"d32adc29-58d9-4668-a03a-736de16ac26f": null
}
}