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": {
    "591716c1-3c1c-44cc-a9ac-dcc1b0058829": null,
    "0f8f4757-9371-44eb-acb0-759805e7e50e": null
  },
  "2": {
    "baf3683c-777b-42d5-b4d8-67a4b6edf1c2": null,
    "23888173-eba2-48c6-8dfb-26b81eb9cc52": null
  }
}