iSpring Learn · Schema

ListCompetencyProfilesRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
profileIds array
View JSON Schema on GitHub

JSON Schema

ListCompetencyProfilesRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListCompetencyProfilesRequest",
  "properties": {
    "profileIds": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      }
    }
  },
  "type": "object"
}