Learnifier
  1. Schemas
Learnifier
  • Course Designs
    • Lists all global course design templates
  • Organization Units
    • Get Organization Unit with External Id
    • Organization Units
    • Adds an Organization Unit
    • Get Organization Unit
    • Updates an Organization Unit
  • Users
    • Gets a participation by external id
    • Gets a user by external id
    • Lists all users
    • Adds a user
    • User information
    • Updates user information
    • User profile picture
    • Returns information about the projects the user is a participant in.
  • Projects
    • Gets Organization Unit by external id
    • Organization Unit Projects
    • Create project
    • Deletes the project
    • Project information
    • Update project information
    • Project participants
    • Add participant
    • Deletes a participant
    • Activate participant
    • Participant login link
    • Project team members
  • Global User Groups
    • List Global User Groups.
    • List of all users in group.
  • User Groups
    • List User Groups.
    • Create a User Group.
    • Get user group
    • List of all users in group.
    • Add user group member.
    • Remove user group member.
  • Schemas
    • Schemas
      • ActivationError
      • AddOrganizationUnit
      • AddOrganizationUnitResponse
      • AddParticipant
      • AddProject
      • AddUser
      • AddUserGroup
      • AddUserGroupMember
      • AddUserResponse
      • BackOfficeRole
      • ClientRole
      • ClientRoles
      • CourseDesign
      • Error
      • GlobalUserGroup
      • GroupId
      • LoginLink
      • OrgUnit
      • OrgUnits
      • Participation
      • ProductFailure
      • Project
      • ProjectTeamMember
      • TeamRole
      • UpdateOrganizationUnit
      • UpdateProject
      • User
      • UserGroup
      • UserId
      • UserParticipationInfo
      • UserPreferences
      • UserWithPermissions
  1. Schemas

Participation

{
    "accessLink": "http://www.example.com/accesslink/123451",
    "activated": true,
    "activitiesCompleted": 3,
    "activitiesTotal": 5,
    "errorMessage": "string",
    "expiration": "2019-08-24T14:15:22Z",
    "externalId": "string",
    "firstAccess": "2019-08-24T14:15:22Z",
    "firstActivation": "2019-08-24T14:15:22Z",
    "firstMail": "2019-08-24T14:15:22Z",
    "id": 0,
    "inError": true,
    "lastAccess": "2019-08-24T14:15:22Z",
    "lastActivation": "2019-08-24T14:15:22Z",
    "lastMail": "2019-08-24T14:15:22Z",
    "projectId": 0,
    "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"
}
Built with