Adobe Captivate · Example Payload

Prime Api Learning Object Instance Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Learning Object Instance Example is an example object payload from Adobe Captivate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeattributes

Example Payload

Raw ↑
{
  "id": "lo:12345678",
  "type": "course",
  "attributes": {
    "completionDeadline": "2025-03-15T14:30:00Z",
    "enrollmentDeadline": "2025-03-15T14:30:00Z",
    "isDefault": true,
    "seatLimit": 95,
    "state": "Active"
  }
}