Adobe Captivate · Example Payload

Prime Api Enrollment Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Enrollment Response Example is an example object payload from Adobe Captivate, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "id": "lo:12345678",
    "type": "course",
    "attributes": {
      "completedOn": "2025-03-15T14:30:00Z",
      "dateEnrolled": "2025-03-15T14:30:00Z",
      "dateStarted": "2025-03-15T14:30:00Z",
      "hasPassed": true,
      "progressPercent": 2,
      "score": 87.49,
      "state": "ENROLLED"
    },
    "relationships": {
      "learner": {
        "data": {},
        "links": {}
      },
      "learningObject": {
        "data": {},
        "links": {}
      },
      "loInstance": {
        "data": {},
        "links": {}
      }
    }
  }
}