-
Notifications
You must be signed in to change notification settings - Fork 0
View Training Video API Response Payload
Abhishek edited this page Jun 29, 2024
·
2 revisions
{
"data": {
"content": [
{
"videoId": "01HXG3VPFKKZAZ5134YBTPDPF",
"videoTitle": "Into to spring boot",
"videoDescription": "Into to spring boot",
"thumbnailUrl" : "<bucket_public_url>",
"url" : "<signed_url>",
"viewCount" : 0,
"videoCategory" : "Java",
"uploadedBy": "user full name",
"uploadedOn": "2007-11-03T16:18:05Z"
},
{
"videoId": "01HXG3VPFKKZBZ5134YBTPDPF",
"videoTitle": "Into to C#",
"videoDescription": "Into to spring boot",
"thumbnailUrl" : "<bucket_public_url>",
"url" : "<signed_url>",
"viewCount" : 10,
"videoCategory" : ".NET",
"uploadedBy": "user full name",
"uploadedOn": "2007-11-03T16:18:05Z"
}
]
},
"success": true,
"code": 200,
"message": "Fetched Successfully"
}