Adobe Captivate · Example Payload

Prime Api User Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api User 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": {
    "avatarUrl": "https://learningmanager.adobe.com/example",
    "email": "learner@example.com",
    "name": "Introduction to Adobe Learning Manager",
    "pointsEarned": 71,
    "profile": "example-profile",
    "roles": [
      "learner"
    ],
    "state": "ACTIVE",
    "userType": "Internal"
  },
  "relationships": {
    "manager": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    },
    "userGroups": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    },
    "account": {
      "data": "example-data",
      "links": {
        "related": {}
      }
    }
  }
}