# Models

## The AboutModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AboutModel":{"type":"object","properties":{"Heading":{"type":"string","nullable":true},"Body":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The AchievementMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AchievementMatch":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid"},"AchievementTitle":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The AchievementModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AchievementModel":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid"},"AchievementAllowSelfDeclared":{"type":"boolean"},"AchievementIsEnabled":{"type":"boolean"},"AchievementReportingDisabled":{"type":"boolean"},"HasBadgeImage":{"type":"boolean","nullable":true},"AchievementDescription":{"type":"string","nullable":true},"AchievementLabel":{"type":"string","nullable":true},"AchievementTitle":{"type":"string","nullable":true},"AchievementType":{"type":"string","nullable":true},"BadgeImageUrl":{"type":"string","nullable":true},"CertificateLayoutCode":{"type":"string","nullable":true},"ExpirationLifetimeUnit":{"type":"string","nullable":true},"ExpirationType":{"type":"string","nullable":true},"ExpirationLifetimeQuantity":{"type":"integer","format":"int32","nullable":true},"ExpirationFixedDate":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The ActiveNotification object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ActiveNotification":{"type":"object","properties":{"NotificationId":{"type":"string","format":"uuid"},"Type":{"$ref":"#/components/schemas/DashboardNotificationType"},"Title":{"type":"string","nullable":true},"Details":{"type":"string","nullable":true},"LinkText":{"type":"string","nullable":true},"LinkUrl":{"type":"string","nullable":true},"Modified":{"type":"string","format":"date-time"}},"additionalProperties":false},"DashboardNotificationType":{"enum":["None","PlatformUpdate","ReleaseNotes","Other"],"type":"string"}}}}
```

## The AssessmentStandard object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AssessmentStandard":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"},"Taxonomies":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false}}}}
```

## The AttachmentInfo object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AttachmentInfo":{"type":"object","properties":{"Title":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Condition":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"Dimension":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The AttachmentType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AttachmentType":{"enum":["Unknown","Archive","Document","Image"],"type":"string"}}}}
```

## The AttemptMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AttemptMatch":{"type":"object","properties":{"AttemptId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The AttemptModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"AttemptModel":{"type":"object","properties":{"AttemptId":{"type":"string","format":"uuid"},"AttemptNumber":{"type":"integer","format":"int32"},"FormCode":{"type":"string","nullable":true},"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"RegistrationId":{"type":"string","format":"uuid","nullable":true},"AssessorUserId":{"type":"string","format":"uuid"},"GradingAssessorUserId":{"type":"string","format":"uuid","nullable":true},"LearnerUserId":{"type":"string","format":"uuid"},"AttemptGrade":{"type":"string","nullable":true},"AttemptIsPassing":{"type":"boolean"},"AttemptStatus":{"type":"string","nullable":true},"AttemptTag":{"type":"string","nullable":true},"AttemptDuration":{"type":"number","format":"double","nullable":true},"AttemptPoints":{"type":"number","format":"double","nullable":true},"AttemptScore":{"type":"number","format":"double","nullable":true},"FormPoints":{"type":"number","format":"double","nullable":true},"ActiveQuestionIndex":{"type":"integer","format":"int32","nullable":true},"ActiveSectionIndex":{"type":"integer","format":"int32","nullable":true},"FormSectionsCount":{"type":"integer","format":"int32","nullable":true},"SectionsAsTabsEnabled":{"type":"boolean"},"SingleQuestionPerTabEnabled":{"type":"boolean"},"TabNavigationEnabled":{"type":"boolean"},"TabTimeLimit":{"type":"string","nullable":true},"AttemptLanguage":{"type":"string","nullable":true},"AttemptPingInterval":{"type":"integer","format":"int32","nullable":true},"AttemptTimeLimit":{"type":"integer","format":"int32","nullable":true},"UserAgent":{"type":"string","nullable":true},"AttemptGraded":{"type":"string","format":"date-time","nullable":true},"AttemptImported":{"type":"string","format":"date-time","nullable":true},"AttemptPinged":{"type":"string","format":"date-time","nullable":true},"AttemptStarted":{"type":"string","format":"date-time","nullable":true},"AttemptSubmitted":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The BankMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"BankMatch":{"type":"object","properties":{"BankId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The BankModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"BankModel":{"type":"object","properties":{"BankId":{"type":"string","format":"uuid"},"DepartmentId":{"type":"string","format":"uuid","nullable":true},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"IsActive":{"type":"boolean"},"BankEdition":{"type":"string","nullable":true},"BankLevel":{"type":"string","nullable":true},"BankName":{"type":"string","nullable":true},"BankStatus":{"type":"string","nullable":true},"BankTitle":{"type":"string","nullable":true},"BankType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"AttachmentCount":{"type":"integer","format":"int32"},"BankSize":{"type":"integer","format":"int32"},"CommentCount":{"type":"integer","format":"int32"},"FormCount":{"type":"integer","format":"int32"},"OptionCount":{"type":"integer","format":"int32"},"QuestionCount":{"type":"integer","format":"int32"},"SetCount":{"type":"integer","format":"int32"},"SpecCount":{"type":"integer","format":"int32"},"LastChangeTime":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The BlockContentModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"BlockContentModel":{"type":"object","properties":{"BlockId":{"type":"string","format":"uuid"},"BlockIdNumber":{"type":"integer","format":"int32","nullable":true},"BlockType":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"Content":{"$ref":"#/components/schemas/ContentContainer"}},"additionalProperties":false},"ContentContainer":{"type":"object","properties":{"Count":{"type":"integer","format":"int32","readOnly":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"IsLoaded":{"type":"boolean"},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true},"Title":{"$ref":"#/components/schemas/ContentContainerItem"},"Summary":{"$ref":"#/components/schemas/ContentContainerItem"},"Description":{"$ref":"#/components/schemas/ContentContainerItem"},"Feedback":{"$ref":"#/components/schemas/ContentContainerItem"},"FeedbackWhenNotSelected":{"$ref":"#/components/schemas/ContentContainerItem"},"Hint":{"$ref":"#/components/schemas/ContentContainerItem"},"Body":{"$ref":"#/components/schemas/ContentContainerItem"}},"additionalProperties":false},"ContentContainerItem":{"type":"object","properties":{"Text":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Html":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Snip":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true}},"additionalProperties":false},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The BreadcrumbModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"BreadcrumbModel":{"type":"object","properties":{"Text":{"type":"string","nullable":true},"Url":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CaseMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CaseMatch":{"type":"object","properties":{"CaseId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The CaseModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CaseModel":{"type":"object","properties":{"AdministratorUserId":{"type":"string","format":"uuid","nullable":true},"EmployerGroupId":{"type":"string","format":"uuid","nullable":true},"CaseClosedBy":{"type":"string","format":"uuid","nullable":true},"CaseId":{"type":"string","format":"uuid"},"CaseOpenedBy":{"type":"string","format":"uuid","nullable":true},"CaseStatusId":{"type":"string","format":"uuid","nullable":true},"LastChangeUser":{"type":"string","format":"uuid"},"LawyerUserId":{"type":"string","format":"uuid","nullable":true},"OwnerUserId":{"type":"string","format":"uuid","nullable":true},"ResponseSessionId":{"type":"string","format":"uuid","nullable":true},"TopicUserId":{"type":"string","format":"uuid","nullable":true},"CaseDescription":{"type":"string","nullable":true},"CaseSource":{"type":"string","nullable":true},"CaseStatusCategory":{"type":"string","nullable":true},"CaseTitle":{"type":"string","nullable":true},"CaseType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"AttachmentCount":{"type":"integer","format":"int32"},"CommentCount":{"type":"integer","format":"int32"},"GroupCount":{"type":"integer","format":"int32"},"CaseNumber":{"type":"integer","format":"int32"},"PersonCount":{"type":"integer","format":"int32"},"CaseClosed":{"type":"string","format":"date-time","nullable":true},"CaseOpened":{"type":"string","format":"date-time"},"CaseReported":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffective":{"type":"string","format":"date-time","nullable":true},"LastChangeTime":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The CaseStatusMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CaseStatusMatch":{"type":"object","properties":{"StatusId":{"type":"string","format":"uuid"},"StatusName":{"type":"string","nullable":true},"CaseType":{"type":"string","nullable":true},"StatusCategory":{"type":"string","nullable":true},"StatusSequence":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The CaseStatusModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CaseStatusModel":{"type":"object","properties":{"CaseType":{"type":"string","nullable":true},"StatusId":{"type":"string","format":"uuid"},"StatusName":{"type":"string","nullable":true},"StatusSequence":{"type":"integer","format":"int32"},"StatusCategory":{"type":"string","nullable":true},"ReportCategory":{"type":"string","nullable":true},"StatusDescription":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CollectAchievements object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectAchievements":{"type":"object","properties":{"AchievementTitle":{"type":"string","nullable":true},"ExpirationFixedDateSince":{"type":"string","format":"date-time","nullable":true},"ExpirationFixedDateBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectAttempts object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectAttempts":{"type":"object","properties":{"AttemptStatus":{"type":"string","nullable":true},"AttemptGradedSince":{"type":"string","format":"date-time","nullable":true},"AttemptGradedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptImportedSince":{"type":"string","format":"date-time","nullable":true},"AttemptImportedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptPingedSince":{"type":"string","format":"date-time","nullable":true},"AttemptPingedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptStartedSince":{"type":"string","format":"date-time","nullable":true},"AttemptStartedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedSince":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectBanks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectBanks":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"IsActive":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CollectCaseStatuses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectCaseStatuses":{"type":"object","properties":{"CaseTypeContains":{"type":"string","nullable":true},"CaseTypeExact":{"type":"string","nullable":true},"StatusNameContains":{"type":"string","nullable":true},"StatusNameExact":{"type":"string","nullable":true},"StatusCategoryContains":{"type":"string","nullable":true},"StatusCategoryExact":{"type":"string","nullable":true},"ReportCategoryContains":{"type":"string","nullable":true},"ReportCategoryExact":{"type":"string","nullable":true},"StatusSequenceSince":{"type":"integer","format":"int32","nullable":true},"StatusSequenceBefore":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The CollectCases object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectCases":{"type":"object","properties":{"CaseClosedSince":{"type":"string","format":"date-time","nullable":true},"CaseClosedBefore":{"type":"string","format":"date-time","nullable":true},"CaseOpenedSince":{"type":"string","format":"date-time","nullable":true},"CaseOpenedBefore":{"type":"string","format":"date-time","nullable":true},"CaseReportedSince":{"type":"string","format":"date-time","nullable":true},"CaseReportedBefore":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveSince":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectCourses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectCourses":{"type":"object","properties":{"ClosedSince":{"type":"string","format":"date-time","nullable":true},"ClosedBefore":{"type":"string","format":"date-time","nullable":true},"CreatedSince":{"type":"string","format":"date-time","nullable":true},"CreatedBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true},"IsPublished":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CollectCredentials object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectCredentials":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false}}}}
```

## The CollectEvents object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectEvents":{"type":"object","properties":{"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedSince":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionShippedSince":{"type":"string","format":"date-time","nullable":true},"DistributionShippedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedSince":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartBefore":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedSince":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedBefore":{"type":"string","format":"date-time","nullable":true},"ExamStartedSince":{"type":"string","format":"date-time","nullable":true},"ExamStartedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineSince":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedSince":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationStartSince":{"type":"string","format":"date-time","nullable":true},"RegistrationStartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectFiles object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectFiles":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"FileIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ObjectTypeExact":{"type":"string","nullable":true},"ObjectIdentifierContains":{"type":"string","nullable":true},"FileNameContains":{"type":"string","nullable":true},"DocumentNameContains":{"type":"string","nullable":true},"FileUploadedSince":{"type":"string","format":"date-time","nullable":true},"FileUploadedBefore":{"type":"string","format":"date-time","nullable":true},"HasClaims":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CollectForms object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectForms":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectGradebooks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectGradebooks":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"ClassId":{"type":"string","format":"uuid","nullable":true},"ClassInstructorId":{"type":"string","format":"uuid","nullable":true},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"PeriodId":{"type":"string","format":"uuid","nullable":true},"IsLocked":{"type":"boolean","nullable":true},"ClassTitle":{"type":"string","nullable":true},"GradebookTitle":{"type":"string","nullable":true},"GradebookType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"Reference":{"type":"string","nullable":true},"ClassStartedSince":{"type":"string","format":"date-time","nullable":true},"ClassStartedBefore":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedSince":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectGroups object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectGroups":{"type":"object","properties":{"GroupCreatedSince":{"type":"string","format":"date-time","nullable":true},"GroupCreatedBefore":{"type":"string","format":"date-time","nullable":true},"GroupExpirySince":{"type":"string","format":"date-time","nullable":true},"GroupExpiryBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectMemberships object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectMemberships":{"type":"object","properties":{"AccountScope":{"type":"string","nullable":true},"MembershipEffectiveSince":{"type":"string","format":"date-time","nullable":true},"MembershipEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"MembershipExpirySince":{"type":"string","format":"date-time","nullable":true},"MembershipExpiryBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectPages object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectPages":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"ParentPageId":{"type":"string","format":"uuid","nullable":true},"SiteId":{"type":"string","format":"uuid","nullable":true},"IsAccessDenied":{"type":"boolean","nullable":true},"IsHidden":{"type":"boolean","nullable":true},"IsNewTab":{"type":"boolean","nullable":true},"IsNullNavigateUrl":{"type":"boolean","nullable":true},"AuthorName":{"type":"string","nullable":true},"ContentControl":{"type":"string","nullable":true},"ContentLabels":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"NavigateUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"PageIcon":{"type":"string","nullable":true},"PageSlug":{"type":"string","nullable":true},"PageType":{"type":"string","nullable":true},"ParentPageSlug":{"type":"string","nullable":true},"ParentPageType":{"type":"string","nullable":true},"SiteDomain":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sequence":{"type":"integer","format":"int32","nullable":true},"AuthorDateSince":{"type":"string","format":"date-time","nullable":true},"AuthorDateBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectPendingPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectPendingPeople":{"type":"object","properties":{"SubmittedBy":{"type":"string","format":"uuid","nullable":true},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true},"SubmittedBefore":{"type":"string","format":"date-time","nullable":true},"SubmittedSince":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectPeople":{"type":"object","properties":{"UserId":{"type":"string","format":"uuid","nullable":true},"EmailExact":{"type":"string","nullable":true},"EventRole":{"type":"string","nullable":true},"FullName":{"type":"string","nullable":true},"PersonCode":{"type":"string","nullable":true},"LastAuthenticatedSince":{"type":"string","format":"date-time","nullable":true},"IsApproved":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CollectPeriods object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectPeriods":{"type":"object","properties":{"Name":{"type":"string","nullable":true},"EndSince":{"type":"string","format":"date-time","nullable":true},"EndBefore":{"type":"string","format":"date-time","nullable":true},"StartSince":{"type":"string","format":"date-time","nullable":true},"StartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectRegistrations object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectRegistrations":{"type":"object","properties":{"AttendanceTakenSince":{"type":"string","format":"date-time","nullable":true},"AttendanceTakenBefore":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedSince":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedBefore":{"type":"string","format":"date-time","nullable":true},"GradeAssignedSince":{"type":"string","format":"date-time","nullable":true},"GradeAssignedBefore":{"type":"string","format":"date-time","nullable":true},"GradePublishedSince":{"type":"string","format":"date-time","nullable":true},"GradePublishedBefore":{"type":"string","format":"date-time","nullable":true},"GradeReleasedSince":{"type":"string","format":"date-time","nullable":true},"GradeReleasedBefore":{"type":"string","format":"date-time","nullable":true},"GradeWithheldSince":{"type":"string","format":"date-time","nullable":true},"GradeWithheldBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnSince":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectSites object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectSites":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectStandards object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectStandards":{"type":"object","properties":{"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"ParentStandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ContentTitle":{"type":"string","nullable":true},"StandardType":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CollectSubmissions object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectSubmissions":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectUserConnections object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectUserConnections":{"type":"object","properties":{"ConnectedSince":{"type":"string","format":"date-time","nullable":true},"ConnectedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CollectUsers object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CollectUsers":{"type":"object","properties":{"UserIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"UserEmailExact":{"type":"string","nullable":true},"UserFullNameContains":{"type":"string","nullable":true},"LastAuthenticatedSince":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The ComplianceSummaryCriteria object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ComplianceSummaryCriteria":{"type":"object","properties":{"Departments":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"Learners":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"Measurements":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"ProfileCondition":{"type":"integer","format":"int32"},"LearnerMustHaveProfile":{"type":"boolean"},"DepartmentEmployment":{"type":"boolean","nullable":true},"OrganizationEmployment":{"type":"boolean","nullable":true},"DataAccess":{"type":"boolean","nullable":true},"ZeroRequirementsProgressDisplay":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ComplianceSummaryMeasurement object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ComplianceSummaryMeasurement":{"type":"object","properties":{"Key":{"type":"integer","format":"int32"},"Name":{"type":"string","nullable":true},"Score":{"type":"number","format":"double","nullable":true},"Required":{"type":"integer","format":"int32"},"Satisfied":{"type":"integer","format":"int32"},"Expired":{"type":"integer","format":"int32","nullable":true},"NotCompleted":{"type":"integer","format":"int32","nullable":true},"NotApplicable":{"type":"integer","format":"int32","nullable":true},"NeedsTraining":{"type":"integer","format":"int32","nullable":true},"SelfAssessed":{"type":"integer","format":"int32","nullable":true},"Submitted":{"type":"integer","format":"int32","nullable":true},"Validated":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The ComplianceSummaryModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ComplianceSummaryModel":{"type":"object","properties":{"Department":{"$ref":"#/components/schemas/Model"},"Learner":{"$ref":"#/components/schemas/Model"},"PrimaryProfile":{"$ref":"#/components/schemas/Model"},"Measurement":{"$ref":"#/components/schemas/ComplianceSummaryMeasurement"}},"additionalProperties":false},"Model":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Name":{"type":"string","nullable":true},"Slug":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true}},"additionalProperties":false},"ComplianceSummaryMeasurement":{"type":"object","properties":{"Key":{"type":"integer","format":"int32"},"Name":{"type":"string","nullable":true},"Score":{"type":"number","format":"double","nullable":true},"Required":{"type":"integer","format":"int32"},"Satisfied":{"type":"integer","format":"int32"},"Expired":{"type":"integer","format":"int32","nullable":true},"NotCompleted":{"type":"integer","format":"int32","nullable":true},"NotApplicable":{"type":"integer","format":"int32","nullable":true},"NeedsTraining":{"type":"integer","format":"int32","nullable":true},"SelfAssessed":{"type":"integer","format":"int32","nullable":true},"Submitted":{"type":"integer","format":"int32","nullable":true},"Validated":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The ContentContainer object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ContentContainer":{"type":"object","properties":{"Count":{"type":"integer","format":"int32","readOnly":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"IsLoaded":{"type":"boolean"},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true},"Title":{"$ref":"#/components/schemas/ContentContainerItem"},"Summary":{"$ref":"#/components/schemas/ContentContainerItem"},"Description":{"$ref":"#/components/schemas/ContentContainerItem"},"Feedback":{"$ref":"#/components/schemas/ContentContainerItem"},"FeedbackWhenNotSelected":{"$ref":"#/components/schemas/ContentContainerItem"},"Hint":{"$ref":"#/components/schemas/ContentContainerItem"},"Body":{"$ref":"#/components/schemas/ContentContainerItem"}},"additionalProperties":false},"ContentContainerItem":{"type":"object","properties":{"Text":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Html":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Snip":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true}},"additionalProperties":false},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ContentContainerItem object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ContentContainerItem":{"type":"object","properties":{"Text":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Html":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Snip":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true}},"additionalProperties":false},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CountAchievements object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountAchievements":{"type":"object","properties":{"AchievementTitle":{"type":"string","nullable":true},"ExpirationFixedDateSince":{"type":"string","format":"date-time","nullable":true},"ExpirationFixedDateBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountAttempts object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountAttempts":{"type":"object","properties":{"AttemptStatus":{"type":"string","nullable":true},"AttemptGradedSince":{"type":"string","format":"date-time","nullable":true},"AttemptGradedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptImportedSince":{"type":"string","format":"date-time","nullable":true},"AttemptImportedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptPingedSince":{"type":"string","format":"date-time","nullable":true},"AttemptPingedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptStartedSince":{"type":"string","format":"date-time","nullable":true},"AttemptStartedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedSince":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountBanks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountBanks":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"IsActive":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CountCaseStatuses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountCaseStatuses":{"type":"object","properties":{"CaseTypeContains":{"type":"string","nullable":true},"CaseTypeExact":{"type":"string","nullable":true},"StatusNameContains":{"type":"string","nullable":true},"StatusNameExact":{"type":"string","nullable":true},"StatusCategoryContains":{"type":"string","nullable":true},"StatusCategoryExact":{"type":"string","nullable":true},"ReportCategoryContains":{"type":"string","nullable":true},"ReportCategoryExact":{"type":"string","nullable":true},"StatusSequenceSince":{"type":"integer","format":"int32","nullable":true},"StatusSequenceBefore":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The CountCases object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountCases":{"type":"object","properties":{"CaseClosedSince":{"type":"string","format":"date-time","nullable":true},"CaseClosedBefore":{"type":"string","format":"date-time","nullable":true},"CaseOpenedSince":{"type":"string","format":"date-time","nullable":true},"CaseOpenedBefore":{"type":"string","format":"date-time","nullable":true},"CaseReportedSince":{"type":"string","format":"date-time","nullable":true},"CaseReportedBefore":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveSince":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountCourses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountCourses":{"type":"object","properties":{"ClosedSince":{"type":"string","format":"date-time","nullable":true},"ClosedBefore":{"type":"string","format":"date-time","nullable":true},"CreatedSince":{"type":"string","format":"date-time","nullable":true},"CreatedBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true},"IsPublished":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CountCredentials object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountCredentials":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false}}}}
```

## The CountEvents object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountEvents":{"type":"object","properties":{"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedSince":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionShippedSince":{"type":"string","format":"date-time","nullable":true},"DistributionShippedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedSince":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartBefore":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedSince":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedBefore":{"type":"string","format":"date-time","nullable":true},"ExamStartedSince":{"type":"string","format":"date-time","nullable":true},"ExamStartedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineSince":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedSince":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationStartSince":{"type":"string","format":"date-time","nullable":true},"RegistrationStartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountFiles object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountFiles":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"FileIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ObjectTypeExact":{"type":"string","nullable":true},"ObjectIdentifierContains":{"type":"string","nullable":true},"FileNameContains":{"type":"string","nullable":true},"DocumentNameContains":{"type":"string","nullable":true},"FileUploadedSince":{"type":"string","format":"date-time","nullable":true},"FileUploadedBefore":{"type":"string","format":"date-time","nullable":true},"HasClaims":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CountForms object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountForms":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountGradebooks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountGradebooks":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"ClassId":{"type":"string","format":"uuid","nullable":true},"ClassInstructorId":{"type":"string","format":"uuid","nullable":true},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"PeriodId":{"type":"string","format":"uuid","nullable":true},"IsLocked":{"type":"boolean","nullable":true},"ClassTitle":{"type":"string","nullable":true},"GradebookTitle":{"type":"string","nullable":true},"GradebookType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"Reference":{"type":"string","nullable":true},"ClassStartedSince":{"type":"string","format":"date-time","nullable":true},"ClassStartedBefore":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedSince":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountGroups object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountGroups":{"type":"object","properties":{"GroupCreatedSince":{"type":"string","format":"date-time","nullable":true},"GroupCreatedBefore":{"type":"string","format":"date-time","nullable":true},"GroupExpirySince":{"type":"string","format":"date-time","nullable":true},"GroupExpiryBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountMemberships object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountMemberships":{"type":"object","properties":{"AccountScope":{"type":"string","nullable":true},"MembershipEffectiveSince":{"type":"string","format":"date-time","nullable":true},"MembershipEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"MembershipExpirySince":{"type":"string","format":"date-time","nullable":true},"MembershipExpiryBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountPages object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountPages":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"ParentPageId":{"type":"string","format":"uuid","nullable":true},"SiteId":{"type":"string","format":"uuid","nullable":true},"IsAccessDenied":{"type":"boolean","nullable":true},"IsHidden":{"type":"boolean","nullable":true},"IsNewTab":{"type":"boolean","nullable":true},"IsNullNavigateUrl":{"type":"boolean","nullable":true},"AuthorName":{"type":"string","nullable":true},"ContentControl":{"type":"string","nullable":true},"ContentLabels":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"NavigateUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"PageIcon":{"type":"string","nullable":true},"PageSlug":{"type":"string","nullable":true},"PageType":{"type":"string","nullable":true},"ParentPageSlug":{"type":"string","nullable":true},"ParentPageType":{"type":"string","nullable":true},"SiteDomain":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sequence":{"type":"integer","format":"int32","nullable":true},"AuthorDateSince":{"type":"string","format":"date-time","nullable":true},"AuthorDateBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountPendingPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountPendingPeople":{"type":"object","properties":{"SubmittedBy":{"type":"string","format":"uuid","nullable":true},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true},"SubmittedBefore":{"type":"string","format":"date-time","nullable":true},"SubmittedSince":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountPeople":{"type":"object","properties":{"UserId":{"type":"string","format":"uuid","nullable":true},"EmailExact":{"type":"string","nullable":true},"EventRole":{"type":"string","nullable":true},"FullName":{"type":"string","nullable":true},"PersonCode":{"type":"string","nullable":true},"LastAuthenticatedSince":{"type":"string","format":"date-time","nullable":true},"IsApproved":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The CountPeriods object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountPeriods":{"type":"object","properties":{"Name":{"type":"string","nullable":true},"EndSince":{"type":"string","format":"date-time","nullable":true},"EndBefore":{"type":"string","format":"date-time","nullable":true},"StartSince":{"type":"string","format":"date-time","nullable":true},"StartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountRegistrations object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountRegistrations":{"type":"object","properties":{"AttendanceTakenSince":{"type":"string","format":"date-time","nullable":true},"AttendanceTakenBefore":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedSince":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedBefore":{"type":"string","format":"date-time","nullable":true},"GradeAssignedSince":{"type":"string","format":"date-time","nullable":true},"GradeAssignedBefore":{"type":"string","format":"date-time","nullable":true},"GradePublishedSince":{"type":"string","format":"date-time","nullable":true},"GradePublishedBefore":{"type":"string","format":"date-time","nullable":true},"GradeReleasedSince":{"type":"string","format":"date-time","nullable":true},"GradeReleasedBefore":{"type":"string","format":"date-time","nullable":true},"GradeWithheldSince":{"type":"string","format":"date-time","nullable":true},"GradeWithheldBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnSince":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountResult object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountResult":{"type":"object","properties":{"Count":{"type":"integer","format":"int32"},"Summary":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CountSites object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountSites":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountStandards object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountStandards":{"type":"object","properties":{"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"ParentStandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ContentTitle":{"type":"string","nullable":true},"StandardType":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CountSubmissions object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountSubmissions":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountUserConnections object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountUserConnections":{"type":"object","properties":{"ConnectedSince":{"type":"string","format":"date-time","nullable":true},"ConnectedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CountUsers object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CountUsers":{"type":"object","properties":{"UserIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"UserEmailExact":{"type":"string","nullable":true},"UserFullNameContains":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CourseMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CourseMatch":{"type":"object","properties":{"CourseId":{"type":"string","format":"uuid"},"CourseName":{"type":"string","nullable":true},"CourseCode":{"type":"string","nullable":true},"CourseLabel":{"type":"string","nullable":true},"CourseHook":{"type":"string","nullable":true},"CatalogId":{"type":"string","format":"uuid","nullable":true},"CatalogName":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"PublicationDate":{"type":"string","format":"date-time","nullable":true},"PublicationAuthor":{"type":"string","nullable":true},"PublicationPageId":{"type":"string","format":"uuid","nullable":true},"UnitCount":{"type":"integer","format":"int32","nullable":true},"ModuleCount":{"type":"integer","format":"int32","nullable":true},"ActivityCount":{"type":"integer","format":"int32","nullable":true},"EnrollmentCount":{"type":"integer","format":"int32"},"EnrollmentCountStarted":{"type":"integer","format":"int32"},"EnrollmentCountCompleted":{"type":"integer","format":"int32"},"GradebookId":{"type":"string","format":"uuid","nullable":true},"GradebookTitle":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CourseModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CourseModel":{"type":"object","properties":{"CatalogId":{"type":"string","format":"uuid","nullable":true},"CompletedToAdministratorMessageId":{"type":"string","format":"uuid","nullable":true},"CompletedToLearnerMessageId":{"type":"string","format":"uuid","nullable":true},"CompletionActivityId":{"type":"string","format":"uuid","nullable":true},"CourseId":{"type":"string","format":"uuid"},"CreatedBy":{"type":"string","format":"uuid"},"FrameworkStandardId":{"type":"string","format":"uuid","nullable":true},"GradebookId":{"type":"string","format":"uuid","nullable":true},"ModifiedBy":{"type":"string","format":"uuid"},"SourceId":{"type":"string","format":"uuid","nullable":true},"StalledToAdministratorMessageId":{"type":"string","format":"uuid","nullable":true},"StalledToLearnerMessageId":{"type":"string","format":"uuid","nullable":true},"AllowDiscussion":{"type":"boolean"},"CourseIsHidden":{"type":"boolean"},"IsDisplayOverviewOnly":{"type":"boolean"},"IsMultipleUnitsEnabled":{"type":"boolean"},"IsProgressReportEnabled":{"type":"boolean"},"CourseCode":{"type":"string","nullable":true},"CourseDescription":{"type":"string","nullable":true},"CourseFlagColor":{"type":"string","nullable":true},"CourseFlagText":{"type":"string","nullable":true},"CourseHook":{"type":"string","nullable":true},"CourseIcon":{"type":"string","nullable":true},"CourseImage":{"type":"string","nullable":true},"CourseLabel":{"type":"string","nullable":true},"CourseLevel":{"type":"string","nullable":true},"CourseName":{"type":"string","nullable":true},"CoursePlatform":{"type":"string","nullable":true},"CourseProgram":{"type":"string","nullable":true},"CourseSlug":{"type":"string","nullable":true},"CourseStyle":{"type":"string","nullable":true},"CourseUnit":{"type":"string","nullable":true},"CourseAsset":{"type":"integer","format":"int32"},"CourseSequence":{"type":"integer","format":"int32","nullable":true},"OutlineWidth":{"type":"integer","format":"int32","nullable":true},"SendMessageStalledAfterDays":{"type":"integer","format":"int32","nullable":true},"SendMessageStalledMaxCount":{"type":"integer","format":"int32","nullable":true},"Closed":{"type":"string","format":"date-time","nullable":true},"Created":{"type":"string","format":"date-time"},"Modified":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The CreateCaseStatus object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CreateCaseStatus":{"type":"object","properties":{"CaseType":{"type":"string","nullable":true},"StatusName":{"type":"string","nullable":true},"StatusSequence":{"type":"integer","format":"int32"},"StatusCategory":{"type":"string","nullable":true},"ReportCategory":{"type":"string","nullable":true},"StatusDescription":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CreateFile object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CreateFile":{"type":"object","properties":{"ApprovedUserId":{"type":"string","format":"uuid","nullable":true},"FileId":{"type":"string","format":"uuid"},"LastActivityUserId":{"type":"string","format":"uuid","nullable":true},"ObjectId":{"type":"string","format":"uuid"},"ReviewedUserId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid"},"DocumentName":{"type":"string","nullable":true},"FileCategory":{"type":"string","nullable":true},"FileContentType":{"type":"string","nullable":true},"FileDescription":{"type":"string","nullable":true},"FileLocation":{"type":"string","nullable":true},"FileName":{"type":"string","nullable":true},"FilePath":{"type":"string","nullable":true},"FileStatus":{"type":"string","nullable":true},"FileSubcategory":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"FileSize":{"type":"integer","format":"int32"},"ApprovedTime":{"type":"string","format":"date-time","nullable":true},"FileAlternated":{"type":"string","format":"date-time","nullable":true},"FileExpiry":{"type":"string","format":"date-time","nullable":true},"FileReceived":{"type":"string","format":"date-time","nullable":true},"FileUploaded":{"type":"string","format":"date-time"},"LastActivityTime":{"type":"string","format":"date-time","nullable":true},"ReviewedTime":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CreateInput object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CreateInput":{"type":"object","properties":{"ContainerId":{"type":"string","format":"uuid"},"ContentId":{"type":"string","format":"uuid"},"ContainerType":{"type":"string","nullable":true},"ContentHtml":{"type":"string","nullable":true},"ContentLabel":{"type":"string","nullable":true},"ContentLanguage":{"type":"string","nullable":true},"ContentSnip":{"type":"string","nullable":true},"ContentText":{"type":"string","nullable":true},"ReferenceFiles":{"type":"string","nullable":true},"ContentSequence":{"type":"integer","format":"int32","nullable":true},"ReferenceCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The CreatePendingPerson object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CreatePendingPerson":{"type":"object","properties":{"PendingId":{"type":"string","format":"uuid"},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The CreatePermission object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CreatePermission":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"ObjectId":{"type":"string","format":"uuid"},"PermissionGrantedBy":{"type":"string","format":"uuid","nullable":true},"PermissionId":{"type":"string","format":"uuid"},"AllowAdministrate":{"type":"boolean"},"AllowConfigure":{"type":"boolean"},"AllowCreate":{"type":"boolean"},"AllowDelete":{"type":"boolean"},"AllowRead":{"type":"boolean"},"AllowTrialAccess":{"type":"boolean"},"AllowWrite":{"type":"boolean"},"ObjectType":{"type":"string","nullable":true},"PermissionGranted":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The CredentialMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CredentialMatch":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid"},"CredentialId":{"type":"string","format":"uuid"},"UserId":{"type":"string","format":"uuid"},"CredentialIssued":{"type":"string","format":"date-time","nullable":true},"CredentialStatus":{"type":"string","nullable":true},"CredentialNecessity":{"type":"string","nullable":true},"CredentialIsRequired":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The CredentialModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"CredentialModel":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid"},"AuthorityId":{"type":"string","format":"uuid","nullable":true},"CredentialId":{"type":"string","format":"uuid"},"EmployerGroupId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid"},"AfterExpiryNotificationSent":{"type":"boolean"},"BeforeExpiryNotificationSent":{"type":"boolean"},"AuthorityLocation":{"type":"string","nullable":true},"AuthorityName":{"type":"string","nullable":true},"AuthorityReference":{"type":"string","nullable":true},"AuthorityType":{"type":"string","nullable":true},"CredentialDescription":{"type":"string","nullable":true},"CredentialGrantedDescription":{"type":"string","nullable":true},"CredentialNecessity":{"type":"string","nullable":true},"CredentialPriority":{"type":"string","nullable":true},"CredentialReminderType":{"type":"string","nullable":true},"CredentialRevokedReason":{"type":"string","nullable":true},"CredentialStatus":{"type":"string","nullable":true},"EmployerGroupStatus":{"type":"string","nullable":true},"ExpirationLifetimeUnit":{"type":"string","nullable":true},"ExpirationType":{"type":"string","nullable":true},"PublisherAddress":{"type":"string","nullable":true},"TransactionHash":{"type":"string","nullable":true},"ExpirationLifetimeQuantity":{"type":"integer","format":"int32","nullable":true},"PublicationStatus":{"type":"integer","format":"int32","nullable":true},"CredentialGrantedScore":{"type":"number","format":"double","nullable":true},"CredentialHours":{"type":"number","format":"double","nullable":true},"CredentialRevokedScore":{"type":"number","format":"double","nullable":true},"CredentialAssigned":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationExpected":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderDelivered0":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderDelivered1":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderDelivered2":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderDelivered3":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderRequested0":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderRequested1":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderRequested2":{"type":"string","format":"date-time","nullable":true},"CredentialExpirationReminderRequested3":{"type":"string","format":"date-time","nullable":true},"CredentialExpired":{"type":"string","format":"date-time","nullable":true},"CredentialGranted":{"type":"string","format":"date-time","nullable":true},"CredentialRevoked":{"type":"string","format":"date-time","nullable":true},"ExpirationFixedDate":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The DashboardCounts object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DashboardCounts":{"type":"object","properties":{"BankCount":{"type":"integer","format":"int32"},"ActiveBankCount":{"type":"integer","format":"int32"},"FormCount":{"type":"integer","format":"int32"},"PublishedFormCount":{"type":"integer","format":"int32"},"PersonCount":{"type":"integer","format":"int32"},"ActivePersonCount":{"type":"integer","format":"int32"},"ApprovedPersonCount":{"type":"integer","format":"int32"},"CourseCount":{"type":"integer","format":"int32"},"PublishedCourseCount":{"type":"integer","format":"int32"},"StartedEnrollmentCount":{"type":"integer","format":"int32"},"CompletedEnrollmentCount":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The DashboardData object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DashboardData":{"type":"object","properties":{"ActiveNotifications":{"type":"array","items":{"$ref":"#/components/schemas/ActiveNotification"},"nullable":true},"Counts":{"$ref":"#/components/schemas/DashboardCounts"}},"additionalProperties":false},"ActiveNotification":{"type":"object","properties":{"NotificationId":{"type":"string","format":"uuid"},"Type":{"$ref":"#/components/schemas/DashboardNotificationType"},"Title":{"type":"string","nullable":true},"Details":{"type":"string","nullable":true},"LinkText":{"type":"string","nullable":true},"LinkUrl":{"type":"string","nullable":true},"Modified":{"type":"string","format":"date-time"}},"additionalProperties":false},"DashboardNotificationType":{"enum":["None","PlatformUpdate","ReleaseNotes","Other"],"type":"string"},"DashboardCounts":{"type":"object","properties":{"BankCount":{"type":"integer","format":"int32"},"ActiveBankCount":{"type":"integer","format":"int32"},"FormCount":{"type":"integer","format":"int32"},"PublishedFormCount":{"type":"integer","format":"int32"},"PersonCount":{"type":"integer","format":"int32"},"ActivePersonCount":{"type":"integer","format":"int32"},"ApprovedPersonCount":{"type":"integer","format":"int32"},"CourseCount":{"type":"integer","format":"int32"},"PublishedCourseCount":{"type":"integer","format":"int32"},"StartedEnrollmentCount":{"type":"integer","format":"int32"},"CompletedEnrollmentCount":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The DashboardNotification object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DashboardNotification":{"type":"object","properties":{"NotificationId":{"type":"string","format":"uuid"},"Type":{"$ref":"#/components/schemas/DashboardNotificationType"},"Title":{"type":"string","nullable":true},"Details":{"type":"string","nullable":true},"LinkText":{"type":"string","nullable":true},"LinkUrl":{"type":"string","nullable":true},"StartDate":{"type":"string","format":"date-time","nullable":true},"EndDate":{"type":"string","format":"date-time","nullable":true},"IsActive":{"type":"boolean"},"Created":{"type":"string","format":"date-time"},"CreatedBy":{"type":"string","format":"uuid"},"Modified":{"type":"string","format":"date-time"},"ModifiedBy":{"type":"string","format":"uuid"}},"additionalProperties":false},"DashboardNotificationType":{"enum":["None","PlatformUpdate","ReleaseNotes","Other"],"type":"string"}}}}
```

## The DashboardNotificationCriteria object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DashboardNotificationCriteria":{"type":"object","properties":{"Title":{"type":"string","nullable":true},"OnlyVisibleOnDashboard":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The DashboardNotificationType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DashboardNotificationType":{"enum":["None","PlatformUpdate","ReleaseNotes","Other"],"type":"string"}}}}
```

## The DetailsCompetency object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DetailsCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true},"QuestionCount":{"type":"integer","format":"int32","nullable":true},"Tax1CountActual":{"type":"integer","format":"int32"},"Tax2CountActual":{"type":"integer","format":"int32"},"Tax3CountActual":{"type":"integer","format":"int32"},"UnassignedCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The DetailsCriterion object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DetailsCriterion":{"type":"object","properties":{"CriterionId":{"type":"string","format":"uuid"},"Title":{"type":"string","nullable":true},"Weight":{"type":"integer","format":"int32"},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"Competencies":{"type":"array","items":{"$ref":"#/components/schemas/DetailsCompetency"},"nullable":true}},"additionalProperties":false},"DetailsCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true},"QuestionCount":{"type":"integer","format":"int32","nullable":true},"Tax1CountActual":{"type":"integer","format":"int32"},"Tax2CountActual":{"type":"integer","format":"int32"},"Tax3CountActual":{"type":"integer","format":"int32"},"UnassignedCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The DownloadColumnSettings object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DownloadColumnSettings":{"type":"object","properties":{"PhysicalName":{"type":"string","nullable":true},"LogicalHeading":{"type":"string","nullable":true},"HideByDefault":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The DownloadSettings object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"DownloadSettings":{"type":"object","properties":{"Columns":{"type":"array","items":{"$ref":"#/components/schemas/DownloadColumnSettings"},"nullable":true}},"additionalProperties":false},"DownloadColumnSettings":{"type":"object","properties":{"PhysicalName":{"type":"string","nullable":true},"LogicalHeading":{"type":"string","nullable":true},"HideByDefault":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The EnvironmentModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"EnvironmentModel":{"type":"object","properties":{"Name":{"type":"string","nullable":true},"Version":{"type":"string","nullable":true},"Color":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The EnvironmentName object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"EnvironmentName":{"enum":["None","Local","Development","Sandbox","Production","External"],"type":"string"}}}}
```

## The EventMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"EventMatch":{"type":"object","properties":{"EventId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The EventModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"EventModel":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"EventId":{"type":"string","format":"uuid"},"LearnerRegistrationGroupId":{"type":"string","format":"uuid","nullable":true},"MandatorySurveyFormId":{"type":"string","format":"uuid","nullable":true},"VenueCoordinatorId":{"type":"string","format":"uuid","nullable":true},"VenueLocationId":{"type":"string","format":"uuid","nullable":true},"VenueOfficeId":{"type":"string","format":"uuid","nullable":true},"AllowMultipleRegistrations":{"type":"boolean"},"AllowRegistrationWithLink":{"type":"boolean","nullable":true},"BillingCodeEnabled":{"type":"boolean"},"IntegrationWithholdDistribution":{"type":"boolean"},"IntegrationWithholdGrades":{"type":"boolean"},"PersonCodeIsRequired":{"type":"boolean"},"WaitlistEnabled":{"type":"boolean"},"AppointmentType":{"type":"string","nullable":true},"Content":{"type":"string","nullable":true},"DistributionCode":{"type":"string","nullable":true},"DistributionErrors":{"type":"string","nullable":true},"DistributionProcess":{"type":"string","nullable":true},"DistributionStatus":{"type":"string","nullable":true},"DurationUnit":{"type":"string","nullable":true},"EventBillingType":{"type":"string","nullable":true},"EventCalendarColor":{"type":"string","nullable":true},"EventClassCode":{"type":"string","nullable":true},"EventDescription":{"type":"string","nullable":true},"EventFormat":{"type":"string","nullable":true},"EventPublicationStatus":{"type":"string","nullable":true},"EventRequisitionStatus":{"type":"string","nullable":true},"EventSchedulingStatus":{"type":"string","nullable":true},"EventSource":{"type":"string","nullable":true},"EventSummary":{"type":"string","nullable":true},"EventTitle":{"type":"string","nullable":true},"EventType":{"type":"string","nullable":true},"ExamMaterialReturnShipmentCode":{"type":"string","nullable":true},"ExamMaterialReturnShipmentCondition":{"type":"string","nullable":true},"ExamType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"PublicationErrors":{"type":"string","nullable":true},"RegistrationFields":{"type":"string","nullable":true},"VenueRoom":{"type":"string","nullable":true},"CapacityMaximum":{"type":"integer","format":"int32","nullable":true},"CapacityMinimum":{"type":"integer","format":"int32","nullable":true},"DurationQuantity":{"type":"integer","format":"int32","nullable":true},"EventNumber":{"type":"integer","format":"int32"},"ExamDurationInMinutes":{"type":"integer","format":"int32","nullable":true},"InvigilatorMinimum":{"type":"integer","format":"int32","nullable":true},"CreditHours":{"type":"number","format":"double","nullable":true},"DistributionExpected":{"type":"string","format":"date-time","nullable":true},"DistributionOrdered":{"type":"string","format":"date-time","nullable":true},"DistributionShipped":{"type":"string","format":"date-time","nullable":true},"DistributionTracked":{"type":"string","format":"date-time","nullable":true},"EventScheduledEnd":{"type":"string","format":"date-time","nullable":true},"EventScheduledStart":{"type":"string","format":"date-time"},"ExamMaterialReturnShipmentReceived":{"type":"string","format":"date-time","nullable":true},"ExamStarted":{"type":"string","format":"date-time","nullable":true},"LastChangeTime":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadline":{"type":"string","format":"date-time","nullable":true},"RegistrationLocked":{"type":"string","format":"date-time","nullable":true},"RegistrationStart":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The ExportStarted object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ExportStarted":{"type":"object","properties":{"DownloadUrl":{"type":"string","nullable":true},"ExportFormat":{"type":"string","nullable":true},"ExportKey":{"type":"string","nullable":true},"Expiry":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The FieldCommentInput object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FieldCommentInput":{"type":"object","properties":{"AuthorType":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"}}}}
```

## The FileMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FileMatch":{"type":"object","properties":{"OrganizationCode":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"ObjectId":{"type":"string","format":"uuid"},"FileId":{"type":"string","format":"uuid"},"FileLocation":{"type":"string","nullable":true},"FileName":{"type":"string","nullable":true},"DocumentName":{"type":"string","nullable":true},"FileSize":{"type":"integer","format":"int32"},"FileUploaded":{"type":"string","format":"date-time"},"UserId":{"type":"string","format":"uuid"},"UserFullName":{"type":"string","nullable":true},"HasClaims":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The FileModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FileModel":{"type":"object","properties":{"ApprovedUserId":{"type":"string","format":"uuid","nullable":true},"FileId":{"type":"string","format":"uuid"},"LastActivityUserId":{"type":"string","format":"uuid","nullable":true},"ObjectId":{"type":"string","format":"uuid"},"ReviewedUserId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid"},"DocumentName":{"type":"string","nullable":true},"FileCategory":{"type":"string","nullable":true},"FileContentType":{"type":"string","nullable":true},"FileDescription":{"type":"string","nullable":true},"FileLocation":{"type":"string","nullable":true},"FileName":{"type":"string","nullable":true},"FilePath":{"type":"string","nullable":true},"FileStatus":{"type":"string","nullable":true},"FileSubcategory":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"FileSize":{"type":"integer","format":"int32"},"ApprovedTime":{"type":"string","format":"date-time","nullable":true},"FileAlternated":{"type":"string","format":"date-time","nullable":true},"FileExpiry":{"type":"string","format":"date-time","nullable":true},"FileReceived":{"type":"string","format":"date-time","nullable":true},"FileUploaded":{"type":"string","format":"date-time"},"LastActivityTime":{"type":"string","format":"date-time","nullable":true},"ReviewedTime":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The FlagType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"}}}}
```

## The FormDetails object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FormDetails":{"type":"object","properties":{"SpecificationName":{"type":"string","nullable":true},"SpecificationType":{"$ref":"#/components/schemas/SpecificationType"},"Standard":{"$ref":"#/components/schemas/WorkshopStandard"},"FormName":{"type":"string","nullable":true},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetVersion":{"type":"integer","format":"int32"},"FormCode":{"type":"string","nullable":true},"FormSource":{"type":"string","nullable":true},"FormOrigin":{"type":"string","nullable":true},"FormHook":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"ThirdPartyAssessmentIsEnabled":{"type":"boolean"},"StaticQuestionOrderVerified":{"type":"string","format":"date-time","nullable":true},"VerifiedQuestions":{"type":"array","items":{"$ref":"#/components/schemas/StaticQuestionOrder"},"nullable":true},"IsQuestionOrderMatch":{"type":"boolean"}},"additionalProperties":false},"SpecificationType":{"enum":["Dynamic","Static"],"type":"string"},"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false},"StaticQuestionOrder":{"type":"object","properties":{"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The FormMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FormMatch":{"type":"object","properties":{"SurveyFormId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The FormModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FormModel":{"type":"object","properties":{"LastChangeUser":{"type":"string","format":"uuid"},"SurveyFormId":{"type":"string","format":"uuid"},"SurveyMessageInvitation":{"type":"string","format":"uuid","nullable":true},"SurveyMessageResponseCompleted":{"type":"string","format":"uuid","nullable":true},"SurveyMessageResponseConfirmed":{"type":"string","format":"uuid","nullable":true},"SurveyMessageResponseStarted":{"type":"string","format":"uuid","nullable":true},"DisplaySummaryChart":{"type":"boolean"},"EnableUserConfidentiality":{"type":"boolean"},"HasWorkflowConfiguration":{"type":"boolean"},"RequireUserAuthentication":{"type":"boolean"},"RequireUserIdentification":{"type":"boolean"},"LastChangeType":{"type":"string","nullable":true},"SurveyFormHook":{"type":"string","nullable":true},"SurveyFormLanguage":{"type":"string","nullable":true},"SurveyFormLanguageTranslations":{"type":"string","nullable":true},"SurveyFormName":{"type":"string","nullable":true},"SurveyFormStatus":{"type":"string","nullable":true},"UserFeedback":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"BranchCount":{"type":"integer","format":"int32"},"ConditionCount":{"type":"integer","format":"int32"},"PageCount":{"type":"integer","format":"int32"},"QuestionCount":{"type":"integer","format":"int32"},"ResponseLimitPerUser":{"type":"integer","format":"int32","nullable":true},"SurveyFormDurationMinutes":{"type":"integer","format":"int32","nullable":true},"LastChangeTime":{"type":"string","format":"date-time"},"SurveyFormClosed":{"type":"string","format":"date-time","nullable":true},"SurveyFormLocked":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpened":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The FormWorkshop object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"FormWorkshop":{"type":"object","properties":{"BankId":{"type":"string","format":"uuid"},"Details":{"$ref":"#/components/schemas/FormDetails"},"Statistics":{"$ref":"#/components/schemas/QuestionStatistics"},"QuestionData":{"$ref":"#/components/schemas/WorkshopQuestionData"},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Attachments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopAttachment"},"nullable":true},"ProblemQuestions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopProblemQuestion"},"nullable":true}},"additionalProperties":false},"FormDetails":{"type":"object","properties":{"SpecificationName":{"type":"string","nullable":true},"SpecificationType":{"$ref":"#/components/schemas/SpecificationType"},"Standard":{"$ref":"#/components/schemas/WorkshopStandard"},"FormName":{"type":"string","nullable":true},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetVersion":{"type":"integer","format":"int32"},"FormCode":{"type":"string","nullable":true},"FormSource":{"type":"string","nullable":true},"FormOrigin":{"type":"string","nullable":true},"FormHook":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"ThirdPartyAssessmentIsEnabled":{"type":"boolean"},"StaticQuestionOrderVerified":{"type":"string","format":"date-time","nullable":true},"VerifiedQuestions":{"type":"array","items":{"$ref":"#/components/schemas/StaticQuestionOrder"},"nullable":true},"IsQuestionOrderMatch":{"type":"boolean"}},"additionalProperties":false},"SpecificationType":{"enum":["Dynamic","Static"],"type":"string"},"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false},"StaticQuestionOrder":{"type":"object","properties":{"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"QuestionStatistics":{"type":"object","properties":{"QuestionPerTagAndTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerTagAndTaxonomy"},"nullable":true},"QuestionPerTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerIntItem"},"nullable":true},"QuestionPerDifficultyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerIntItem"},"nullable":true},"QuestionPerGACArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"QuestionPerCodeArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"QuestionPerLIGArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"Taxonomies":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"Standards":{"type":"array","items":{"$ref":"#/components/schemas/AssessmentStandard"},"nullable":true},"SubCompetencies":{"type":"array","items":{"$ref":"#/components/schemas/SubCompetency"},"nullable":true},"TagAndTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/TagAndTaxonomy"},"nullable":true}},"additionalProperties":false},"QuestionPerTagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"Taxonomy":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionPerIntItem":{"type":"object","properties":{"Item":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionPerStringItem":{"type":"object","properties":{"Item":{"type":"string","nullable":true},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"AssessmentStandard":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"},"Taxonomies":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false},"SubCompetency":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"QuestionSubCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"}},"additionalProperties":false},"TagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"CountPerTaxonomy":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false},"WorkshopQuestionData":{"type":"object","properties":{"TotalQuestionCount":{"type":"integer","format":"int32"},"Sections":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"Taxonomies":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"FirstSectionId":{"type":"string","format":"uuid"},"FirstSectionAreaId":{"type":"string","format":"uuid","nullable":true},"FirstSectionStandards":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopStandard"},"nullable":true},"FirstSectionQuestions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopItem":{"type":"object","properties":{"Value":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopAttachment":{"type":"object","properties":{"AttachmentId":{"type":"string","format":"uuid"},"AttachmentType":{"$ref":"#/components/schemas/AttachmentType"},"AssetNumber":{"type":"integer","format":"int32"},"AssetVersion":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Condition":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"QuestionCount":{"type":"integer","format":"int32"},"PostedOn":{"type":"string","format":"date-time"},"FileName":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"FileSize":{"type":"string","nullable":true},"AuthorName":{"type":"string","nullable":true},"ChangeCount":{"type":"integer","format":"int32"},"ImageResolution":{"type":"string","nullable":true},"ImageDimensions":{"type":"array","items":{"type":"string"},"nullable":true},"Color":{"type":"string","nullable":true}},"additionalProperties":false},"AttachmentType":{"enum":["Unknown","Archive","Document","Image"],"type":"string"},"WorkshopProblemQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionSetName":{"type":"string","nullable":true},"QuestionTitle":{"type":"string","nullable":true},"CanDelete":{"type":"boolean"},"ProblemDescription":{"type":"string","nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/ProblemOption"},"nullable":true}},"additionalProperties":false},"ProblemOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Letter":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The GradebookMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"GradebookMatch":{"type":"object","properties":{"GradebookId":{"type":"string","format":"uuid"},"GradebookTitle":{"type":"string","nullable":true},"GradebookCreated":{"type":"string","format":"date-time"},"GradebookEnrollmentCount":{"type":"integer","format":"int32"},"ClassId":{"type":"string","format":"uuid","nullable":true},"ClassTitle":{"type":"string","nullable":true},"ClassStarted":{"type":"string","format":"date-time","nullable":true},"ClassEnded":{"type":"string","format":"date-time","nullable":true},"AchievementId":{"type":"string","format":"uuid","nullable":true},"AchievementTitle":{"type":"string","nullable":true},"AchievementCountGranted":{"type":"integer","format":"int32"},"IsLocked":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The GradebookModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"GradebookModel":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"EventId":{"type":"string","format":"uuid","nullable":true},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"GradebookId":{"type":"string","format":"uuid"},"PeriodId":{"type":"string","format":"uuid","nullable":true},"IsLocked":{"type":"boolean"},"GradebookTitle":{"type":"string","nullable":true},"GradebookType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"Reference":{"type":"string","nullable":true},"GradebookCreated":{"type":"string","format":"date-time"},"LastChangeTime":{"type":"string","format":"date-time"},"AchievementTitle":{"type":"string","nullable":true},"ClassInstructors":{"type":"string","nullable":true},"ClassScheduledStartDate":{"type":"string","nullable":true},"ClassScheduledEndDate":{"type":"string","nullable":true},"ClassTitle":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The GroupMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"GroupMatch":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"GroupName":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The GroupModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"GroupModel":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"MembershipProductId":{"type":"string","format":"uuid","nullable":true},"MessageToAdminWhenEventVenueChanged":{"type":"string","format":"uuid","nullable":true},"MessageToAdminWhenMembershipEnded":{"type":"string","format":"uuid","nullable":true},"MessageToAdminWhenMembershipStarted":{"type":"string","format":"uuid","nullable":true},"MessageToUserWhenMembershipEnded":{"type":"string","format":"uuid","nullable":true},"MessageToUserWhenMembershipStarted":{"type":"string","format":"uuid","nullable":true},"ParentGroupId":{"type":"string","format":"uuid","nullable":true},"SurveyFormId":{"type":"string","format":"uuid","nullable":true},"GroupStatusItemId":{"type":"string","format":"uuid","nullable":true},"AddNewUsersAutomatically":{"type":"boolean"},"AllowJoinGroupUsingLink":{"type":"boolean"},"AllowSelfSubscription":{"type":"boolean"},"GroupCategory":{"type":"string","nullable":true},"GroupCode":{"type":"string","nullable":true},"GroupDescription":{"type":"string","nullable":true},"GroupEmail":{"type":"string","nullable":true},"GroupFax":{"type":"string","nullable":true},"GroupImage":{"type":"string","nullable":true},"GroupIndustry":{"type":"string","nullable":true},"GroupIndustryComment":{"type":"string","nullable":true},"GroupLabel":{"type":"string","nullable":true},"GroupName":{"type":"string","nullable":true},"GroupOffice":{"type":"string","nullable":true},"GroupPhone":{"type":"string","nullable":true},"GroupRegion":{"type":"string","nullable":true},"GroupSize":{"type":"string","nullable":true},"GroupType":{"type":"string","nullable":true},"GroupWebSiteUrl":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"LifetimeUnit":{"type":"string","nullable":true},"ShippingPreference":{"type":"string","nullable":true},"SocialMediaUrls":{"type":"string","nullable":true},"SurveyNecessity":{"type":"string","nullable":true},"GroupCapacity":{"type":"integer","format":"int32","nullable":true},"LifetimeQuantity":{"type":"integer","format":"int32","nullable":true},"GroupCreated":{"type":"string","format":"date-time"},"GroupExpiry":{"type":"string","format":"date-time","nullable":true},"LastChangeTime":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The HealthConfiguration object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"HealthConfiguration":{"type":"object","properties":{"Providers":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false}}}}
```

## The HealthResponse object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"HealthResponse":{"type":"object","properties":{"Status":{"type":"string","nullable":true},"Version":{"type":"string","nullable":true},"Environment":{"nullable":true},"Configuration":{"$ref":"#/components/schemas/HealthConfiguration"}},"additionalProperties":false},"HealthConfiguration":{"type":"object","properties":{"Providers":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false}}}}
```

## The HomeSettings object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"HomeSettings":{"type":"object","properties":{"Text":{"type":"string","nullable":true},"Url":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true},"Image":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The HorizontalAlignment object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"}}}}
```

## The Input object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Input":{"type":"object","properties":{"FormLimit":{"type":"integer","format":"int32"},"QuestionLimit":{"type":"integer","format":"int32"},"Criteria":{"type":"array","items":{"$ref":"#/components/schemas/InputCriterion"},"nullable":true}},"additionalProperties":false},"InputCriterion":{"type":"object","properties":{"CriterionId":{"type":"string","format":"uuid"},"Weight":{"type":"integer","format":"int32"},"Competencies":{"type":"array","items":{"$ref":"#/components/schemas/InputCompetency"},"nullable":true}},"additionalProperties":false},"InputCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The InputCompetency object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"InputCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The InputCriterion object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"InputCriterion":{"type":"object","properties":{"CriterionId":{"type":"string","format":"uuid"},"Weight":{"type":"integer","format":"int32"},"Competencies":{"type":"array","items":{"$ref":"#/components/schemas/InputCompetency"},"nullable":true}},"additionalProperties":false},"InputCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The InputMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"InputMatch":{"type":"object","properties":{"ContentId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The InputModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"InputModel":{"type":"object","properties":{"ContainerId":{"type":"string","format":"uuid"},"ContentId":{"type":"string","format":"uuid"},"ContainerType":{"type":"string","nullable":true},"ContentHtml":{"type":"string","nullable":true},"ContentLabel":{"type":"string","nullable":true},"ContentLanguage":{"type":"string","nullable":true},"ContentSnip":{"type":"string","nullable":true},"ContentText":{"type":"string","nullable":true},"ReferenceFiles":{"type":"string","nullable":true},"ContentSequence":{"type":"integer","format":"int32","nullable":true},"ReferenceCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The JwtIntrospectResponse object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"JwtIntrospectResponse":{"type":"object","properties":{"Jwt":{"nullable":true},"Principal":{"nullable":true}},"additionalProperties":false}}}}
```

## The JwtRequest object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"JwtRequest":{"type":"object","properties":{"Debug":{"type":"boolean"},"Paging":{"type":"boolean"},"Secret":{"type":"string","nullable":true},"Lifetime":{"type":"integer","format":"int32","nullable":true},"Organization":{"type":"string","format":"uuid","nullable":true},"Agent":{"type":"string","format":"uuid","nullable":true},"Subject":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false}}}}
```

## The JwtValidateResult object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"JwtValidateResult":{"type":"object","properties":{"Subject":{"type":"string","nullable":true},"SignatureVerification":{"type":"string","nullable":true},"ExpiryVerification":{"type":"string","nullable":true},"AudienceVerification":{"type":"string","nullable":true},"IssuerVerification":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The LayoutColumn object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"}}}}
```

## The LinkModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"LinkModel":{"type":"object","properties":{"Url":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The MembershipMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"MembershipMatch":{"type":"object","properties":{"MembershipId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The MembershipModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"MembershipModel":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"MembershipId":{"type":"string","format":"uuid"},"ModifiedBy":{"type":"string","format":"uuid"},"UserId":{"type":"string","format":"uuid"},"MembershipFunction":{"type":"string","nullable":true},"MembershipEffective":{"type":"string","format":"date-time"},"MembershipExpiry":{"type":"string","format":"date-time","nullable":true},"Modified":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The MenuLinkModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"MenuLinkModel":{"type":"object","properties":{"Url":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The MenuModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"MenuModel":{"type":"object","properties":{"Title":{"type":"string","nullable":true},"MenuItems":{"type":"array","items":{"$ref":"#/components/schemas/MenuLinkModel"},"nullable":true}},"additionalProperties":false},"MenuLinkModel":{"type":"object","properties":{"Url":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The Model object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Model":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Name":{"type":"string","nullable":true},"Slug":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ModifyCaseStatus object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ModifyCaseStatus":{"type":"object","properties":{"StatusName":{"type":"string","nullable":true},"StatusSequence":{"type":"integer","format":"int32"},"StatusCategory":{"type":"string","nullable":true},"ReportCategory":{"type":"string","nullable":true},"StatusDescription":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ModifyFile object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ModifyFile":{"type":"object","properties":{"ApprovedUserId":{"type":"string","format":"uuid","nullable":true},"FileId":{"type":"string","format":"uuid"},"LastActivityUserId":{"type":"string","format":"uuid","nullable":true},"ObjectId":{"type":"string","format":"uuid"},"ReviewedUserId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid"},"DocumentName":{"type":"string","nullable":true},"FileCategory":{"type":"string","nullable":true},"FileContentType":{"type":"string","nullable":true},"FileDescription":{"type":"string","nullable":true},"FileLocation":{"type":"string","nullable":true},"FileName":{"type":"string","nullable":true},"FilePath":{"type":"string","nullable":true},"FileStatus":{"type":"string","nullable":true},"FileSubcategory":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"FileSize":{"type":"integer","format":"int32"},"ApprovedTime":{"type":"string","format":"date-time","nullable":true},"FileAlternated":{"type":"string","format":"date-time","nullable":true},"FileExpiry":{"type":"string","format":"date-time","nullable":true},"FileReceived":{"type":"string","format":"date-time","nullable":true},"FileUploaded":{"type":"string","format":"date-time"},"LastActivityTime":{"type":"string","format":"date-time","nullable":true},"ReviewedTime":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The ModifyInput object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ModifyInput":{"type":"object","properties":{"ContainerId":{"type":"string","format":"uuid"},"ContentId":{"type":"string","format":"uuid"},"ContainerType":{"type":"string","nullable":true},"ContentHtml":{"type":"string","nullable":true},"ContentLabel":{"type":"string","nullable":true},"ContentLanguage":{"type":"string","nullable":true},"ContentSnip":{"type":"string","nullable":true},"ContentText":{"type":"string","nullable":true},"ReferenceFiles":{"type":"string","nullable":true},"ContentSequence":{"type":"integer","format":"int32","nullable":true},"ReferenceCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The ModifyPendingPerson object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ModifyPendingPerson":{"type":"object","properties":{"PendingId":{"type":"string","format":"uuid"},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ModifyPermission object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ModifyPermission":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"ObjectId":{"type":"string","format":"uuid"},"PermissionGrantedBy":{"type":"string","format":"uuid","nullable":true},"PermissionId":{"type":"string","format":"uuid"},"AllowAdministrate":{"type":"boolean"},"AllowConfigure":{"type":"boolean"},"AllowCreate":{"type":"boolean"},"AllowDelete":{"type":"boolean"},"AllowRead":{"type":"boolean"},"AllowTrialAccess":{"type":"boolean"},"AllowWrite":{"type":"boolean"},"ObjectType":{"type":"string","nullable":true},"PermissionGranted":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The OptionColumn object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The OptionInput object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"OptionInput":{"type":"object","properties":{"Field":{"$ref":"#/components/schemas/WorkshopQuestionOptionField"},"ColumnIndex":{"type":"integer","format":"int32","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionOptionField":{"enum":["Title","ColumnTitle","Points"],"type":"string"}}}}
```

## The OptionLayoutType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"}}}}
```

## The OrganizationMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"OrganizationMatch":{"type":"object","properties":{"CompanyName":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The OrganizationModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"OrganizationModel":{"type":"object","properties":{"AdministratorUserId":{"type":"string","format":"uuid","nullable":true},"GlossaryId":{"type":"string","format":"uuid","nullable":true},"AccountStatus":{"type":"string","nullable":true},"CompanyName":{"type":"string","nullable":true},"CompanySize":{"type":"string","nullable":true},"CompanySummary":{"type":"string","nullable":true},"CompanyTitle":{"type":"string","nullable":true},"CompanyWebSiteUrl":{"type":"string","nullable":true},"CompetencyAutoExpirationMode":{"type":"string","nullable":true},"OrganizationCode":{"type":"string","nullable":true},"OrganizationData":{"type":"string","nullable":true},"OrganizationLogoUrl":{"type":"string","nullable":true},"PersonFullNamePolicy":{"type":"string","nullable":true},"StandardContentLabels":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"CompetencyAutoExpirationDay":{"type":"integer","format":"int32","nullable":true},"CompetencyAutoExpirationMonth":{"type":"integer","format":"int32","nullable":true},"AccountClosed":{"type":"string","format":"date-time","nullable":true},"AccountOpened":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The Origin object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Origin":{"type":"object","properties":{"When":{"type":"string","format":"date-time"},"Organization":{"type":"string","format":"uuid"},"User":{"type":"string","format":"uuid"},"Proxy":{"type":"string","format":"uuid","nullable":true},"Description":{"type":"string","nullable":true},"Reason":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PageContentModifyModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PageContentModifyModel":{"type":"object","properties":{"Content":{"$ref":"#/components/schemas/ContentContainer"},"Blocks":{"type":"array","items":{"$ref":"#/components/schemas/BlockContentModel"},"nullable":true},"DeletedBlockIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true}},"additionalProperties":false},"ContentContainer":{"type":"object","properties":{"Count":{"type":"integer","format":"int32","readOnly":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"IsLoaded":{"type":"boolean"},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true},"Title":{"$ref":"#/components/schemas/ContentContainerItem"},"Summary":{"$ref":"#/components/schemas/ContentContainerItem"},"Description":{"$ref":"#/components/schemas/ContentContainerItem"},"Feedback":{"$ref":"#/components/schemas/ContentContainerItem"},"FeedbackWhenNotSelected":{"$ref":"#/components/schemas/ContentContainerItem"},"Hint":{"$ref":"#/components/schemas/ContentContainerItem"},"Body":{"$ref":"#/components/schemas/ContentContainerItem"}},"additionalProperties":false},"ContentContainerItem":{"type":"object","properties":{"Text":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Html":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"Snip":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"IsEmpty":{"type":"boolean","readOnly":true},"HasItems":{"type":"boolean","readOnly":true},"Languages":{"type":"array","items":{"type":"string"},"nullable":true,"readOnly":true}},"additionalProperties":false},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"BlockContentModel":{"type":"object","properties":{"BlockId":{"type":"string","format":"uuid"},"BlockIdNumber":{"type":"integer","format":"int32","nullable":true},"BlockType":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"Content":{"$ref":"#/components/schemas/ContentContainer"}},"additionalProperties":false}}}}
```

## The PageMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PageMatch":{"type":"object","properties":{"PageId":{"type":"string","format":"uuid"},"PageIcon":{"type":"string","nullable":true},"PageTitle":{"type":"string","nullable":true},"PageUrl":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PageModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PageModel":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"PageId":{"type":"string","format":"uuid"},"ParentPageId":{"type":"string","format":"uuid","nullable":true},"SiteId":{"type":"string","format":"uuid","nullable":true},"IsAccessDenied":{"type":"boolean"},"IsHidden":{"type":"boolean"},"IsNewTab":{"type":"boolean"},"AuthorName":{"type":"string","nullable":true},"ContentControl":{"type":"string","nullable":true},"ContentLabels":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"NavigateUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"PageIcon":{"type":"string","nullable":true},"PageSlug":{"type":"string","nullable":true},"PageType":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sequence":{"type":"integer","format":"int32"},"AuthorDate":{"type":"string","format":"date-time","nullable":true},"LastChangeTime":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The PageSettings object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PageSettings":{"type":"object","properties":{"ActionId":{"type":"string","format":"uuid"},"PageId":{"type":"string","format":"uuid","nullable":true},"CoreAbout":{"$ref":"#/components/schemas/AboutModel"},"CustomAbout":{"$ref":"#/components/schemas/AboutModel"},"Breadcrumbs":{"type":"array","items":{"$ref":"#/components/schemas/BreadcrumbModel"},"nullable":true},"DisplayCalendar":{"type":"boolean"},"ActionTitle":{"type":"string","nullable":true},"FullWidth":{"type":"boolean"},"Problems":{"type":"array","items":{"$ref":"#/components/schemas/Problem"},"nullable":true},"Download":{"$ref":"#/components/schemas/DownloadSettings"}},"additionalProperties":false},"AboutModel":{"type":"object","properties":{"Heading":{"type":"string","nullable":true},"Body":{"type":"string","nullable":true}},"additionalProperties":false},"BreadcrumbModel":{"type":"object","properties":{"Text":{"type":"string","nullable":true},"Url":{"type":"string","nullable":true}},"additionalProperties":false},"Problem":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Status":{"type":"integer","format":"int32","nullable":true},"Detail":{"type":"string","nullable":true},"Instance":{"type":"string","nullable":true}},"additionalProperties":{}},"DownloadSettings":{"type":"object","properties":{"Columns":{"type":"array","items":{"$ref":"#/components/schemas/DownloadColumnSettings"},"nullable":true}},"additionalProperties":false},"DownloadColumnSettings":{"type":"object","properties":{"PhysicalName":{"type":"string","nullable":true},"LogicalHeading":{"type":"string","nullable":true},"HideByDefault":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The PasswordHashResponse object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PasswordHashResponse":{"type":"object","properties":{"Hash":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PendingPersonMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PendingPersonMatch":{"type":"object","properties":{"PendingId":{"type":"string","format":"uuid"},"PendingStatus":{"type":"string","nullable":true},"SubmittedAt":{"type":"string","format":"date-time"},"SubmittedWhen":{"type":"string","nullable":true},"SubmittedBy":{"type":"string","format":"uuid"},"SubmittedByName":{"type":"string","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true},"PersonId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PendingPersonModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PendingPersonModel":{"type":"object","properties":{"SubmittedBy":{"type":"string","format":"uuid"},"PendingId":{"type":"string","format":"uuid"},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true},"SubmittedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The PeriodMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PeriodMatch":{"type":"object","properties":{"Id":{"type":"string","format":"uuid"},"Name":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PeriodModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PeriodModel":{"type":"object","properties":{"PeriodId":{"type":"string","format":"uuid"},"PeriodName":{"type":"string","nullable":true},"PeriodEnd":{"type":"string","format":"date-time"},"PeriodStart":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The PermissionMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PermissionMatch":{"type":"object","properties":{"PermissionId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The PermissionModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PermissionModel":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid"},"ObjectId":{"type":"string","format":"uuid"},"PermissionGrantedBy":{"type":"string","format":"uuid","nullable":true},"PermissionId":{"type":"string","format":"uuid"},"AllowAdministrate":{"type":"boolean"},"AllowConfigure":{"type":"boolean"},"AllowCreate":{"type":"boolean"},"AllowDelete":{"type":"boolean"},"AllowRead":{"type":"boolean"},"AllowTrialAccess":{"type":"boolean"},"AllowWrite":{"type":"boolean"},"ObjectType":{"type":"string","nullable":true},"PermissionGranted":{"type":"string","format":"date-time","nullable":true},"GroupName":{"type":"string","nullable":true},"OrganizationCode":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PermissionsModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PermissionsModel":{"type":"object","properties":{"Accounts":{"type":"boolean"},"Integrations":{"type":"boolean"},"Settings":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The PersonAddressModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PersonAddressModel":{"type":"object","properties":{"AddressId":{"type":"string","format":"uuid"},"City":{"type":"string","nullable":true},"Country":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"Province":{"type":"string","nullable":true},"Street1":{"type":"string","nullable":true},"Street2":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PersonMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PersonMatch":{"type":"object","properties":{"PersonId":{"type":"string","format":"uuid"},"PersonCode":{"type":"string","nullable":true},"PersonFirstName":{"type":"string","nullable":true},"PersonMiddleName":{"type":"string","nullable":true},"PersonLastName":{"type":"string","nullable":true},"UserId":{"type":"string","format":"uuid"},"UserName":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"IsAdministrator":{"type":"boolean"},"IsDeveloper":{"type":"boolean"},"IsLearner":{"type":"boolean"},"IsOperator":{"type":"boolean"},"TimeZone":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PersonModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PersonModel":{"type":"object","properties":{"FullName":{"type":"string","nullable":true},"PersonFirstName":{"type":"string","nullable":true},"PersonMiddleName":{"type":"string","nullable":true},"PersonLastName":{"type":"string","nullable":true},"PersonType":{"type":"string","nullable":true},"PersonCode":{"type":"string","nullable":true},"PersonId":{"type":"string","format":"uuid"},"UserId":{"type":"string","format":"uuid"},"UserName":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserEmailAlternate":{"type":"string","nullable":true},"IsAdministrator":{"type":"boolean"},"IsDeveloper":{"type":"boolean"},"IsLearner":{"type":"boolean"},"IsOperator":{"type":"boolean"},"AccessRevoked":{"type":"string","format":"date-time","nullable":true},"AccessRevokedBy":{"type":"string","nullable":true},"LastAuthenticated":{"type":"string","format":"date-time","nullable":true},"UserAccessGranted":{"type":"string","format":"date-time","nullable":true},"UserAccessGrantedBy":{"type":"string","nullable":true},"UserApproveReason":{"type":"string","nullable":true},"WelcomeEmailsSentToUser":{"type":"integer","format":"int32","nullable":true},"EmailAlternateEnabled":{"type":"boolean"},"EmailEnabled":{"type":"boolean"},"MarketingEmailEnabled":{"type":"boolean"},"Phone":{"type":"string","nullable":true},"PhoneFax":{"type":"string","nullable":true},"PhoneHome":{"type":"string","nullable":true},"PhoneOther":{"type":"string","nullable":true},"PhoneWork":{"type":"string","nullable":true},"BillingAddress":{"$ref":"#/components/schemas/PersonAddressModel"},"HomeAddress":{"$ref":"#/components/schemas/PersonAddressModel"},"ShippingAddress":{"$ref":"#/components/schemas/PersonAddressModel"},"ShippingPreference":{"type":"string","nullable":true},"WorkAddress":{"$ref":"#/components/schemas/PersonAddressModel"},"EmergencyContactName":{"type":"string","nullable":true},"EmergencyContactPhone":{"type":"string","nullable":true},"EmergencyContactRelationship":{"type":"string","nullable":true},"AgeGroup":{"type":"string","nullable":true},"Birthdate":{"type":"string","format":"date-time","nullable":true},"Citizenship":{"type":"string","nullable":true},"FirstLanguage":{"type":"string","nullable":true},"Gender":{"type":"string","nullable":true},"Language":{"type":"string","nullable":true},"Region":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"EmployerGroupId":{"type":"string","format":"uuid","nullable":true},"EmployeeType":{"type":"string","nullable":true},"EmployeeUnion":{"type":"string","nullable":true},"JobDivision":{"type":"string","nullable":true},"JobTitle":{"type":"string","nullable":true},"JobsApproved":{"type":"string","format":"date-time","nullable":true},"JobsApprovedBy":{"type":"string","nullable":true},"OccupationStandardId":{"type":"string","format":"uuid","nullable":true},"CandidateCompletionProfilePercent":{"type":"integer","format":"int32","nullable":true},"CandidateCompletionResumePercent":{"type":"integer","format":"int32","nullable":true},"CandidateIsActivelySeeking":{"type":"boolean","nullable":true},"CandidateIsWillingToRelocate":{"type":"boolean","nullable":true},"CandidateLinkedInUrl":{"type":"string","nullable":true},"CandidateOccupationList":{"type":"string","nullable":true},"ImmigrationApplicant":{"type":"string","nullable":true},"ImmigrationCategory":{"type":"string","nullable":true},"ImmigrationDestination":{"type":"string","nullable":true},"ImmigrationDisability":{"type":"string","nullable":true},"ImmigrationLandingDate":{"type":"string","format":"date-time","nullable":true},"ImmigrationNumber":{"type":"string","nullable":true},"MemberEndDate":{"type":"string","format":"date-time","nullable":true},"MembershipStatusItemId":{"type":"string","format":"uuid","nullable":true},"MemberStartDate":{"type":"string","format":"date-time","nullable":true},"CredentialingCountry":{"type":"string","nullable":true},"EducationLevel":{"type":"string","nullable":true},"IndustryItemId":{"type":"string","format":"uuid","nullable":true},"SocialInsuranceNumber":{"type":"string","nullable":true},"TradeworkerNumber":{"type":"string","nullable":true},"ConsentConsultation":{"type":"string","nullable":true},"ConsentToShare":{"type":"string","nullable":true},"Referrer":{"type":"string","nullable":true},"ReferrerOther":{"type":"string","nullable":true},"IsArchived":{"type":"boolean"},"WhenArchived":{"type":"string","format":"date-time","nullable":true},"WhenUnarchived":{"type":"string","format":"date-time","nullable":true},"AccountReviewCompleted":{"type":"string","format":"date-time","nullable":true},"AccountReviewQueued":{"type":"string","format":"date-time","nullable":true},"WebSiteUrl":{"type":"string","nullable":true},"Created":{"type":"string","format":"date-time"},"CreatedBy":{"type":"string","format":"uuid","nullable":true},"CustomKey":{"type":"integer","format":"int32","nullable":true},"Modified":{"type":"string","format":"date-time"},"ModifiedBy":{"type":"string","format":"uuid"},"SinModified":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false},"PersonAddressModel":{"type":"object","properties":{"AddressId":{"type":"string","format":"uuid"},"City":{"type":"string","nullable":true},"Country":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"Province":{"type":"string","nullable":true},"Street1":{"type":"string","nullable":true},"Street2":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The PolicyResult object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"PolicyResult":{"type":"object","properties":{"Controller":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"Resource":{"type":"string","nullable":true},"Policy":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The Problem object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Problem":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Status":{"type":"integer","format":"int32","nullable":true},"Detail":{"type":"string","nullable":true},"Instance":{"type":"string","nullable":true}},"additionalProperties":{}}}}}
```

## The ProblemDetails object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ProblemDetails":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Status":{"type":"integer","format":"int32","nullable":true},"Detail":{"type":"string","nullable":true},"Instance":{"type":"string","nullable":true}},"additionalProperties":{}}}}}
```

## The ProblemOption object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ProblemOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Letter":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The ProblemsResult object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ProblemsResult":{"type":"object","properties":{"ApiEndpointResourcesMissingFromPermissionMatrix":{"type":"array","items":{"type":"string"},"nullable":true},"PermissionMatrixResourcesNotUsedByAnyApiEndpoint":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false}}}}
```

## The QueryFilter object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QueryFilter":{"type":"object","properties":{"Page":{"type":"integer","format":"int32"},"PageSize":{"type":"integer","format":"int32"},"Sort":{"type":"string","nullable":true},"Excludes":{"type":"string","nullable":true},"Includes":{"type":"string","nullable":true},"Format":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The QuestionChangeDate object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionChangeDate":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"LastChangeTime":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The QuestionForm object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The QuestionInput object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionInput":{"type":"object","properties":{"Field":{"$ref":"#/components/schemas/WorkshopQuestionField"},"ColumnIndex":{"type":"integer","format":"int32","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionField":{"enum":["Title","Code","Flag","LIG","Reference","Tag","Taxonomy","Condition","Standard","ColumnHeader"],"type":"string"}}}}
```

## The QuestionItemType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"}}}}
```

## The QuestionPerIntItem object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionPerIntItem":{"type":"object","properties":{"Item":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The QuestionPerStringItem object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionPerStringItem":{"type":"object","properties":{"Item":{"type":"string","nullable":true},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The QuestionPerTagAndTaxonomy object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionPerTagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"Taxonomy":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The QuestionReplaceButtons object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false}}}}
```

## The QuestionSource object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The QuestionStatistics object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"QuestionStatistics":{"type":"object","properties":{"QuestionPerTagAndTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerTagAndTaxonomy"},"nullable":true},"QuestionPerTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerIntItem"},"nullable":true},"QuestionPerDifficultyArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerIntItem"},"nullable":true},"QuestionPerGACArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"QuestionPerCodeArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"QuestionPerLIGArray":{"type":"array","items":{"$ref":"#/components/schemas/QuestionPerStringItem"},"nullable":true},"Taxonomies":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true},"Standards":{"type":"array","items":{"$ref":"#/components/schemas/AssessmentStandard"},"nullable":true},"SubCompetencies":{"type":"array","items":{"$ref":"#/components/schemas/SubCompetency"},"nullable":true},"TagAndTaxonomyArray":{"type":"array","items":{"$ref":"#/components/schemas/TagAndTaxonomy"},"nullable":true}},"additionalProperties":false},"QuestionPerTagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"Taxonomy":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionPerIntItem":{"type":"object","properties":{"Item":{"type":"integer","format":"int32"},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionPerStringItem":{"type":"object","properties":{"Item":{"type":"string","nullable":true},"Count":{"type":"integer","format":"int32"}},"additionalProperties":false},"AssessmentStandard":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"},"Taxonomies":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false},"SubCompetency":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"QuestionSubCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"}},"additionalProperties":false},"TagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"CountPerTaxonomy":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false}}}}
```

## The Questions object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Questions":{"type":"object","properties":{"IsQuestionOrderMatch":{"type":"boolean"},"StaticQuestionOrderVerified":{"type":"string","format":"date-time","nullable":true},"VerifiedQuestions":{"type":"array","items":{"$ref":"#/components/schemas/StaticQuestionOrder"},"nullable":true}},"additionalProperties":false},"StaticQuestionOrder":{"type":"object","properties":{"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The RegistrationMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"RegistrationMatch":{"type":"object","properties":{"RegistrationIdentifier":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The RegistrationModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"RegistrationModel":{"type":"object","properties":{"AttemptIdentifier":{"type":"string","format":"uuid","nullable":true},"CandidateIdentifier":{"type":"string","format":"uuid"},"CustomerIdentifier":{"type":"string","format":"uuid","nullable":true},"EmployerIdentifier":{"type":"string","format":"uuid","nullable":true},"EventIdentifier":{"type":"string","format":"uuid"},"ExamFormIdentifier":{"type":"string","format":"uuid","nullable":true},"OrganizationIdentifier":{"type":"string","format":"uuid"},"PaymentIdentifier":{"type":"string","format":"uuid","nullable":true},"RegistrationIdentifier":{"type":"string","format":"uuid"},"RegistrationRequestedBy":{"type":"string","format":"uuid","nullable":true},"SchoolIdentifier":{"type":"string","format":"uuid","nullable":true},"SeatIdentifier":{"type":"string","format":"uuid","nullable":true},"IncludeInT2202":{"type":"boolean"},"MaterialsIncludeDiagramBook":{"type":"boolean","nullable":true},"ApprovalProcess":{"type":"string","nullable":true},"ApprovalReason":{"type":"string","nullable":true},"ApprovalStatus":{"type":"string","nullable":true},"AttendanceStatus":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"BillingCustomer":{"type":"string","nullable":true},"CandidateType":{"type":"string","nullable":true},"EligibilityProcess":{"type":"string","nullable":true},"EligibilityStatus":{"type":"string","nullable":true},"EventPotentialConflicts":{"type":"string","nullable":true},"Grade":{"type":"string","nullable":true},"GradeWithheldReason":{"type":"string","nullable":true},"GradingProcess":{"type":"string","nullable":true},"GradingStatus":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"MaterialsPackagedForDistribution":{"type":"string","nullable":true},"MaterialsPermittedToCandidates":{"type":"string","nullable":true},"RegistrationComment":{"type":"string","nullable":true},"RegistrationPassword":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"SynchronizationProcess":{"type":"string","nullable":true},"SynchronizationStatus":{"type":"string","nullable":true},"ExamTimeLimit":{"type":"integer","format":"int32","nullable":true},"RegistrationSequence":{"type":"integer","format":"int32","nullable":true},"WorkBasedHoursToDate":{"type":"integer","format":"int32","nullable":true},"RegistrationFee":{"type":"number","format":"double","nullable":true},"Score":{"type":"number","format":"double","nullable":true},"AttendanceTaken":{"type":"string","format":"date-time","nullable":true},"DistributionExpected":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdated":{"type":"string","format":"date-time","nullable":true},"GradeAssigned":{"type":"string","format":"date-time","nullable":true},"GradePublished":{"type":"string","format":"date-time","nullable":true},"GradeReleased":{"type":"string","format":"date-time","nullable":true},"GradeWithheld":{"type":"string","format":"date-time","nullable":true},"LastChangeTime":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOn":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The Result object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Result":{"type":"object","properties":{"Html":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The SearchAchievements object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchAchievements":{"type":"object","properties":{"AchievementTitle":{"type":"string","nullable":true},"ExpirationFixedDateSince":{"type":"string","format":"date-time","nullable":true},"ExpirationFixedDateBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchAttempts object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchAttempts":{"type":"object","properties":{"AttemptStatus":{"type":"string","nullable":true},"AttemptGradedSince":{"type":"string","format":"date-time","nullable":true},"AttemptGradedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptImportedSince":{"type":"string","format":"date-time","nullable":true},"AttemptImportedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptPingedSince":{"type":"string","format":"date-time","nullable":true},"AttemptPingedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptStartedSince":{"type":"string","format":"date-time","nullable":true},"AttemptStartedBefore":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedSince":{"type":"string","format":"date-time","nullable":true},"AttemptSubmittedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchBanks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchBanks":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"IsActive":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The SearchCaseStatuses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchCaseStatuses":{"type":"object","properties":{"CaseTypeContains":{"type":"string","nullable":true},"CaseTypeExact":{"type":"string","nullable":true},"StatusNameContains":{"type":"string","nullable":true},"StatusNameExact":{"type":"string","nullable":true},"StatusCategoryContains":{"type":"string","nullable":true},"StatusCategoryExact":{"type":"string","nullable":true},"ReportCategoryContains":{"type":"string","nullable":true},"ReportCategoryExact":{"type":"string","nullable":true},"StatusSequenceSince":{"type":"integer","format":"int32","nullable":true},"StatusSequenceBefore":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The SearchCases object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchCases":{"type":"object","properties":{"CaseClosedSince":{"type":"string","format":"date-time","nullable":true},"CaseClosedBefore":{"type":"string","format":"date-time","nullable":true},"CaseOpenedSince":{"type":"string","format":"date-time","nullable":true},"CaseOpenedBefore":{"type":"string","format":"date-time","nullable":true},"CaseReportedSince":{"type":"string","format":"date-time","nullable":true},"CaseReportedBefore":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveSince":{"type":"string","format":"date-time","nullable":true},"CaseStatusEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchCourses object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchCourses":{"type":"object","properties":{"ClosedSince":{"type":"string","format":"date-time","nullable":true},"ClosedBefore":{"type":"string","format":"date-time","nullable":true},"CreatedSince":{"type":"string","format":"date-time","nullable":true},"CreatedBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true},"IsPublished":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The SearchCredentials object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchCredentials":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true}},"additionalProperties":false}}}}
```

## The SearchEvents object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchEvents":{"type":"object","properties":{"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedSince":{"type":"string","format":"date-time","nullable":true},"DistributionOrderedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionShippedSince":{"type":"string","format":"date-time","nullable":true},"DistributionShippedBefore":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedSince":{"type":"string","format":"date-time","nullable":true},"DistributionTrackedBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledEndBefore":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartSince":{"type":"string","format":"date-time","nullable":true},"EventScheduledStartBefore":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedSince":{"type":"string","format":"date-time","nullable":true},"ExamMaterialReturnShipmentReceivedBefore":{"type":"string","format":"date-time","nullable":true},"ExamStartedSince":{"type":"string","format":"date-time","nullable":true},"ExamStartedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineSince":{"type":"string","format":"date-time","nullable":true},"RegistrationDeadlineBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedSince":{"type":"string","format":"date-time","nullable":true},"RegistrationLockedBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationStartSince":{"type":"string","format":"date-time","nullable":true},"RegistrationStartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchFiles object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchFiles":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"FileIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ObjectTypeExact":{"type":"string","nullable":true},"ObjectIdentifierContains":{"type":"string","nullable":true},"FileNameContains":{"type":"string","nullable":true},"DocumentNameContains":{"type":"string","nullable":true},"FileUploadedSince":{"type":"string","format":"date-time","nullable":true},"FileUploadedBefore":{"type":"string","format":"date-time","nullable":true},"HasClaims":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The SearchForms object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchForms":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormClosedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormLockedBefore":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedSince":{"type":"string","format":"date-time","nullable":true},"SurveyFormOpenedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchGradebooks object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchGradebooks":{"type":"object","properties":{"AchievementId":{"type":"string","format":"uuid","nullable":true},"ClassId":{"type":"string","format":"uuid","nullable":true},"ClassInstructorId":{"type":"string","format":"uuid","nullable":true},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"PeriodId":{"type":"string","format":"uuid","nullable":true},"IsLocked":{"type":"boolean","nullable":true},"ClassTitle":{"type":"string","nullable":true},"GradebookTitle":{"type":"string","nullable":true},"GradebookType":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"Reference":{"type":"string","nullable":true},"ClassStartedSince":{"type":"string","format":"date-time","nullable":true},"ClassStartedBefore":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedSince":{"type":"string","format":"date-time","nullable":true},"GradebookCreatedBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchGroups object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchGroups":{"type":"object","properties":{"GroupCreatedSince":{"type":"string","format":"date-time","nullable":true},"GroupCreatedBefore":{"type":"string","format":"date-time","nullable":true},"GroupExpirySince":{"type":"string","format":"date-time","nullable":true},"GroupExpiryBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchMemberships object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchMemberships":{"type":"object","properties":{"AccountScope":{"type":"string","nullable":true},"MembershipEffectiveSince":{"type":"string","format":"date-time","nullable":true},"MembershipEffectiveBefore":{"type":"string","format":"date-time","nullable":true},"MembershipExpirySince":{"type":"string","format":"date-time","nullable":true},"MembershipExpiryBefore":{"type":"string","format":"date-time","nullable":true},"ModifiedSince":{"type":"string","format":"date-time","nullable":true},"ModifiedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchOrganizations object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchOrganizations":{"type":"object","properties":{"CompanyNameContains":{"type":"string","nullable":true},"OrganizationCode":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The SearchPages object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchPages":{"type":"object","properties":{"ObjectId":{"type":"string","format":"uuid","nullable":true},"ParentPageId":{"type":"string","format":"uuid","nullable":true},"SiteId":{"type":"string","format":"uuid","nullable":true},"IsAccessDenied":{"type":"boolean","nullable":true},"IsHidden":{"type":"boolean","nullable":true},"IsNewTab":{"type":"boolean","nullable":true},"IsNullNavigateUrl":{"type":"boolean","nullable":true},"AuthorName":{"type":"string","nullable":true},"ContentControl":{"type":"string","nullable":true},"ContentLabels":{"type":"string","nullable":true},"Hook":{"type":"string","nullable":true},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"NavigateUrl":{"type":"string","nullable":true},"ObjectType":{"type":"string","nullable":true},"PageIcon":{"type":"string","nullable":true},"PageSlug":{"type":"string","nullable":true},"PageType":{"type":"string","nullable":true},"ParentPageSlug":{"type":"string","nullable":true},"ParentPageType":{"type":"string","nullable":true},"SiteDomain":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sequence":{"type":"integer","format":"int32","nullable":true},"AuthorDateSince":{"type":"string","format":"date-time","nullable":true},"AuthorDateBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchPendingPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchPendingPeople":{"type":"object","properties":{"SubmittedBy":{"type":"string","format":"uuid","nullable":true},"PersonId":{"type":"string","format":"uuid","nullable":true},"UserId":{"type":"string","format":"uuid","nullable":true},"PersonCode":{"type":"string","nullable":true},"UserEmail":{"type":"string","nullable":true},"UserFirstName":{"type":"string","nullable":true},"UserLastName":{"type":"string","nullable":true},"SubmittedBefore":{"type":"string","format":"date-time","nullable":true},"SubmittedSince":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchPeople object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchPeople":{"type":"object","properties":{"UserId":{"type":"string","format":"uuid","nullable":true},"EmailExact":{"type":"string","nullable":true},"EventRole":{"type":"string","nullable":true},"FullName":{"type":"string","nullable":true},"PersonCode":{"type":"string","nullable":true},"LastAuthenticatedSince":{"type":"string","format":"date-time","nullable":true},"IsApproved":{"type":"boolean","nullable":true}},"additionalProperties":false}}}}
```

## The SearchPeriods object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchPeriods":{"type":"object","properties":{"Name":{"type":"string","nullable":true},"EndSince":{"type":"string","format":"date-time","nullable":true},"EndBefore":{"type":"string","format":"date-time","nullable":true},"StartSince":{"type":"string","format":"date-time","nullable":true},"StartBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchRegistrations object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchRegistrations":{"type":"object","properties":{"AttendanceTakenSince":{"type":"string","format":"date-time","nullable":true},"AttendanceTakenBefore":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedSince":{"type":"string","format":"date-time","nullable":true},"DistributionExpectedBefore":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedSince":{"type":"string","format":"date-time","nullable":true},"EligibilityUpdatedBefore":{"type":"string","format":"date-time","nullable":true},"GradeAssignedSince":{"type":"string","format":"date-time","nullable":true},"GradeAssignedBefore":{"type":"string","format":"date-time","nullable":true},"GradePublishedSince":{"type":"string","format":"date-time","nullable":true},"GradePublishedBefore":{"type":"string","format":"date-time","nullable":true},"GradeReleasedSince":{"type":"string","format":"date-time","nullable":true},"GradeReleasedBefore":{"type":"string","format":"date-time","nullable":true},"GradeWithheldSince":{"type":"string","format":"date-time","nullable":true},"GradeWithheldBefore":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnSince":{"type":"string","format":"date-time","nullable":true},"RegistrationRequestedOnBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchResult object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchResult":{"required":["Notifications","Users","VisibleOnDashboard"],"type":"object","properties":{"Notifications":{"type":"array","items":{"$ref":"#/components/schemas/DashboardNotification"},"nullable":true},"Users":{"type":"object","additionalProperties":{"type":"string"},"nullable":true},"VisibleOnDashboard":{"type":"object","additionalProperties":{"type":"boolean"},"nullable":true}},"additionalProperties":false},"DashboardNotification":{"type":"object","properties":{"NotificationId":{"type":"string","format":"uuid"},"Type":{"$ref":"#/components/schemas/DashboardNotificationType"},"Title":{"type":"string","nullable":true},"Details":{"type":"string","nullable":true},"LinkText":{"type":"string","nullable":true},"LinkUrl":{"type":"string","nullable":true},"StartDate":{"type":"string","format":"date-time","nullable":true},"EndDate":{"type":"string","format":"date-time","nullable":true},"IsActive":{"type":"boolean"},"Created":{"type":"string","format":"date-time"},"CreatedBy":{"type":"string","format":"uuid"},"Modified":{"type":"string","format":"date-time"},"ModifiedBy":{"type":"string","format":"uuid"}},"additionalProperties":false},"DashboardNotificationType":{"enum":["None","PlatformUpdate","ReleaseNotes","Other"],"type":"string"}}}}
```

## The SearchSites object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchSites":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchStandards object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchStandards":{"type":"object","properties":{"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"ParentStandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"ContentTitle":{"type":"string","nullable":true},"StandardType":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The SearchSubmissions object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchSubmissions":{"type":"object","properties":{"LastChangeTimeSince":{"type":"string","format":"date-time","nullable":true},"LastChangeTimeBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCompletedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreatedBefore":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedSince":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStartedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchUserConnections object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchUserConnections":{"type":"object","properties":{"ConnectedSince":{"type":"string","format":"date-time","nullable":true},"ConnectedBefore":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SearchUsers object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SearchUsers":{"type":"object","properties":{"UserIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"UserEmailExact":{"type":"string","nullable":true},"UserFullNameContains":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The Section object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Section":{"type":"object","properties":{"Standards":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopStandard"},"nullable":true},"Questions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false},"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The Set object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"Set":{"type":"object","properties":{"AreaId":{"type":"string","format":"uuid","nullable":true},"QuestionId":{"type":"string","format":"uuid","nullable":true},"Questions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The SiteMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SiteMatch":{"type":"object","properties":{"SiteId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The SiteModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SiteModel":{"type":"object","properties":{"SiteId":{"type":"string","format":"uuid"},"LastChangeType":{"type":"string","nullable":true},"LastChangeUser":{"type":"string","nullable":true},"SiteDomain":{"type":"string","nullable":true},"SiteTitle":{"type":"string","nullable":true},"LastChangeTime":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The SiteSettings object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SiteSettings":{"type":"object","properties":{"TimeZoneId":{"type":"string","nullable":true},"OrganizationCode":{"type":"string","nullable":true},"DomainName":{"type":"string","nullable":true},"CompanyName":{"type":"string","nullable":true},"IsCmds":{"type":"boolean"},"Home":{"$ref":"#/components/schemas/HomeSettings"},"UserName":{"type":"string","nullable":true},"IsAdministrator":{"type":"boolean"},"IsOperator":{"type":"boolean"},"IsMultiOrganization":{"type":"boolean"},"ImpersonatorName":{"type":"string","nullable":true},"MyDashboard":{"$ref":"#/components/schemas/LinkModel"},"Permissions":{"$ref":"#/components/schemas/PermissionsModel"},"Environment":{"$ref":"#/components/schemas/EnvironmentModel"},"StylePath":{"type":"string","nullable":true},"AdminNavigationLogo":{"type":"string","nullable":true},"UserHostAddress":{"type":"string","nullable":true},"SessionTimeoutMinutes":{"type":"integer","format":"int32"},"NavigationGroups":{"type":"array","items":{"$ref":"#/components/schemas/MenuModel"},"nullable":true},"ShortcutGroups":{"type":"array","items":{"$ref":"#/components/schemas/MenuLinkModel"},"nullable":true},"AdminNavigationGroups":{"type":"array","items":{"$ref":"#/components/schemas/MenuModel"},"nullable":true},"PlatformSearchDownloadMaximumRows":{"type":"integer","format":"int32"},"PartitionEmail":{"type":"string","nullable":true},"CurrentLanguage":{"type":"string","nullable":true},"SupportedLanguages":{"type":"array","items":{"type":"string"},"nullable":true},"RecentLinksKey":{"type":"string","nullable":true}},"additionalProperties":false},"HomeSettings":{"type":"object","properties":{"Text":{"type":"string","nullable":true},"Url":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true},"Image":{"type":"string","nullable":true}},"additionalProperties":false},"LinkModel":{"type":"object","properties":{"Url":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"PermissionsModel":{"type":"object","properties":{"Accounts":{"type":"boolean"},"Integrations":{"type":"boolean"},"Settings":{"type":"boolean"}},"additionalProperties":false},"EnvironmentModel":{"type":"object","properties":{"Name":{"type":"string","nullable":true},"Version":{"type":"string","nullable":true},"Color":{"type":"string","nullable":true}},"additionalProperties":false},"MenuModel":{"type":"object","properties":{"Title":{"type":"string","nullable":true},"MenuItems":{"type":"array","items":{"$ref":"#/components/schemas/MenuLinkModel"},"nullable":true}},"additionalProperties":false},"MenuLinkModel":{"type":"object","properties":{"Url":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The SpecDetails object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SpecDetails":{"type":"object","properties":{"SpecName":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"FormLimit":{"type":"integer","format":"int32"},"QuestionLimit":{"type":"integer","format":"int32"},"Criteria":{"type":"array","items":{"$ref":"#/components/schemas/DetailsCriterion"},"nullable":true}},"additionalProperties":false},"DetailsCriterion":{"type":"object","properties":{"CriterionId":{"type":"string","format":"uuid"},"Title":{"type":"string","nullable":true},"Weight":{"type":"integer","format":"int32"},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"Competencies":{"type":"array","items":{"$ref":"#/components/schemas/DetailsCompetency"},"nullable":true}},"additionalProperties":false},"DetailsCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true},"QuestionCount":{"type":"integer","format":"int32","nullable":true},"Tax1CountActual":{"type":"integer","format":"int32"},"Tax2CountActual":{"type":"integer","format":"int32"},"Tax3CountActual":{"type":"integer","format":"int32"},"UnassignedCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false}}}}
```

## The SpecWorkshop object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SpecWorkshop":{"type":"object","properties":{"BankId":{"type":"string","format":"uuid"},"Standards":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopStandard"},"nullable":true},"Details":{"$ref":"#/components/schemas/SpecDetails"},"QuestionData":{"$ref":"#/components/schemas/WorkshopQuestionData"},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Attachments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopAttachment"},"nullable":true},"ProblemQuestions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopProblemQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false},"SpecDetails":{"type":"object","properties":{"SpecName":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"FrameworkId":{"type":"string","format":"uuid","nullable":true},"FormLimit":{"type":"integer","format":"int32"},"QuestionLimit":{"type":"integer","format":"int32"},"Criteria":{"type":"array","items":{"$ref":"#/components/schemas/DetailsCriterion"},"nullable":true}},"additionalProperties":false},"DetailsCriterion":{"type":"object","properties":{"CriterionId":{"type":"string","format":"uuid"},"Title":{"type":"string","nullable":true},"Weight":{"type":"integer","format":"int32"},"StandardIds":{"type":"array","items":{"type":"string","format":"uuid"},"nullable":true},"Competencies":{"type":"array","items":{"$ref":"#/components/schemas/DetailsCompetency"},"nullable":true}},"additionalProperties":false},"DetailsCompetency":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"Tax1Count":{"type":"integer","format":"int32","nullable":true},"Tax2Count":{"type":"integer","format":"int32","nullable":true},"Tax3Count":{"type":"integer","format":"int32","nullable":true},"QuestionCount":{"type":"integer","format":"int32","nullable":true},"Tax1CountActual":{"type":"integer","format":"int32"},"Tax2CountActual":{"type":"integer","format":"int32"},"Tax3CountActual":{"type":"integer","format":"int32"},"UnassignedCount":{"type":"integer","format":"int32","nullable":true}},"additionalProperties":false},"WorkshopQuestionData":{"type":"object","properties":{"TotalQuestionCount":{"type":"integer","format":"int32"},"Sections":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"Taxonomies":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"FirstSectionId":{"type":"string","format":"uuid"},"FirstSectionAreaId":{"type":"string","format":"uuid","nullable":true},"FirstSectionStandards":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopStandard"},"nullable":true},"FirstSectionQuestions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopItem":{"type":"object","properties":{"Value":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopAttachment":{"type":"object","properties":{"AttachmentId":{"type":"string","format":"uuid"},"AttachmentType":{"$ref":"#/components/schemas/AttachmentType"},"AssetNumber":{"type":"integer","format":"int32"},"AssetVersion":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Condition":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"QuestionCount":{"type":"integer","format":"int32"},"PostedOn":{"type":"string","format":"date-time"},"FileName":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"FileSize":{"type":"string","nullable":true},"AuthorName":{"type":"string","nullable":true},"ChangeCount":{"type":"integer","format":"int32"},"ImageResolution":{"type":"string","nullable":true},"ImageDimensions":{"type":"array","items":{"type":"string"},"nullable":true},"Color":{"type":"string","nullable":true}},"additionalProperties":false},"AttachmentType":{"enum":["Unknown","Archive","Document","Image"],"type":"string"},"WorkshopProblemQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionSetName":{"type":"string","nullable":true},"QuestionTitle":{"type":"string","nullable":true},"CanDelete":{"type":"boolean"},"ProblemDescription":{"type":"string","nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/ProblemOption"},"nullable":true}},"additionalProperties":false},"ProblemOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Letter":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The SpecificationType object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SpecificationType":{"enum":["Dynamic","Static"],"type":"string"}}}}
```

## The StandardMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"StandardMatch":{"type":"object","properties":{"Id":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"Code":{"type":"string","nullable":true},"Name":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The StandardModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"StandardModel":{"type":"object","properties":{"BankId":{"type":"string","format":"uuid","nullable":true},"BankSetId":{"type":"string","format":"uuid","nullable":true},"CategoryItemId":{"type":"string","format":"uuid","nullable":true},"CreatedBy":{"type":"string","format":"uuid"},"DepartmentGroupId":{"type":"string","format":"uuid","nullable":true},"IndustryItemId":{"type":"string","format":"uuid","nullable":true},"ModifiedBy":{"type":"string","format":"uuid"},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid"},"StandardStatusLastUpdateUser":{"type":"string","format":"uuid","nullable":true},"IsCertificateEnabled":{"type":"boolean"},"IsFeedbackEnabled":{"type":"boolean"},"IsHidden":{"type":"boolean"},"IsLocked":{"type":"boolean"},"IsPractical":{"type":"boolean"},"IsPublished":{"type":"boolean"},"IsTemplate":{"type":"boolean"},"IsTheory":{"type":"boolean"},"AuthorName":{"type":"string","nullable":true},"CanvasIdentifier":{"type":"string","nullable":true},"Code":{"type":"string","nullable":true},"CompetencyScoreCalculationMethod":{"type":"string","nullable":true},"CompetencyScoreSummarizationMethod":{"type":"string","nullable":true},"ContentDescription":{"type":"string","nullable":true},"ContentName":{"type":"string","nullable":true},"ContentSettings":{"type":"string","nullable":true},"ContentSummary":{"type":"string","nullable":true},"ContentTitle":{"type":"string","nullable":true},"CreditIdentifier":{"type":"string","nullable":true},"DocumentType":{"type":"string","nullable":true},"Icon":{"type":"string","nullable":true},"Language":{"type":"string","nullable":true},"LevelCode":{"type":"string","nullable":true},"LevelType":{"type":"string","nullable":true},"MajorVersion":{"type":"string","nullable":true},"MinorVersion":{"type":"string","nullable":true},"SourceDescriptor":{"type":"string","nullable":true},"StandardAlias":{"type":"string","nullable":true},"StandardHook":{"type":"string","nullable":true},"StandardLabel":{"type":"string","nullable":true},"StandardPrivacyScope":{"type":"string","nullable":true},"StandardStatus":{"type":"string","nullable":true},"StandardTier":{"type":"string","nullable":true},"StandardType":{"type":"string","nullable":true},"Tags":{"type":"string","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"CalculationArgument":{"type":"integer","format":"int32","nullable":true},"Sequence":{"type":"integer","format":"int32"},"CertificationHoursPercentCore":{"type":"number","format":"double","nullable":true},"CertificationHoursPercentNonCore":{"type":"number","format":"double","nullable":true},"CreditHours":{"type":"number","format":"double","nullable":true},"MasteryPoints":{"type":"number","format":"double","nullable":true},"PassingScore":{"type":"number","format":"double","nullable":true},"PointsPossible":{"type":"number","format":"double","nullable":true},"AuthorDate":{"type":"string","format":"date-time","nullable":true},"Created":{"type":"string","format":"date-time"},"DatePosted":{"type":"string","format":"date-time","nullable":true},"Modified":{"type":"string","format":"date-time"},"StandardStatusLastUpdateTime":{"type":"string","format":"date-time","nullable":true},"UtcPublished":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The StaticQuestionOrder object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"StaticQuestionOrder":{"type":"object","properties":{"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The StringStringKeyValuePair object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The SubCompetency object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SubCompetency":{"type":"object","properties":{"SetStandardCode":{"type":"string","nullable":true},"QuestionStandardCode":{"type":"string","nullable":true},"QuestionSubCode":{"type":"string","nullable":true},"Questions":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The SubmissionMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SubmissionMatch":{"type":"object","properties":{"ResponseSessionId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The SubmissionModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"SubmissionModel":{"type":"object","properties":{"GroupId":{"type":"string","format":"uuid","nullable":true},"LastAnsweredQuestionId":{"type":"string","format":"uuid","nullable":true},"LastChangeUser":{"type":"string","format":"uuid"},"PeriodId":{"type":"string","format":"uuid","nullable":true},"RespondentUserId":{"type":"string","format":"uuid"},"ResponseSessionId":{"type":"string","format":"uuid"},"SurveyFormId":{"type":"string","format":"uuid"},"ResponseIsLocked":{"type":"boolean"},"LastChangeType":{"type":"string","nullable":true},"RespondentLanguage":{"type":"string","nullable":true},"ResponseSessionStatus":{"type":"string","nullable":true},"LastChangeTime":{"type":"string","format":"date-time"},"ResponseSessionCompleted":{"type":"string","format":"date-time","nullable":true},"ResponseSessionCreated":{"type":"string","format":"date-time","nullable":true},"ResponseSessionStarted":{"type":"string","format":"date-time","nullable":true}},"additionalProperties":false}}}}
```

## The TagAndTaxonomy object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"TagAndTaxonomy":{"type":"object","properties":{"Tag":{"type":"string","nullable":true},"CountPerTaxonomy":{"type":"array","items":{"type":"integer","format":"int32"},"nullable":true}},"additionalProperties":false}}}}
```

## The UserConnectionMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"UserConnectionMatch":{"type":"object","properties":{"FromUserId":{"type":"string","format":"uuid"},"ToUserId":{"type":"string","format":"uuid"}},"additionalProperties":false}}}}
```

## The UserConnectionModel object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"UserConnectionModel":{"type":"object","properties":{"FromUserId":{"type":"string","format":"uuid"},"ToUserId":{"type":"string","format":"uuid"},"IsLeader":{"type":"boolean"},"IsManager":{"type":"boolean"},"IsSupervisor":{"type":"boolean"},"IsValidator":{"type":"boolean"},"Connected":{"type":"string","format":"date-time"}},"additionalProperties":false}}}}
```

## The UserMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"UserMatch":{"type":"object","properties":{"UserId":{"type":"string","format":"uuid"},"FullName":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The ValidationFailure object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"ValidationFailure":{"type":"object","properties":{"Errors":{"type":"array","items":{"$ref":"#/components/schemas/Problem"},"nullable":true}},"additionalProperties":false},"Problem":{"type":"object","properties":{"Type":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Status":{"type":"integer","format":"int32","nullable":true},"Detail":{"type":"string","nullable":true},"Instance":{"type":"string","nullable":true}},"additionalProperties":{}}}}}
```

## The VersionResponse object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"VersionResponse":{"type":"object","properties":{"Version":{"type":"string","nullable":true},"Major":{"type":"integer","format":"int32"},"Minor":{"type":"integer","format":"int32"},"Build":{"type":"integer","format":"int32"},"Revision":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The WorkshopAttachment object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopAttachment":{"type":"object","properties":{"AttachmentId":{"type":"string","format":"uuid"},"AttachmentType":{"$ref":"#/components/schemas/AttachmentType"},"AssetNumber":{"type":"integer","format":"int32"},"AssetVersion":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Condition":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"QuestionCount":{"type":"integer","format":"int32"},"PostedOn":{"type":"string","format":"date-time"},"FileName":{"type":"string","nullable":true},"FileUrl":{"type":"string","nullable":true},"FileSize":{"type":"string","nullable":true},"AuthorName":{"type":"string","nullable":true},"ChangeCount":{"type":"integer","format":"int32"},"ImageResolution":{"type":"string","nullable":true},"ImageDimensions":{"type":"array","items":{"type":"string"},"nullable":true},"Color":{"type":"string","nullable":true}},"additionalProperties":false},"AttachmentType":{"enum":["Unknown","Archive","Document","Image"],"type":"string"}}}}
```

## The WorkshopComment object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"}}}}
```

## The WorkshopImage object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopImage":{"type":"object","properties":{"FileName":{"type":"string","nullable":true},"Url":{"type":"string","nullable":true},"Environment":{"$ref":"#/components/schemas/EnvironmentName"},"Attachment":{"$ref":"#/components/schemas/AttachmentInfo"}},"additionalProperties":false},"EnvironmentName":{"enum":["None","Local","Development","Sandbox","Production","External"],"type":"string"},"AttachmentInfo":{"type":"object","properties":{"Title":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Condition":{"type":"string","nullable":true},"PublicationStatus":{"type":"string","nullable":true},"Dimension":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The WorkshopItem object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopItem":{"type":"object","properties":{"Value":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The WorkshopNewQuestionCommand object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopNewQuestionCommand":{"enum":["QuickMultipleChoice","QuickComposedEssay","QuickComposedVoice","QuickMultipleCorrect","QuickBooleanTable","QuickMatching"],"type":"string"}}}}
```

## The WorkshopProblemQuestion object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopProblemQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionSetName":{"type":"string","nullable":true},"QuestionTitle":{"type":"string","nullable":true},"CanDelete":{"type":"boolean"},"ProblemDescription":{"type":"string","nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/ProblemOption"},"nullable":true}},"additionalProperties":false},"ProblemOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Title":{"type":"string","nullable":true},"Letter":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The WorkshopQuestion object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The WorkshopQuestionComments object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionComments":{"type":"object","properties":{"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"}}}}
```

## The WorkshopQuestionData object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionData":{"type":"object","properties":{"TotalQuestionCount":{"type":"integer","format":"int32"},"Sections":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"Taxonomies":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopItem"},"nullable":true},"FirstSectionId":{"type":"string","format":"uuid"},"FirstSectionAreaId":{"type":"string","format":"uuid","nullable":true},"FirstSectionStandards":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopStandard"},"nullable":true},"FirstSectionQuestions":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestion"},"nullable":true}},"additionalProperties":false},"WorkshopItem":{"type":"object","properties":{"Value":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false},"WorkshopQuestion":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"FieldId":{"type":"string","format":"uuid","nullable":true},"ParentStandardId":{"type":"string","format":"uuid","nullable":true},"StandardId":{"type":"string","format":"uuid","nullable":true},"QuestionBankIndex":{"type":"integer","format":"int32"},"QuestionFormSequence":{"type":"integer","format":"int32","nullable":true},"QuestionFlag":{"$ref":"#/components/schemas/FlagType"},"QuestionType":{"$ref":"#/components/schemas/QuestionItemType"},"QuestionTitle":{"type":"array","items":{"$ref":"#/components/schemas/StringStringKeyValuePair"},"nullable":true},"QuestionTitleHtml":{"type":"string","nullable":true},"Rationale":{"type":"string","nullable":true},"RationaleOnCorrectAnswer":{"type":"string","nullable":true},"RationaleOnIncorrectAnswer":{"type":"string","nullable":true},"QuestionAssetNumber":{"type":"integer","format":"int32"},"QuestionAssetVersion":{"type":"integer","format":"int32"},"QuestionPublicationStatusDescription":{"type":"string","nullable":true},"QuestionCondition":{"type":"string","nullable":true},"QuestionTaxonomy":{"type":"integer","format":"int32","nullable":true},"QuestionLikeItemGroup":{"type":"string","nullable":true},"QuestionReference":{"type":"string","nullable":true},"QuestionCode":{"type":"string","nullable":true},"QuestionTag":{"type":"string","nullable":true},"QuestionLayoutType":{"$ref":"#/components/schemas/OptionLayoutType"},"QuestionPoints":{"type":"integer","format":"int32","nullable":true},"QuestionCutScore":{"type":"integer","format":"int32","nullable":true},"QuestionCalculationMethodDescription":{"type":"string","nullable":true},"QuestionClassificationDifficulty":{"type":"integer","format":"int32","nullable":true},"QuestionRandomizationEnabled":{"type":"boolean"},"LayoutColumns":{"type":"array","items":{"$ref":"#/components/schemas/LayoutColumn"},"nullable":true},"CandidateCommentCount":{"type":"integer","format":"int32"},"CanEdit":{"type":"boolean"},"CanNavigateToChangePage":{"type":"boolean"},"CanCopyField":{"type":"boolean"},"ReplaceButtons":{"$ref":"#/components/schemas/QuestionReplaceButtons"},"Source":{"$ref":"#/components/schemas/QuestionSource"},"Forms":{"type":"array","items":{"$ref":"#/components/schemas/QuestionForm"},"nullable":true},"Comments":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopComment"},"nullable":true},"Options":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionOption"},"nullable":true},"Matches":{"type":"array","items":{"$ref":"#/components/schemas/WorkshopQuestionMatch"},"nullable":true},"Distractors":{"type":"array","items":{"type":"string"},"nullable":true}},"additionalProperties":false},"FlagType":{"enum":["None","Black","Blue","Cyan","Red","Gray","Green","Yellow","White"],"type":"string"},"QuestionItemType":{"enum":["SingleCorrect","TrueOrFalse","MultipleCorrect","BooleanTable","ComposedEssay","Matching","Likert","HotspotStandard","HotspotImageCaptcha","HotspotMultipleChoice","HotspotMultipleAnswer","HotspotCustom","ComposedVoice","Ordering"],"type":"string"},"StringStringKeyValuePair":{"type":"object","properties":{"Key":{"type":"string","nullable":true},"Value":{"type":"string","nullable":true}},"additionalProperties":false},"OptionLayoutType":{"enum":["None","List","Table"],"type":"string"},"LayoutColumn":{"type":"object","properties":{"Alignment":{"$ref":"#/components/schemas/HorizontalAlignment"},"CssClass":{"type":"string","nullable":true},"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"HorizontalAlignment":{"enum":["Left","Right","Center"],"type":"string"},"QuestionReplaceButtons":{"type":"object","properties":{"NewVersion":{"type":"boolean"},"NewQuestionAndSurplus":{"type":"boolean"},"NewQuestionAndPurge":{"type":"boolean"},"RollbackQuestion":{"type":"boolean"}},"additionalProperties":false},"QuestionSource":{"type":"object","properties":{"QuestionId":{"type":"string","format":"uuid"},"QuestionAssetNumber":{"type":"integer","format":"int32"}},"additionalProperties":false},"QuestionForm":{"type":"object","properties":{"FormId":{"type":"string","format":"uuid"},"FormName":{"type":"string","nullable":true},"FormSequence":{"type":"integer","format":"int32"},"FormAssetNumber":{"type":"integer","format":"int32"},"FormAssetversion":{"type":"integer","format":"int32"}},"additionalProperties":false},"WorkshopComment":{"type":"object","properties":{"CommentId":{"type":"string","format":"uuid"},"EntityId":{"type":"string","format":"uuid"},"AuthorName":{"type":"string","nullable":true},"PostedOn":{"type":"string","nullable":true},"Subject":{"type":"string","nullable":true},"Text":{"type":"string","nullable":true},"Category":{"type":"string","nullable":true},"Flag":{"$ref":"#/components/schemas/FlagType"},"EventFormat":{"type":"string","nullable":true},"IsHidden":{"type":"boolean"}},"additionalProperties":false},"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false},"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The WorkshopQuestionField object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionField":{"enum":["Title","Code","Flag","LIG","Reference","Tag","Taxonomy","Condition","Standard","ColumnHeader"],"type":"string"}}}}
```

## The WorkshopQuestionMatch object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionMatch":{"type":"object","properties":{"Left":{"type":"string","nullable":true},"Right":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"}},"additionalProperties":false}}}}
```

## The WorkshopQuestionOption object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionOption":{"type":"object","properties":{"Number":{"type":"integer","format":"int32"},"Letter":{"type":"string","nullable":true},"TitleMarkdown":{"type":"string","nullable":true},"TitleHtml":{"type":"string","nullable":true},"Points":{"type":"integer","format":"int32"},"IsTrue":{"type":"boolean","nullable":true},"Columns":{"type":"array","items":{"$ref":"#/components/schemas/OptionColumn"},"nullable":true}},"additionalProperties":false},"OptionColumn":{"type":"object","properties":{"TextMarkdown":{"type":"string","nullable":true},"TextHtml":{"type":"string","nullable":true}},"additionalProperties":false}}}}
```

## The WorkshopQuestionOptionField object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopQuestionOptionField":{"enum":["Title","ColumnTitle","Points"],"type":"string"}}}}
```

## The WorkshopReplaceCommand object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopReplaceCommand":{"enum":["NewVersion","NewQuestionAndSurplus","NewQuestionAndPurge","RollbackQuestion"],"type":"string"}}}}
```

## The WorkshopStandard object

```json
{"openapi":"3.0.1","info":{"title":"Developer API","version":"v2.0.0"},"components":{"schemas":{"WorkshopStandard":{"type":"object","properties":{"StandardId":{"type":"string","format":"uuid"},"ParentId":{"type":"string","format":"uuid","nullable":true},"AssetNumber":{"type":"integer","format":"int32"},"Sequence":{"type":"integer","format":"int32"},"Code":{"type":"string","nullable":true},"Label":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Parent":{"$ref":"#/components/schemas/WorkshopStandard"}},"additionalProperties":false}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shiftiq.com/developers/api-v2/navigating-the-api/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
