cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SuccessFactors LMS API - Get Course Start Time & End Time

688

Hi Experts,

I working on retrieving the LMS Course details via API. I can use the learningapprovaldetails API (/learning/odatav4/public/user/user-service/v1/learningapprovaldetails) but it's missing the Start Time & End Time of the course. Do you know which API I can call to retrieve this? Thank you.

learningapprovaldetails API Call response:

{ "@odata.context": "$metadata#learningapprovaldetails", "@odata.metadataEtag": "W/\"e0da1fa9-b9d3-428b-a189-0360485188da\"", "value": [ { "tapInstanceID": 7846003, "front_header": "Learning Approval", "itemName": "Provide First Aid", "type": "Registration", "userID": "20041986", "personGUID": "002477AFB0754E8C908EC196DCAA5E3A", "personExternalID": "20041986", "requestorFullName": "RAY SABANDAL", "learningApprovalTodoAction": [ { "type": "approve", "label": "Approve", "comment_required": null }, { "type": "decline", "label": "Deny", "comment_required": null } ], "due_date": null, "startDate": "31/3/2021", "endDate": "1/4/2021", "startTimeZone": "Australia/Sydney", "endTimeZone": "Australia/Sydney", "description": "This course covers the fundamental principles, knowledge and skills to enable participants to provide emergency care for injuries or illness in the home or the workplace.\n\nThis course must be recertified every three years and the CPR component updated every 12 months.\n\nThis course is nationally accredited training, delivered and assessed by a registered training organisation (RTO) separate to TfNSW. The RTO is responsible for issuing qualifications/statements of attainment upon successful completion of the course.", "price": "167.00 (AUD)", "criteria": null } ] }

Accepted Solutions (0)

Answers (0)