Adobe Captivate · Example Payload

Prime Api Enrollment Create Request Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Enrollment Create Request Example is an example object payload from Adobe Captivate, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "type": "course",
    "attributes": {
      "loInstanceId": "lo:12345678"
    },
    "relationships": {
      "loInstance": {
        "data": {}
      },
      "learner": {
        "data": {}
      }
    }
  }
}