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": {
    "d11db701-a666-4eb1-86ef-bfb377140349": null,
    "d0dcd5a8-55ab-4583-8e67-af6dc72ca974": null
  },
  "2": {
    "418ae5d4-bb5f-4d96-9524-03e9a1aa9ebd": null,
    "1db733c0-b8c1-4b5d-96d6-8e76eddcc9df": null
  }
}