Adobe Captivate · Example Payload

Prime Api Skill Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Skill 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": {
    "description": "Comprehensive course covering Adobe Learning Manager features.",
    "name": "Introduction to Adobe Learning Manager",
    "state": "Active"
  },
  "relationships": {
    "skillLevels": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    },
    "learningObjects": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    }
  }
}