GET api/MediaItems/GetAbsolutePaths

Getting the absolute path to media items

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Absolute paths of media items

Dictionary of integer [key] and string [value]

Response Formats

application/json, text/json

Sample:
{
  "1": "sample string 2",
  "3": "sample string 4"
}