Adobe Captivate · Example Payload

Prime Api Learning Object List Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Learning Object List Response 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

datalinksincluded

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "lo:12345678",
      "type": "course",
      "attributes": {
        "authorNames": {},
        "dateCreated": {},
        "datePublished": {},
        "dateUpdated": {},
        "duration": {},
        "effectiveModifiedDate": {},
        "enrollmentType": {},
        "imageUrl": {}
      },
      "relationships": {
        "instances": {},
        "skills": {},
        "prerequisiteLOs": {},
        "subLOs": {},
        "authors": {},
        "catalog": {}
      }
    }
  ],
  "links": {
    "self": "https://learningmanager.adobe.com/example",
    "next": "https://learningmanager.adobe.com/example",
    "prev": "https://learningmanager.adobe.com/example"
  },
  "included": [
    {}
  ]
}