GET api/Media/GetMediaPlay

Documentation for 'GetMediaPlay'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "Name": "sample string 1",
      "URL": "sample string 2"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}