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": {
    "ca75df06-be9c-45bc-9108-cf3c2f475680": null,
    "3afced70-cb5f-4eaa-89d0-07663372a06e": null
  },
  "2": {
    "ab2f8274-53b0-4257-be8b-e34084c54d70": null,
    "e8236050-ae1e-4e4f-9c1e-78c40db99201": null
  }
}