Adobe Captivate · Example Payload

Prime Api Catalog Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Catalog 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": {
    "dateCreated": "2025-03-15T14:30:00Z",
    "dateUpdated": "2025-03-15T14:30:00Z",
    "description": "Comprehensive course covering Adobe Learning Manager features.",
    "isDefault": true,
    "isInternallySearchable": true,
    "name": "Introduction to Adobe Learning Manager",
    "state": "Enabled"
  },
  "relationships": {
    "learningObjects": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    }
  }
}