POST tab/GetVideoDetailData

Request Information

URI Parameters

None.

Body Parameters

iGetVideoDetailData
NameDescriptionTypeAdditional information
videoDetailId

globally unique identifier

None.

userId

globally unique identifier

None.

userRole

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "videoDetailId": "ac6fd0aa-cd0d-4c45-86d0-fe0dd1cbfc00",
  "userId": "dda6a9d4-c316-47a4-b91f-41b8a1177293",
  "userRole": 3
}

Response Information

Resource Description

oGetVideoDetailDataResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetVideoDetailData

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "videoDetailId": "sample string 1",
      "videoDetailTitle": "sample string 2",
      "videoDetailUrl": "sample string 3"
    },
    {
      "videoDetailId": "sample string 1",
      "videoDetailTitle": "sample string 2",
      "videoDetailUrl": "sample string 3"
    }
  ],
  "StatusCode": true,
  "Message": "sample string 2"
}