Adobe Captivate · Example Payload

Prime Api Learning Object Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

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

Top-level fields

idtypeattributesrelationships

Example Payload

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