Adobe Captivate · Example Payload

Prime Api User Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

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