Adobe Captivate · Example Payload

Prime Api Learning Object Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

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

Top-level fields

dataincluded

Example Payload

Raw ↑
{
  "data": {
    "id": "lo:12345678",
    "type": "course",
    "attributes": {
      "authorNames": [
        {}
      ],
      "dateCreated": "2025-03-15T14:30:00Z",
      "datePublished": "2025-03-15T14:30:00Z",
      "dateUpdated": "2025-03-15T14:30:00Z",
      "duration": 2,
      "effectiveModifiedDate": "2025-03-15T14:30:00Z",
      "enrollmentType": "Self Enrolled",
      "imageUrl": "https://learningmanager.adobe.com/example"
    },
    "relationships": {
      "instances": {
        "data": {},
        "links": {}
      },
      "skills": {
        "data": {},
        "links": {}
      },
      "prerequisiteLOs": {
        "data": {},
        "links": {}
      },
      "subLOs": {
        "data": {},
        "links": {}
      },
      "authors": {
        "data": {},
        "links": {}
      },
      "catalog": {
        "data": {},
        "links": {}
      }
    }
  },
  "included": [
    {}
  ]
}