Adobe Captivate · Example Payload

Prime Api User List Response Example

AuthoringEducationeLearningLMSSCORMTrainingxAPI

Prime Api User List Response Example is an example object payload from Adobe Captivate, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datalinks

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "lo:12345678",
      "type": "course",
      "attributes": {
        "avatarUrl": {},
        "email": {},
        "name": {},
        "pointsEarned": {},
        "profile": {},
        "roles": {},
        "state": {},
        "userType": {}
      },
      "relationships": {
        "manager": {},
        "userGroups": {},
        "account": {}
      }
    }
  ],
  "links": {
    "self": "https://learningmanager.adobe.com/example",
    "next": "https://learningmanager.adobe.com/example",
    "prev": "https://learningmanager.adobe.com/example"
  }
}