Adobe Captivate · Example Payload

Adobe Captivate Learning Object Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Adobe Captivate Learning Object 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": "example-data",
  "included": [
    {
      "id": "lo:12345678",
      "type": "course",
      "attributes": {},
      "relationships": {}
    }
  ]
}