Adobe Captivate · Example Payload

Prime Api Job Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api Job Response 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": {
    "id": "lo:12345678",
    "type": "course",
    "attributes": {
      "dateCreated": "2025-03-15T14:30:00Z",
      "dateCompleted": "2025-03-15T14:30:00Z",
      "description": "Comprehensive course covering Adobe Learning Manager features.",
      "downloadUrl": "https://learningmanager.adobe.com/example",
      "jobType": "userImport",
      "status": "Submitted"
    }
  }
}