Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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