You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Sample POST /learningSelfPacedItems and /learnerLearningRecords payloads

Summary:

Different payloads for requests to the endpoints above keep giving 400 Bad Request responses, and there isn't adequate samples on the official docs.

Content (please ensure you mask any confidential information):


We've tried the following payloads for the /learningSelfPacedItems endpoint, but all return a 400 Bad Request response. For context, we're trying to attached PDF based content items (ID used as sourceId and learningItemSourceId) to self paced learning items.

{
"learningItemTitle": "Abed Test - Annual Compliance Handbook 2026",
"learningItemSourceId": 300000217065161,
"learningItemSourceType": "ORA_CONTENT",
"learningItemType": "ORA_ELEARNING",
"offeringId": 300000217065161,
"status": "ORA_CONT_ACTIVE",
"sequence": 1
}

{
  "learningItemTitle": "Central Stores - Self Paced Training Oracle Test 5",
  "learningItemNumber": "AND_OUT_005",
  "learningItemPublishStartDate": "2026-03-17T00:00:00+00:00",
  "learningItemPublishEndDate": "2028-12-31T00:00:00+00:00",
  "learningItemType": "ORA_ASSESSMENT",
  "learningItemStatus": "ORA_ACTIVE",
  "learningItemVisibility": "PUBLIC",
  "learningItemPublisher": "ORA_LEARNING_DEPT",
  "learningItemSupportedLanguages": "en",
  "learningItemEnrollCondition": "ORA_WHEN_VISIBLE",
  "learningItemCatalogProfileNumber": "OLC112001",
  "learningItemLearnerDataCollectionTypeESS": "ORA_NONE",
  "learningItemSelfEnrollRetakeRule": "ORA_NEVER",
  "content": [
    {
    "sourceId": 300000217065161,
    "type": "ORA_PDF"
    }
  ]
}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!