How to download videos loaded to learning content useing REST or SOAP
There are ways to upload mp4 files to learning module useing REST.But in my scenerio i want get the videos that were upload to one POD and load then to another POD.
I used the below payload and URL for that purpose.
Payload:
{
"Title" : "Video Test",
"Description" : "Video Content Uploaded with REST Services",
"FileName" : "video.mp4",
"ItemNumber" : "REST-202127042021-VIDEO",
"TrackingType" : "ORA_CONTENT_VIDEO",
"StartDate" : "2021-04-27",
"EndDate" : "4712-12-31",
}
REST Call(POST):
url:https:<POD URL>/hcmRestApi/resources/11.13.18.05/learningContentItems
I have use the below link to research about it
0