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": {
    "ac50a17e-d8cc-4549-a983-534cedf96412": null,
    "465bc830-4eb3-487d-b755-920ade4ce846": null
  },
  "2": {
    "3c5758c3-1f6a-4f48-be27-6e815826347d": null,
    "d41dd3e8-72d5-4283-8f73-ea146783ba0d": null
  }
}