🎬Channel

User Interface Channel API Documentation

All available routes for Channel (in User Interface for Users) is written down below :

Channel Like

GET /like-channel/{channelId}

Channel Like by Channel Id


{
    // Response
}

Channel Unlike

GET /unlike-channel/{channelId}

Channel Unlike by Channel Id


{
    // Response
}

Channel Send Comment

POST /send-comment/{channelId}

Channel Send Comment By Channel Id


{
    // Response
}

Channel Rate

GET /rate-channel/{channelId}/{rate}

Channel Rate by Channel Id And Rate

Path Parameters

NameTypeDescription

channelId*

integer

Channel Id

rate

Integer

Rate


{
    // Response
}

Channel Report

POST /report-channel/{channelId}

Channel Report by Channel Id

Path Parameters

NameTypeDescription

integer

Channel Id


{
    // Response
}

Channel Increase View

GET /increase-view-count/{channelId}

Increases Channel's View


{
    // Response
}

Last updated