diff --git a/definition-map.js b/definition-map.js index a7d9f89..5953211 100644 --- a/definition-map.js +++ b/definition-map.js @@ -507,6 +507,16 @@ const MUTATIONS = { "The type of thread, based on the thread's location, e.g. discussion board, assignment, widget thread etc.", }, }, + CurrentUserResetCourseProgress: { + metadescription: + "Resets progress for a specific learner and a specific course.", + args: { + revokeAccess: + "When set to true, learner access to the content item is also revoked", + slug: "The slug identifier of the course you want to reset progress for.", + userId: "The user ID you want to reset progress for.", + }, + }, RemoveCommentLike: { metadescription: 'Removed a like from a comment. The results of this mutation can be affected by providing an authToken header to set a user for the operation.', diff --git a/graphql.schema.json b/graphql.schema.json index 80a2c16..5d84a9b 100644 --- a/graphql.schema.json +++ b/graphql.schema.json @@ -3421,6 +3421,18 @@ "name": "Assignment", "description": null, "fields": [ + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "id", "description": "The ID of the Assignment.", @@ -9511,6 +9523,12 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "shareToLinkedIn", + "description": "Link to Add Certificate to LinkedIn", + "isDeprecated": false, + "deprecationReason": null + }, { "name": "textLabel", "description": "Short Text", @@ -14510,6 +14528,18 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "freeWithRegistration", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "hasChildren", "description": null, @@ -34298,6 +34328,67 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "CurrentUserResetCourseProgress", + "description": "Resets progress for a specific learner and a specific course.", + "args": [ + { + "name": "revokeAccess", + "description": "When set to true, learner access to the content item is also revoked", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": "The slug identifier of the course you want to reset progress for.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "userId", + "description": "The user ID you want to reset progress for.", + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "DestroyBookmark", "description": "The results of this mutation can be affected by providing an authToken header to set a user for the operation.", @@ -53242,6 +53333,16 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "SCALAR", + "name": "UUID", + "description": "A field whose value is a UUID.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "User", diff --git a/public/index.html b/public/index.html index 061f79e..9206b7e 100644 --- a/public/index.html +++ b/public/index.html @@ -208,6 +208,9 @@
{
- "contentTypes": ["abc123"],
+ "contentTypes": ["xyz789"],
"labels": ["abc123"],
- "page": 987,
+ "page": 123,
"query": "abc123",
"resultsDisplayType": "calendar",
"sortColumn": "courseStartDate",
"sortDirection": "asc",
- "token": "xyz789",
+ "token": "abc123",
"values": ["abc123"]
}
@@ -1582,12 +1586,12 @@ {
- "clientId": 4,
+ "clientId": "4",
"commentableId": "4",
"commentableType": "assignment",
"page": 123,
- "parentId": 4,
- "userId": "4"
+ "parentId": "4",
+ "userId": 4
}
@@ -1695,7 +1699,7 @@ {
"data": {
"CompanyDetails": {
- "name": "xyz789",
+ "name": "abc123",
"settings": AppearanceSettings,
"subdomain": "abc123"
}
@@ -2345,50 +2349,50 @@ Response
{
"data": {
"CourseById": {
- "accessDays": 987,
+ "accessDays": 123,
"alternativePricingRef": 123,
"alternativePricingType": "membership",
- "appearanceBlock": 4,
- "appearanceHash": "xyz789",
- "askLearnerPassword": true,
+ "appearanceBlock": "4",
+ "appearanceHash": "abc123",
+ "askLearnerPassword": false,
"availabilityStatus": "xyz789",
"awardClaimingOptions": [CourseAwardClaimingOption],
- "balanceRequirement": 123.45,
+ "balanceRequirement": 987.65,
"bulkPurchasingEnabled": false,
- "completionTimePerPage": 987,
- "confirmationBlock": "4",
+ "completionTimePerPage": 123,
+ "confirmationBlock": 4,
"courseEndDate": "2007-12-03",
"courseGroup": "courseGroup-1",
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"currentUserHasAccess": true,
"customFields": {},
- "discussionsEnabled": false,
- "displayMap": false,
- "displayResults": false,
+ "discussionsEnabled": true,
+ "displayMap": true,
+ "displayResults": true,
"embeddedEnabled": true,
- "enrollmentActive": false,
+ "enrollmentActive": true,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"finalAssessment": "abc123",
"forceLinearProgress": false,
"freeWithRegistration": false,
- "fulfillmentCenter": "4",
+ "fulfillmentCenter": 4,
"futurePublishDate": "2007-12-03",
- "galleryEnabled": true,
+ "galleryEnabled": false,
"gracePeriodEndDate": "2007-12-03",
- "hasChildren": false,
- "hasMultipleCurrencies": true,
+ "hasChildren": true,
+ "hasMultipleCurrencies": false,
"id": 4,
"inPersonEventInfo": InPersonEventInfo,
- "instructorAccessEnabled": true,
+ "instructorAccessEnabled": false,
"instructorAccessPriceInCents": 987,
- "instructorEmails": ["xyz789"],
- "isActive": false,
+ "instructorEmails": ["abc123"],
+ "isActive": true,
"isChild": false,
"kind": "article",
- "lastTierPriceInCents": 987,
- "linkedWorkbookEnabled": true,
+ "lastTierPriceInCents": 123,
+ "linkedWorkbookEnabled": false,
"linkedWorkbookSkipEnabled": true,
"location": Location,
"meetings": [Meeting],
@@ -2397,48 +2401,48 @@ Response
"paywallsBlock": 4,
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
- "priceInCents": 987,
+ "priceInCents": 123,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
"purchasable": true,
- "resourcesEnabled": false,
+ "resourcesEnabled": true,
"roster": false,
"rosterSubmittedDate": "2007-12-03",
"sampleLesson": Lesson,
- "sampleLessonId": "4",
+ "sampleLessonId": 4,
"scormCollectUserDetails": false,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
"seatsAllocatedCount": 123,
- "seatsLimit": 987,
- "seatsLimitMet": true,
- "seatsUsedCount": 123,
+ "seatsLimit": 123,
+ "seatsLimitMet": false,
+ "seatsUsedCount": 987,
"sections": [Section],
- "sessionIsTitled": true,
- "showProgress": false,
- "showSyllabusWhileUnenrolled": false,
+ "sessionIsTitled": false,
+ "showProgress": true,
+ "showSyllabusWhileUnenrolled": true,
"sku": "xyz789",
"slug": Slug,
"status": "archived",
- "suggestedRetailPriceInCents": 987,
+ "suggestedRetailPriceInCents": 123,
"superquizEnabled": false,
- "syllabusTitlesEnabled": true,
- "taxCategory": "4",
- "taxable": true,
- "termsBlock": "4",
+ "syllabusTitlesEnabled": false,
+ "taxCategory": 4,
+ "taxable": false,
+ "termsBlock": 4,
"title": "xyz789",
"topicGroup": TopicGroup,
- "topicGroupId": 4,
+ "topicGroupId": "4",
"updatedAt": "2007-12-03",
"waitlistActive": false,
- "waitlistCount": 987,
- "waitlistingEnabled": true,
+ "waitlistCount": 123,
+ "waitlistingEnabled": false,
"waitlistingTriggered": true,
"webinarDates": [DateRange],
"webinarDetails": WebinarBlock,
- "webinarId": "abc123",
- "webinarTimeZone": "abc123",
- "workbookEnabled": true
+ "webinarId": "xyz789",
+ "webinarTimeZone": "xyz789",
+ "workbookEnabled": false
}
}
}
@@ -2907,7 +2911,7 @@ Response
{
"data": {
"CourseGroupBySlug": {
- "allowRescheduling": true,
+ "allowRescheduling": false,
"archived": true,
"asset": "xyz789",
"authors": ["xyz789"],
@@ -2917,36 +2921,36 @@ Response
"createdAt": "2007-12-03",
"currentUserMayReschedule": true,
"customFields": {},
- "description": "abc123",
- "detailAsset": "abc123",
+ "description": "xyz789",
+ "detailAsset": "xyz789",
"displayBundle": DisplayBundle,
"displayCourse": Course,
"externalDetailUrl": "abc123",
"externalPurchaseUrl": "abc123",
"hasParentCourseGroup": false,
- "id": 4,
- "isbn": "xyz789",
+ "id": "4",
+ "isbn": "abc123",
"kind": "article",
"language": "abc123",
"layout": Layout,
- "metaDescription": "abc123",
- "metaTitle": "abc123",
+ "metaDescription": "xyz789",
+ "metaTitle": "xyz789",
"ownedByActiveScope": true,
- "rating": 123,
+ "rating": 987,
"relatedCourseGroups": [CourseGroup],
- "relatedQuery": "xyz789",
- "relatedQueryLimit": 987,
- "relatedQuerySignature": "abc123",
+ "relatedQuery": "abc123",
+ "relatedQueryLimit": 123,
+ "relatedQuerySignature": "xyz789",
"relatedQuerySort": "abc123",
- "relatedShowDescription": false,
- "relatedShowImageAsset": true,
+ "relatedShowDescription": true,
+ "relatedShowImageAsset": false,
"ribbon": Slug,
"slug": Slug,
- "source": "xyz789",
+ "source": "abc123",
"tabs": [CourseTab],
"tags": [Tag],
- "title": "abc123",
- "videoAsset": "xyz789"
+ "title": "xyz789",
+ "videoAsset": "abc123"
}
}
}
@@ -3330,10 +3334,10 @@ Response
{
"data": {
"CurrentUser": {
- "abbreviatedName": "xyz789",
- "accessedFlows": ["xyz789"],
+ "abbreviatedName": "abc123",
+ "accessedFlows": ["abc123"],
"activeLicense": License,
- "address1": "xyz789",
+ "address1": "abc123",
"address2": "xyz789",
"adminClients": [Client],
"allocatedLearningPaths": [AllocatedLearningPath],
@@ -3343,53 +3347,53 @@ Response
"availableCoursesCount": 123,
"balance": 123.45,
"bio": "abc123",
- "certificatesCount": 987,
- "city": "abc123",
+ "certificatesCount": 123,
+ "city": "xyz789",
"client": "client-1",
"clientId": "client-1",
"collaborationsCount": 123,
- "completedCoursesCount": 123,
- "country": "abc123",
+ "completedCoursesCount": 987,
+ "country": "xyz789",
"createdAt": "2007-12-03",
"customFields": {},
- "disabled": false,
- "email": "abc123",
+ "disabled": true,
+ "email": "xyz789",
"externalCustomerId": "4",
"firstName": "xyz789",
"id": 4,
"invitedByName": "xyz789",
"lang": "abc123",
"lastActiveAt": "2007-12-03",
- "lastInitial": "xyz789",
- "lastName": "xyz789",
+ "lastInitial": "abc123",
+ "lastName": "abc123",
"learnerUserId": "4",
"managerUserId": 4,
- "mustVerifyEmail": true,
- "name": "xyz789",
+ "mustVerifyEmail": false,
+ "name": "abc123",
"purchasedBundles": [PurchasedBundle],
"purchasedCourses": [PurchasedCourse],
"recommendedSlugs": [UserRecommendedSlug],
"recommendedTags": [UserRecommendedTag],
"ref1": "abc123",
- "ref2": "abc123",
+ "ref2": "xyz789",
"ref3": "abc123",
- "ref4": "xyz789",
- "ref5": "xyz789",
- "ref6": "xyz789",
- "ref7": "abc123",
+ "ref4": "abc123",
+ "ref5": "abc123",
+ "ref6": "abc123",
+ "ref7": "xyz789",
"ref8": "xyz789",
- "ref9": "xyz789",
+ "ref9": "abc123",
"ref10": "abc123",
"roleKey": "xyz789",
- "sfAccountId": "4",
- "sfContactId": "4",
+ "sfAccountId": 4,
+ "sfContactId": 4,
"shippingName": "abc123",
- "shouldHighlight": false,
+ "shouldHighlight": true,
"startedCoursesCount": 987,
"state": "abc123",
- "stripeCustomerId": 4,
- "telephone": "abc123",
- "twoFactorEnabled": false,
+ "stripeCustomerId": "4",
+ "telephone": "xyz789",
+ "twoFactorEnabled": true,
"updatedAt": "2007-12-03",
"waitlistedCourses": [WaitlistedCourse],
"zipCode": "abc123"
@@ -3687,7 +3691,7 @@ Response
"data": {
"CurrentUserLearningPathMilestoneCompletionsBySlug": [
{
- "id": 4,
+ "id": "4",
"learningPath": "learning-path-1",
"milestone": Milestone,
"source": "xyz789",
@@ -3913,7 +3917,7 @@ Query
Variables
- {"clientId": 4, "courseId": 4}
+ {"clientId": "4", "courseId": 4}
@@ -3927,11 +3931,11 @@ Response
{
"course": "course-1",
"createdAt": "2007-12-03",
- "id": 4,
+ "id": "4",
"isGeneral": true,
"label": "xyz789",
- "sectionId": 4,
- "threadsCount": 987,
+ "sectionId": "4",
+ "threadsCount": 123,
"updatedAt": "2007-12-03"
}
]
@@ -4533,75 +4537,75 @@ Response
{
"data": {
"LearningPathBySlug": {
- "accessDays": 123,
- "alternativePricingRef": 987,
+ "accessDays": 987,
+ "alternativePricingRef": 123,
"alternativePricingType": "membership",
"asset": "http://www.test.com/",
- "authoringClient": "4",
- "authors": ["xyz789"],
- "availabilityStatus": "abc123",
- "bulkPurchasingEnabled": true,
+ "authoringClient": 4,
+ "authors": ["abc123"],
+ "availabilityStatus": "xyz789",
+ "bulkPurchasingEnabled": false,
"client": "client-1",
"confirmationHtml": "abc123",
"contentType": "xyz789",
"createdAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
- "currentUserEarnedCertificate": true,
+ "currentUserEarnedCertificate": false,
"currentUserPendingCertificate": true,
"currentUserStartActionDate": "2007-12-03",
"customFields": {},
"detailAsset": "http://www.test.com/",
"dueDate": "2007-12-03",
- "dueDateDays": 123,
+ "dueDateDays": 987,
"endDate": "2007-12-03",
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
- "externalDetailUrl": "xyz789",
- "freeWithRegistration": false,
+ "externalDetailUrl": "abc123",
+ "freeWithRegistration": true,
"fulfillmentCenter": FulfillmentCenter,
"futurePublishDate": "2007-12-03",
"hasMultipleCurrencies": false,
"heroAsset": "http://www.test.com/",
"id": "4",
- "isPayAsYouGo": false,
- "kind": "abc123",
- "language": "xyz789",
- "lastTierPriceInCents": 123,
+ "isPayAsYouGo": true,
+ "kind": "xyz789",
+ "language": "abc123",
+ "lastTierPriceInCents": 987,
"layout": Layout,
"layoutId": 4,
"learnerLayout": Layout,
- "learnerLayoutId": "4",
- "longDescription": "xyz789",
+ "learnerLayoutId": 4,
+ "longDescription": "abc123",
"metaDescription": "xyz789",
"metaTitle": "xyz789",
"milestones": [Milestone],
- "name": "xyz789",
+ "name": "abc123",
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
- "priceInCents": 123,
+ "priceInCents": 987,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
"purchasable": true,
- "relatedQuery": "xyz789",
- "relatedQuerySignature": "abc123",
- "resourceType": "abc123",
+ "relatedQuery": "abc123",
+ "relatedQuerySignature": "xyz789",
+ "resourceType": "xyz789",
"ribbon": Ribbon,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
- "seatsLimit": 987,
- "shortDescription": "abc123",
- "sku": "xyz789",
+ "seatsLimit": 123,
+ "shortDescription": "xyz789",
+ "sku": "abc123",
"slug": Slug,
- "source": "xyz789",
+ "source": "abc123",
"startDate": "2007-12-03",
"status": "archived",
"suggestedRetailPriceInCents": 123,
"tabs": LearningPathTabs,
"tags": [Tag],
- "taxCategory": "4",
+ "taxCategory": 4,
"taxable": false,
"updatedAt": "2007-12-03",
- "videoAsset": 4
+ "videoAsset": "4"
}
}
}
@@ -4697,7 +4701,7 @@ Response
{
"awardType": AwardType,
"resource": Course,
- "resourceId": 4,
+ "resourceId": "4",
"total": 987.65
}
]
@@ -5161,8 +5165,8 @@ Variables
{
"assessmentAttemptId": 4,
- "courseId": 4,
- "id": 4,
+ "courseId": "4",
+ "id": "4",
"instructorAssessmentUserId": 4,
"linkedWorkbookId": 4,
"shouldShuffleAndSubset": true,
@@ -5188,20 +5192,20 @@ Response
"courseId": "course-1",
"createdAt": "2007-12-03",
"forgiven": true,
- "grade": 987,
- "id": "4",
+ "grade": 123,
+ "id": 4,
"linkedWorkbook": 4,
"originalGrade": 987,
"passed": true,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
- "questionsWithChoicesCount": 987,
+ "questionsWithChoicesCount": 123,
"status": "finished",
- "timeElapsedInSeconds": 123,
+ "timeElapsedInSeconds": 987,
"topic": Topic,
"topicId": "4",
"topicType": "ad",
- "unansweredQuestionsCount": 123,
+ "unansweredQuestionsCount": 987,
"updatedAt": "2007-12-03",
"user": User
}
@@ -5380,10 +5384,10 @@ Variables
{
- "courseId": 4,
+ "courseId": "4",
"endDate": "2007-12-03",
"page": 123,
- "perPage": 987,
+ "perPage": 123,
"startDate": "2007-12-03",
"userId": "4"
}
@@ -5803,7 +5807,7 @@ Query
Variables
- {"courseId": 4, "topicId": "4"}
+ {"courseId": 4, "topicId": 4}
@@ -5816,29 +5820,29 @@ Response
"LoadAssessmentAttemptsByTopicOrCourse": [
{
"adminUpdatedGrade": false,
- "answeredQuestionsCount": 123,
+ "answeredQuestionsCount": 987,
"answers": [AssessmentAnswer],
"assessment": Assessment,
- "assignmentSubmissionId": "4",
- "correctQuestionsCount": 123,
+ "assignmentSubmissionId": 4,
+ "correctQuestionsCount": 987,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
- "forgiven": false,
+ "forgiven": true,
"grade": 987,
- "id": "4",
- "linkedWorkbook": "4",
+ "id": 4,
+ "linkedWorkbook": 4,
"originalGrade": 123,
"passed": true,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
- "questionsWithChoicesCount": 987,
+ "questionsWithChoicesCount": 123,
"status": "finished",
"timeElapsedInSeconds": 987,
"topic": Topic,
- "topicId": 4,
+ "topicId": "4",
"topicType": "ad",
- "unansweredQuestionsCount": 987,
+ "unansweredQuestionsCount": 123,
"updatedAt": "2007-12-03",
"user": User
}
@@ -6006,7 +6010,7 @@ Variables
{
"courseId": 4,
- "includeCorrectAnswers": true,
+ "includeCorrectAnswers": false,
"quizzes": ["4"]
}
@@ -6023,7 +6027,7 @@ Response
"navigationDisabled": false,
"questionSkipEnabled": false,
"questions": [QuizQuestion],
- "quizzes": ["4"],
+ "quizzes": [4],
"timePerQuestionInSeconds": 123,
"timerEnabled": false,
"totalTimeInSeconds": 123
@@ -6125,6 +6129,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -6303,7 +6308,7 @@ Query
Variables
- {"id": "4"}
+ {"id": 4}
@@ -6470,7 +6475,7 @@ Query
Variables
- {"courseId": "4"}
+ {"courseId": 4}
@@ -6572,6 +6577,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -6635,7 +6641,7 @@ Query
Variables
- {"ids": [4]}
+ {"ids": ["4"]}
@@ -6648,13 +6654,13 @@ Response
"QueryContents": [
{
"acceptBadgeUrl": "abc123",
- "altDescriptionBody": "abc123",
- "alternativePricingRef": 987,
+ "altDescriptionBody": "xyz789",
+ "alternativePricingRef": 123,
"alternativePricingType": "membership",
- "asset": "abc123",
- "authors": ["xyz789"],
- "authorsAndInstructors": ["abc123"],
- "availabilityStatus": "abc123",
+ "asset": "xyz789",
+ "authors": ["abc123"],
+ "authorsAndInstructors": ["xyz789"],
+ "availabilityStatus": "xyz789",
"badgeName": "xyz789",
"badgeUrl": "abc123",
"bulkPurchasingEnabled": false,
@@ -6662,7 +6668,7 @@ Response
"contentTypeAssetAspectRatio": "xyz789",
"contentTypeLabel": "xyz789",
"courseEndDate": "2007-12-03",
- "courseGracePeriodEnded": false,
+ "courseGracePeriodEnded": true,
"courseGroup": "courseGroup-1",
"coursePresold": false,
"courseStartDate": "2007-12-03",
@@ -6671,23 +6677,22 @@ Response
"currentUserDueDate": "2007-12-03",
"currentUserMayReschedule": false,
"currentUserUnmetCoursePrerequisites": [4],
- "currentUserUnmetLearningPathPrerequisites": [
- "4"
- ],
+ "currentUserUnmetLearningPathPrerequisites": [4],
"customFields": {},
"description": "abc123",
- "displayCourse": 4,
+ "displayCourse": "4",
"displayCourseSlug": Slug,
"displayDate": "2007-12-03",
"embeddedEnabled": true,
- "enrollmentCount": 987,
+ "enrollmentCount": 123,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"expiresAt": "2007-12-03",
- "hasChildren": false,
+ "freeWithRegistration": false,
+ "hasChildren": true,
"hideCourseDescription": true,
- "id": "4",
- "imageUrl": "xyz789",
+ "id": 4,
+ "imageUrl": "abc123",
"isActive": true,
"issuedAt": "2007-12-03",
"kind": "article",
@@ -6698,24 +6703,24 @@ Response
"metaTitle": "xyz789",
"priceInCents": 123,
"publishDate": "2007-12-03",
- "rating": 987,
+ "rating": 123,
"ribbon": Ribbon,
- "seatsLimit": 987,
+ "seatsLimit": 123,
"sessionTitle": "abc123",
- "sku": "abc123",
+ "sku": "xyz789",
"slug": Slug,
"source": "xyz789",
"state": "abc123",
"status": "archived",
"suggestedRetailPriceInCents": 123,
"tags": [Tag],
- "timeZone": "abc123",
+ "timeZone": "xyz789",
"title": "abc123",
"updatedAt": "2007-12-03",
"url": AbsoluteOrRelativeURL,
"waitlistCount": 987,
"waitlistingEnabled": true,
- "waitlistingTriggered": false
+ "waitlistingTriggered": true
}
]
}
@@ -6821,7 +6826,10 @@ Query
Variables
- {"courseIds": [4], "productIds": ["4"]}
+ {
+ "courseIds": ["4"],
+ "productIds": ["4"]
+}
@@ -6833,14 +6841,14 @@ Response
"data": {
"RelatedProducts": [
{
- "alternativePricingRef": 987,
+ "alternativePricingRef": 123,
"alternativePricingType": "membership",
"asset": "http://www.test.com/",
- "id": 4,
- "language": "xyz789",
- "longDescription": "abc123",
- "name": "abc123",
- "priceInCents": 123,
+ "id": "4",
+ "language": "abc123",
+ "longDescription": "xyz789",
+ "name": "xyz789",
+ "priceInCents": 987,
"purchasable": false,
"relatedProducts": [Product],
"status": "archived",
@@ -6929,14 +6937,14 @@ Response
"data": {
"RssItems": [
{
- "author": "xyz789",
+ "author": "abc123",
"categories": ["xyz789"],
"date": "2007-12-03",
- "description": "xyz789",
- "id": "4",
- "imageAltTitle": "abc123",
- "imageUrl": "xyz789",
- "link": "xyz789",
+ "description": "abc123",
+ "id": 4,
+ "imageAltTitle": "xyz789",
+ "imageUrl": "abc123",
+ "link": "abc123",
"title": "abc123"
}
]
@@ -7044,7 +7052,11 @@ Query
Variables
- {"isPreview": true, "topicOrCourseId": 4, "type": "course"}
+ {
+ "isPreview": true,
+ "topicOrCourseId": "4",
+ "type": "course"
+}
@@ -7055,15 +7067,15 @@ Response
{
"data": {
"RusticiLaunchScorm": {
- "courseTitle": "xyz789",
- "fullscreenEmbed": true,
- "height": 987,
- "isRusticiCourse": true,
+ "courseTitle": "abc123",
+ "fullscreenEmbed": false,
+ "height": 123,
+ "isRusticiCourse": false,
"registrationCheckerEndpoint": "http://www.test.com/",
- "registrationCheckerJWT": "xyz789",
- "registrationId": "4",
+ "registrationCheckerJWT": "abc123",
+ "registrationId": 4,
"url": AbsoluteOrRelativeURL,
- "width": 123
+ "width": 987
}
}
}
@@ -7230,10 +7242,10 @@ Variables
{
"clientId": 4,
"page": 123,
- "perPage": 987,
+ "perPage": 123,
"query": "xyz789",
- "sort": "xyz789",
- "widgetForumId": 4
+ "sort": "abc123",
+ "widgetForumId": "4"
}
@@ -7292,7 +7304,7 @@ Response
{
"data": {
"TermsAndConditions": {
- "globalTerms": "xyz789"
+ "globalTerms": "abc123"
}
}
}
@@ -7726,12 +7738,7 @@ Query
Variables
- {
- "clientId": "4",
- "commentableType": "assignment",
- "forumId": 4,
- "id": "4"
-}
+ {"clientId": 4, "commentableType": "assignment", "forumId": 4, "id": 4}
@@ -7743,22 +7750,22 @@ Response
"data": {
"ThreadById": {
"asset": "http://www.test.com/",
- "assetFileName": "abc123",
+ "assetFileName": "xyz789",
"body": "abc123",
- "bookmark": 4,
+ "bookmark": "4",
"client": "client-1",
"commentsCount": 987,
"course": "course-1",
"createdAt": "2007-12-03",
"forum": Forum,
- "forumId": "4",
- "id": 4,
+ "forumId": 4,
+ "id": "4",
"matchCount": 987,
"notificationsEnabled": false,
"title": "abc123",
"updatedAt": "2007-12-03",
"user": User,
- "videoAsset": "4"
+ "videoAsset": 4
}
}
}
@@ -7925,10 +7932,10 @@ Variables
{
"clientId": 4,
"commentableType": "assignment",
- "courseId": 4,
+ "courseId": "4",
"forumId": 4,
"page": 123,
- "perPage": 987
+ "perPage": 123
}
@@ -8032,13 +8039,13 @@ Response
{
"archivedAt": "2007-12-03",
"company": Company,
- "id": 4,
- "name": "xyz789",
+ "id": "4",
+ "name": "abc123",
"reinstatable": true,
- "resource": "4",
- "resourceType": "abc123",
- "status": "xyz789",
- "user": 4,
+ "resource": 4,
+ "resourceType": "xyz789",
+ "status": "abc123",
+ "user": "4",
"waitlistActive": false
}
]
@@ -8207,11 +8214,11 @@ Response
{
"bookmarkCount": 123,
"bookmarks": [Bookmark],
- "defaultFolder": false,
- "deleted": true,
- "externalResourceId": "4",
+ "defaultFolder": true,
+ "deleted": false,
+ "externalResourceId": 4,
"id": 4,
- "name": "xyz789",
+ "name": "abc123",
"user": User
}
]
@@ -8530,7 +8537,7 @@ Query
Variables
- {"id": "4"}
+ {"id": 4}
@@ -8545,11 +8552,11 @@ Response
"bookmarkFolder": BookmarkFolder,
"course": "course-1",
"createdAt": "2007-12-03",
- "deleted": false,
- "id": 4,
- "note": "xyz789",
+ "deleted": true,
+ "id": "4",
+ "note": "abc123",
"topic": Topic,
- "topicId": "4",
+ "topicId": 4,
"user": User
}
]
@@ -8652,11 +8659,11 @@ Response
"dateFormat": "euroShort",
"hasIdentifierPrefix": true,
"id": 4,
- "identifierBodyLength": 123,
+ "identifierBodyLength": 987,
"identifierPrefix": "xyz789",
"includeOnExternalCertificate": false,
- "includeOnTranscript": false,
- "label": "abc123",
+ "includeOnTranscript": true,
+ "label": "xyz789",
"sessionCustomContentFieldSlug": Slug,
"text": "abc123",
"type": "awardLabel",
@@ -8802,6 +8809,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -8956,7 +8964,7 @@ Variables
{
- "includeExpiredCertificates": true,
+ "includeExpiredCertificates": false,
"query": "abc123"
}
@@ -8972,14 +8980,14 @@ Response
{
"certificateTemplate": CertificateTemplate,
"contentItem": Content,
- "deleted": false,
+ "deleted": true,
"didExpire": false,
"expirationDate": "2007-12-03",
"externalResourceTitle": "xyz789",
"id": 4,
"identifier": "abc123",
"isExpired": false,
- "isExternal": false,
+ "isExternal": true,
"issuedAt": "2007-12-03",
"pdfAsset": AbsoluteOrRelativeURL,
"progressWasReset": false,
@@ -8987,7 +8995,7 @@ Response
"resource": Course,
"resourceId": 4,
"resourceType": "course",
- "resourceTypeLabel": "abc123",
+ "resourceTypeLabel": "xyz789",
"source": "abc123",
"url": AbsoluteOrRelativeURL,
"user": User
@@ -9081,7 +9089,7 @@ Variables
{
"includeExpiredCertificates": false,
- "query": "xyz789"
+ "query": "abc123"
}
@@ -9092,7 +9100,7 @@ Response
{
"data": {
- "UserContentGroups": [{"count": 987, "kind": "archivedContentItems"}]
+ "UserContentGroups": [{"count": 123, "kind": "archivedContentItems"}]
}
}
@@ -9225,6 +9233,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -9306,74 +9315,75 @@ Response
"UserContentItems": [
{
"acceptBadgeUrl": "abc123",
- "altDescriptionBody": "abc123",
+ "altDescriptionBody": "xyz789",
"alternativePricingRef": 987,
"alternativePricingType": "membership",
- "asset": "xyz789",
- "authors": ["abc123"],
+ "asset": "abc123",
+ "authors": ["xyz789"],
"authorsAndInstructors": ["abc123"],
- "availabilityStatus": "abc123",
- "badgeName": "abc123",
+ "availabilityStatus": "xyz789",
+ "badgeName": "xyz789",
"badgeUrl": "xyz789",
"bulkPurchasingEnabled": false,
- "canAddToQueue": true,
+ "canAddToQueue": false,
"contentTypeAssetAspectRatio": "xyz789",
- "contentTypeLabel": "abc123",
+ "contentTypeLabel": "xyz789",
"courseEndDate": "2007-12-03",
"courseGracePeriodEnded": false,
"courseGroup": "courseGroup-1",
- "coursePresold": true,
+ "coursePresold": false,
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"credlyBadgeExpiresAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
"currentUserMayReschedule": true,
- "currentUserUnmetCoursePrerequisites": [4],
- "currentUserUnmetLearningPathPrerequisites": [
+ "currentUserUnmetCoursePrerequisites": [
"4"
],
+ "currentUserUnmetLearningPathPrerequisites": [4],
"customFields": {},
"description": "abc123",
- "displayCourse": "4",
+ "displayCourse": 4,
"displayCourseSlug": Slug,
"displayDate": "2007-12-03",
- "embeddedEnabled": true,
- "enrollmentCount": 987,
+ "embeddedEnabled": false,
+ "enrollmentCount": 123,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"expiresAt": "2007-12-03",
+ "freeWithRegistration": true,
"hasChildren": true,
- "hideCourseDescription": false,
- "id": 4,
- "imageUrl": "xyz789",
+ "hideCourseDescription": true,
+ "id": "4",
+ "imageUrl": "abc123",
"isActive": false,
"issuedAt": "2007-12-03",
"kind": "article",
"language": "abc123",
"location": Location,
"meetingStartDate": "2007-12-03",
- "metaDescription": "abc123",
- "metaTitle": "xyz789",
+ "metaDescription": "xyz789",
+ "metaTitle": "abc123",
"priceInCents": 123,
"publishDate": "2007-12-03",
"rating": 987,
"ribbon": Ribbon,
"seatsLimit": 123,
"sessionTitle": "abc123",
- "sku": "xyz789",
+ "sku": "abc123",
"slug": Slug,
- "source": "xyz789",
- "state": "abc123",
+ "source": "abc123",
+ "state": "xyz789",
"status": "archived",
- "suggestedRetailPriceInCents": 123,
+ "suggestedRetailPriceInCents": 987,
"tags": [Tag],
- "timeZone": "xyz789",
- "title": "xyz789",
+ "timeZone": "abc123",
+ "title": "abc123",
"updatedAt": "2007-12-03",
"url": AbsoluteOrRelativeURL,
"waitlistCount": 123,
- "waitlistingEnabled": false,
- "waitlistingTriggered": false
+ "waitlistingEnabled": true,
+ "waitlistingTriggered": true
}
]
}
@@ -9615,7 +9625,7 @@ Query
Variables
- {"id": 4}
+ {"id": "4"}
@@ -9627,7 +9637,7 @@ Response
"data": {
"UserCourseCompletionProgress": [
{
- "completed": ["4"],
+ "completed": [4],
"percent": 123,
"required": ["4"],
"type": "articlePercentViewed"
@@ -9705,7 +9715,7 @@ Query
Variables
- {"id": "4"}
+ {"id": 4}
@@ -9716,8 +9726,8 @@ Response
{
"data": {
"UserCourseProgress": {
- "percentComplete": 123,
- "totalTime": 987,
+ "percentComplete": 987,
+ "totalTime": 123,
"totalViews": 987
}
}
@@ -9888,6 +9898,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -9951,7 +9962,7 @@ Query
Variables
- {"limit": 987}
+ {"limit": 123}
@@ -9963,38 +9974,34 @@ Response
"data": {
"UserRecentContent": [
{
- "acceptBadgeUrl": "abc123",
+ "acceptBadgeUrl": "xyz789",
"altDescriptionBody": "xyz789",
- "alternativePricingRef": 123,
+ "alternativePricingRef": 987,
"alternativePricingType": "membership",
"asset": "xyz789",
- "authors": ["abc123"],
- "authorsAndInstructors": ["abc123"],
+ "authors": ["xyz789"],
+ "authorsAndInstructors": ["xyz789"],
"availabilityStatus": "xyz789",
- "badgeName": "abc123",
- "badgeUrl": "xyz789",
- "bulkPurchasingEnabled": false,
+ "badgeName": "xyz789",
+ "badgeUrl": "abc123",
+ "bulkPurchasingEnabled": true,
"canAddToQueue": true,
- "contentTypeAssetAspectRatio": "abc123",
- "contentTypeLabel": "xyz789",
+ "contentTypeAssetAspectRatio": "xyz789",
+ "contentTypeLabel": "abc123",
"courseEndDate": "2007-12-03",
- "courseGracePeriodEnded": true,
+ "courseGracePeriodEnded": false,
"courseGroup": "courseGroup-1",
- "coursePresold": true,
+ "coursePresold": false,
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"credlyBadgeExpiresAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
- "currentUserMayReschedule": false,
- "currentUserUnmetCoursePrerequisites": [
- "4"
- ],
- "currentUserUnmetLearningPathPrerequisites": [
- "4"
- ],
+ "currentUserMayReschedule": true,
+ "currentUserUnmetCoursePrerequisites": [4],
+ "currentUserUnmetLearningPathPrerequisites": [4],
"customFields": {},
"description": "abc123",
- "displayCourse": "4",
+ "displayCourse": 4,
"displayCourseSlug": Slug,
"displayDate": "2007-12-03",
"embeddedEnabled": true,
@@ -10002,38 +10009,39 @@ Response
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"expiresAt": "2007-12-03",
- "hasChildren": true,
+ "freeWithRegistration": true,
+ "hasChildren": false,
"hideCourseDescription": false,
"id": "4",
"imageUrl": "abc123",
"isActive": false,
"issuedAt": "2007-12-03",
"kind": "article",
- "language": "xyz789",
+ "language": "abc123",
"location": Location,
"meetingStartDate": "2007-12-03",
- "metaDescription": "abc123",
- "metaTitle": "abc123",
- "priceInCents": 987,
+ "metaDescription": "xyz789",
+ "metaTitle": "xyz789",
+ "priceInCents": 123,
"publishDate": "2007-12-03",
- "rating": 987,
+ "rating": 123,
"ribbon": Ribbon,
- "seatsLimit": 987,
- "sessionTitle": "abc123",
+ "seatsLimit": 123,
+ "sessionTitle": "xyz789",
"sku": "abc123",
"slug": Slug,
"source": "xyz789",
- "state": "xyz789",
+ "state": "abc123",
"status": "archived",
- "suggestedRetailPriceInCents": 987,
+ "suggestedRetailPriceInCents": 123,
"tags": [Tag],
"timeZone": "xyz789",
- "title": "abc123",
+ "title": "xyz789",
"updatedAt": "2007-12-03",
"url": AbsoluteOrRelativeURL,
- "waitlistCount": 123,
- "waitlistingEnabled": false,
- "waitlistingTriggered": false
+ "waitlistCount": 987,
+ "waitlistingEnabled": true,
+ "waitlistingTriggered": true
}
]
}
@@ -10109,6 +10117,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -10177,64 +10186,67 @@ Response
"UserWaitlist": [
{
"acceptBadgeUrl": "abc123",
- "altDescriptionBody": "abc123",
- "alternativePricingRef": 123,
+ "altDescriptionBody": "xyz789",
+ "alternativePricingRef": 987,
"alternativePricingType": "membership",
"asset": "xyz789",
- "authors": ["xyz789"],
- "authorsAndInstructors": ["xyz789"],
+ "authors": ["abc123"],
+ "authorsAndInstructors": ["abc123"],
"availabilityStatus": "xyz789",
"badgeName": "xyz789",
- "badgeUrl": "abc123",
+ "badgeUrl": "xyz789",
"bulkPurchasingEnabled": true,
- "canAddToQueue": true,
+ "canAddToQueue": false,
"contentTypeAssetAspectRatio": "xyz789",
- "contentTypeLabel": "abc123",
+ "contentTypeLabel": "xyz789",
"courseEndDate": "2007-12-03",
- "courseGracePeriodEnded": false,
+ "courseGracePeriodEnded": true,
"courseGroup": "courseGroup-1",
- "coursePresold": false,
+ "coursePresold": true,
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"credlyBadgeExpiresAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
- "currentUserMayReschedule": false,
- "currentUserUnmetCoursePrerequisites": [4],
+ "currentUserMayReschedule": true,
+ "currentUserUnmetCoursePrerequisites": [
+ "4"
+ ],
"currentUserUnmetLearningPathPrerequisites": [4],
"customFields": {},
"description": "abc123",
- "displayCourse": "4",
+ "displayCourse": 4,
"displayCourseSlug": Slug,
"displayDate": "2007-12-03",
- "embeddedEnabled": false,
+ "embeddedEnabled": true,
"enrollmentCount": 987,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"expiresAt": "2007-12-03",
- "hasChildren": true,
+ "freeWithRegistration": true,
+ "hasChildren": false,
"hideCourseDescription": true,
- "id": 4,
- "imageUrl": "abc123",
- "isActive": false,
+ "id": "4",
+ "imageUrl": "xyz789",
+ "isActive": true,
"issuedAt": "2007-12-03",
"kind": "article",
- "language": "abc123",
+ "language": "xyz789",
"location": Location,
"meetingStartDate": "2007-12-03",
"metaDescription": "abc123",
"metaTitle": "xyz789",
- "priceInCents": 123,
+ "priceInCents": 987,
"publishDate": "2007-12-03",
"rating": 123,
"ribbon": Ribbon,
- "seatsLimit": 123,
+ "seatsLimit": 987,
"sessionTitle": "xyz789",
- "sku": "abc123",
+ "sku": "xyz789",
"slug": Slug,
- "source": "xyz789",
- "state": "xyz789",
+ "source": "abc123",
+ "state": "abc123",
"status": "archived",
- "suggestedRetailPriceInCents": 123,
+ "suggestedRetailPriceInCents": 987,
"tags": [Tag],
"timeZone": "abc123",
"title": "abc123",
@@ -10242,7 +10254,7 @@ Response
"url": AbsoluteOrRelativeURL,
"waitlistCount": 123,
"waitlistingEnabled": true,
- "waitlistingTriggered": true
+ "waitlistingTriggered": false
}
]
}
@@ -10484,7 +10496,7 @@ Variables
Response
- {"data": {"ArchiveUserLearningPath": "4"}}
+ {"data": {"ArchiveUserLearningPath": 4}}
@@ -10898,7 +10910,7 @@ Variables
{
- "courseId": "4",
+ "courseId": 4,
"questions": [QuestionInput],
"topicId": "4"
}
@@ -10912,30 +10924,30 @@ Response
{
"data": {
"CreateAssessmentAttempt": {
- "adminUpdatedGrade": false,
- "answeredQuestionsCount": 987,
+ "adminUpdatedGrade": true,
+ "answeredQuestionsCount": 123,
"answers": [AssessmentAnswer],
"assessment": Assessment,
- "assignmentSubmissionId": 4,
+ "assignmentSubmissionId": "4",
"correctQuestionsCount": 123,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
- "forgiven": true,
- "grade": 123,
+ "forgiven": false,
+ "grade": 987,
"id": "4",
- "linkedWorkbook": "4",
+ "linkedWorkbook": 4,
"originalGrade": 987,
"passed": false,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
- "questionsWithChoicesCount": 123,
+ "questionsWithChoicesCount": 987,
"status": "finished",
- "timeElapsedInSeconds": 123,
+ "timeElapsedInSeconds": 987,
"topic": Topic,
- "topicId": 4,
+ "topicId": "4",
"topicType": "ad",
- "unansweredQuestionsCount": 987,
+ "unansweredQuestionsCount": 123,
"updatedAt": "2007-12-03",
"user": User
}
@@ -11061,6 +11073,7 @@ Query
adminUpdatedGrade
asset
assignment {
+ description
id
title
}
@@ -11337,11 +11350,11 @@ Variables
{
- "asset": "abc123",
+ "asset": "xyz789",
"assignment": "4",
- "body": "abc123",
- "course": "4",
- "quizAttempt": "4",
+ "body": "xyz789",
+ "course": 4,
+ "quizAttempt": 4,
"videoAsset": "xyz789"
}
@@ -11354,18 +11367,18 @@ Response
{
"data": {
"CreateAssignmentSubmission": {
- "adminUpdatedGrade": true,
+ "adminUpdatedGrade": false,
"asset": "http://www.test.com/",
"assignment": Assignment,
- "body": "xyz789",
- "commentsCount": 987,
+ "body": "abc123",
+ "commentsCount": 123,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
"grade": "completed",
"gradeFeedback": "xyz789",
- "id": "4",
- "numericGrade": 987.65,
+ "id": 4,
+ "numericGrade": 123.45,
"quizAttempt": AssessmentAttempt,
"updatedAt": "2007-12-03",
"user": User,
@@ -11509,6 +11522,7 @@ Query
enrollmentEndDate
enrollmentStartDate
expiresAt
+ freeWithRegistration
hasChildren
hideCourseDescription
id
@@ -11678,17 +11692,17 @@ Response
"CreateCertificateFromUpload": {
"certificateTemplate": CertificateTemplate,
"contentItem": Content,
- "deleted": true,
+ "deleted": false,
"didExpire": false,
"expirationDate": "2007-12-03",
"externalResourceTitle": "abc123",
- "id": 4,
- "identifier": "abc123",
- "isExpired": true,
+ "id": "4",
+ "identifier": "xyz789",
+ "isExpired": false,
"isExternal": false,
"issuedAt": "2007-12-03",
"pdfAsset": AbsoluteOrRelativeURL,
- "progressWasReset": false,
+ "progressWasReset": true,
"recertificationDate": "2007-12-03",
"resource": Course,
"resourceId": 4,
@@ -11996,11 +12010,11 @@ Variables
"assetFileName": "abc123",
"body": "abc123",
"clientId": 4,
- "commentableId": "4",
+ "commentableId": 4,
"commentableType": "assignment",
"notificationsEnabled": false,
"parentId": 4,
- "videoAsset": 4
+ "videoAsset": "4"
}
@@ -12013,11 +12027,11 @@ Response
"data": {
"CreateComment": {
"asset": "http://www.test.com/",
- "assetFileName": "abc123",
- "body": "abc123",
+ "assetFileName": "xyz789",
+ "body": "xyz789",
"childComments": CommentsList,
"commentable": Thread,
- "commentableId": 4,
+ "commentableId": "4",
"commentableType": "assignment",
"createdAt": "2007-12-03",
"id": 4,
@@ -12135,10 +12149,10 @@ Variables
{
- "clientId": 4,
- "commentId": 4,
+ "clientId": "4",
+ "commentId": "4",
"commentableId": 4,
- "commentableType": "xyz789"
+ "commentableType": "abc123"
}
@@ -12752,9 +12766,9 @@ Variables
{
- "contentType": "abc123",
+ "contentType": "xyz789",
"endDate": "2007-12-03",
- "language": "xyz789",
+ "language": "abc123",
"meetings": [MeetingFields],
"startDate": "2007-12-03",
"title": "abc123"
@@ -12770,48 +12784,48 @@ Response
"data": {
"CreateInPersonEvent": {
"accessDays": 987,
- "alternativePricingRef": 123,
+ "alternativePricingRef": 987,
"alternativePricingType": "membership",
- "appearanceBlock": "4",
+ "appearanceBlock": 4,
"appearanceHash": "xyz789",
- "askLearnerPassword": true,
- "availabilityStatus": "xyz789",
+ "askLearnerPassword": false,
+ "availabilityStatus": "abc123",
"awardClaimingOptions": [CourseAwardClaimingOption],
- "balanceRequirement": 123.45,
+ "balanceRequirement": 987.65,
"bulkPurchasingEnabled": false,
- "completionTimePerPage": 123,
- "confirmationBlock": "4",
+ "completionTimePerPage": 987,
+ "confirmationBlock": 4,
"courseEndDate": "2007-12-03",
"courseGroup": "courseGroup-1",
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"currentUserHasAccess": true,
"customFields": {},
- "discussionsEnabled": false,
- "displayMap": false,
- "displayResults": false,
+ "discussionsEnabled": true,
+ "displayMap": true,
+ "displayResults": true,
"embeddedEnabled": false,
- "enrollmentActive": false,
+ "enrollmentActive": true,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
- "finalAssessment": "xyz789",
+ "finalAssessment": "abc123",
"forceLinearProgress": false,
- "freeWithRegistration": true,
- "fulfillmentCenter": 4,
+ "freeWithRegistration": false,
+ "fulfillmentCenter": "4",
"futurePublishDate": "2007-12-03",
- "galleryEnabled": false,
+ "galleryEnabled": true,
"gracePeriodEndDate": "2007-12-03",
- "hasChildren": true,
- "hasMultipleCurrencies": false,
+ "hasChildren": false,
+ "hasMultipleCurrencies": true,
"id": "4",
"inPersonEventInfo": InPersonEventInfo,
"instructorAccessEnabled": true,
"instructorAccessPriceInCents": 987,
"instructorEmails": ["xyz789"],
"isActive": false,
- "isChild": false,
+ "isChild": true,
"kind": "article",
- "lastTierPriceInCents": 987,
+ "lastTierPriceInCents": 123,
"linkedWorkbookEnabled": false,
"linkedWorkbookSkipEnabled": true,
"location": Location,
@@ -12821,47 +12835,47 @@ Response
"paywallsBlock": "4",
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
- "priceInCents": 123,
+ "priceInCents": 987,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
- "purchasable": true,
- "resourcesEnabled": true,
- "roster": true,
+ "purchasable": false,
+ "resourcesEnabled": false,
+ "roster": false,
"rosterSubmittedDate": "2007-12-03",
"sampleLesson": Lesson,
- "sampleLessonId": 4,
+ "sampleLessonId": "4",
"scormCollectUserDetails": true,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
"seatsAllocatedCount": 123,
- "seatsLimit": 987,
- "seatsLimitMet": false,
- "seatsUsedCount": 987,
+ "seatsLimit": 123,
+ "seatsLimitMet": true,
+ "seatsUsedCount": 123,
"sections": [Section],
- "sessionIsTitled": false,
+ "sessionIsTitled": true,
"showProgress": true,
"showSyllabusWhileUnenrolled": false,
"sku": "abc123",
"slug": Slug,
"status": "archived",
- "suggestedRetailPriceInCents": 123,
- "superquizEnabled": false,
+ "suggestedRetailPriceInCents": 987,
+ "superquizEnabled": true,
"syllabusTitlesEnabled": false,
"taxCategory": 4,
"taxable": true,
"termsBlock": 4,
"title": "xyz789",
"topicGroup": TopicGroup,
- "topicGroupId": 4,
+ "topicGroupId": "4",
"updatedAt": "2007-12-03",
"waitlistActive": true,
"waitlistCount": 987,
- "waitlistingEnabled": true,
+ "waitlistingEnabled": false,
"waitlistingTriggered": false,
"webinarDates": [DateRange],
"webinarDetails": WebinarBlock,
- "webinarId": "abc123",
- "webinarTimeZone": "xyz789",
+ "webinarId": "xyz789",
+ "webinarTimeZone": "abc123",
"workbookEnabled": true
}
}
@@ -13315,10 +13329,10 @@ Variables
{
"clientId": 4,
- "email": "abc123",
- "firstName": "xyz789",
- "lastName": "xyz789",
- "licenseIds": [4]
+ "email": "xyz789",
+ "firstName": "abc123",
+ "lastName": "abc123",
+ "licenseIds": ["4"]
}
@@ -13330,21 +13344,21 @@ Response
{
"data": {
"CreateLearner": {
- "abbreviatedName": "abc123",
- "accessedFlows": ["xyz789"],
+ "abbreviatedName": "xyz789",
+ "accessedFlows": ["abc123"],
"activeLicense": License,
- "address1": "abc123",
- "address2": "xyz789",
+ "address1": "xyz789",
+ "address2": "abc123",
"adminClients": [Client],
"allocatedLearningPaths": [AllocatedLearningPath],
"allocatedLicenses": [AllocatedLicense],
- "asset": "xyz789",
+ "asset": "abc123",
"attendedMeetings": [UserAttendedMeeting],
"availableCoursesCount": 123,
"balance": 987.65,
- "bio": "xyz789",
- "certificatesCount": 123,
- "city": "xyz789",
+ "bio": "abc123",
+ "certificatesCount": 987,
+ "city": "abc123",
"client": "client-1",
"clientId": "client-1",
"collaborationsCount": 123,
@@ -13353,14 +13367,14 @@ Response
"createdAt": "2007-12-03",
"customFields": {},
"disabled": true,
- "email": "xyz789",
- "externalCustomerId": 4,
- "firstName": "abc123",
+ "email": "abc123",
+ "externalCustomerId": "4",
+ "firstName": "xyz789",
"id": 4,
- "invitedByName": "abc123",
- "lang": "abc123",
+ "invitedByName": "xyz789",
+ "lang": "xyz789",
"lastActiveAt": "2007-12-03",
- "lastInitial": "abc123",
+ "lastInitial": "xyz789",
"lastName": "xyz789",
"learnerUserId": "4",
"managerUserId": "4",
@@ -13372,27 +13386,27 @@ Response
"recommendedTags": [UserRecommendedTag],
"ref1": "abc123",
"ref2": "xyz789",
- "ref3": "xyz789",
- "ref4": "xyz789",
- "ref5": "xyz789",
- "ref6": "abc123",
- "ref7": "xyz789",
- "ref8": "abc123",
- "ref9": "xyz789",
- "ref10": "abc123",
+ "ref3": "abc123",
+ "ref4": "abc123",
+ "ref5": "abc123",
+ "ref6": "xyz789",
+ "ref7": "abc123",
+ "ref8": "xyz789",
+ "ref9": "abc123",
+ "ref10": "xyz789",
"roleKey": "xyz789",
- "sfAccountId": "4",
+ "sfAccountId": 4,
"sfContactId": 4,
"shippingName": "xyz789",
"shouldHighlight": true,
- "startedCoursesCount": 123,
+ "startedCoursesCount": 987,
"state": "xyz789",
"stripeCustomerId": "4",
- "telephone": "xyz789",
- "twoFactorEnabled": false,
+ "telephone": "abc123",
+ "twoFactorEnabled": true,
"updatedAt": "2007-12-03",
"waitlistedCourses": [WaitlistedCourse],
- "zipCode": "xyz789"
+ "zipCode": "abc123"
}
}
}
@@ -13811,17 +13825,17 @@ Response
"accessedFlows": ["xyz789"],
"activeLicense": License,
"address1": "abc123",
- "address2": "xyz789",
+ "address2": "abc123",
"adminClients": [Client],
"allocatedLearningPaths": [AllocatedLearningPath],
"allocatedLicenses": [AllocatedLicense],
- "asset": "abc123",
+ "asset": "xyz789",
"attendedMeetings": [UserAttendedMeeting],
"availableCoursesCount": 987,
"balance": 123.45,
"bio": "abc123",
- "certificatesCount": 123,
- "city": "xyz789",
+ "certificatesCount": 987,
+ "city": "abc123",
"client": "client-1",
"clientId": "client-1",
"collaborationsCount": 987,
@@ -13831,41 +13845,41 @@ Response
"customFields": {},
"disabled": false,
"email": "xyz789",
- "externalCustomerId": 4,
- "firstName": "xyz789",
- "id": 4,
- "invitedByName": "xyz789",
+ "externalCustomerId": "4",
+ "firstName": "abc123",
+ "id": "4",
+ "invitedByName": "abc123",
"lang": "xyz789",
"lastActiveAt": "2007-12-03",
"lastInitial": "xyz789",
- "lastName": "abc123",
- "learnerUserId": "4",
+ "lastName": "xyz789",
+ "learnerUserId": 4,
"managerUserId": "4",
"mustVerifyEmail": true,
- "name": "xyz789",
+ "name": "abc123",
"purchasedBundles": [PurchasedBundle],
"purchasedCourses": [PurchasedCourse],
"recommendedSlugs": [UserRecommendedSlug],
"recommendedTags": [UserRecommendedTag],
"ref1": "abc123",
- "ref2": "abc123",
- "ref3": "abc123",
- "ref4": "abc123",
- "ref5": "abc123",
- "ref6": "xyz789",
- "ref7": "abc123",
+ "ref2": "xyz789",
+ "ref3": "xyz789",
+ "ref4": "xyz789",
+ "ref5": "xyz789",
+ "ref6": "abc123",
+ "ref7": "xyz789",
"ref8": "abc123",
"ref9": "abc123",
"ref10": "abc123",
- "roleKey": "xyz789",
+ "roleKey": "abc123",
"sfAccountId": "4",
"sfContactId": "4",
"shippingName": "xyz789",
- "shouldHighlight": true,
- "startedCoursesCount": 123,
- "state": "abc123",
- "stripeCustomerId": 4,
- "telephone": "xyz789",
+ "shouldHighlight": false,
+ "startedCoursesCount": 987,
+ "state": "xyz789",
+ "stripeCustomerId": "4",
+ "telephone": "abc123",
"twoFactorEnabled": true,
"updatedAt": "2007-12-03",
"waitlistedCourses": [WaitlistedCourse],
@@ -14434,10 +14448,10 @@ Variables
{
- "clientId": 4,
- "language": "abc123",
+ "clientId": "4",
+ "language": "xyz789",
"milestones": [MilestoneInput],
- "name": "abc123"
+ "name": "xyz789"
}
@@ -14453,17 +14467,17 @@ Response
"alternativePricingRef": 123,
"alternativePricingType": "membership",
"asset": "http://www.test.com/",
- "authoringClient": 4,
- "authors": ["xyz789"],
- "availabilityStatus": "abc123",
- "bulkPurchasingEnabled": true,
+ "authoringClient": "4",
+ "authors": ["abc123"],
+ "availabilityStatus": "xyz789",
+ "bulkPurchasingEnabled": false,
"client": "client-1",
"confirmationHtml": "abc123",
- "contentType": "abc123",
+ "contentType": "xyz789",
"createdAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
- "currentUserEarnedCertificate": true,
- "currentUserPendingCertificate": true,
+ "currentUserEarnedCertificate": false,
+ "currentUserPendingCertificate": false,
"currentUserStartActionDate": "2007-12-03",
"customFields": {},
"detailAsset": "http://www.test.com/",
@@ -14472,52 +14486,52 @@ Response
"endDate": "2007-12-03",
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
- "externalDetailUrl": "abc123",
+ "externalDetailUrl": "xyz789",
"freeWithRegistration": true,
"fulfillmentCenter": FulfillmentCenter,
"futurePublishDate": "2007-12-03",
- "hasMultipleCurrencies": false,
+ "hasMultipleCurrencies": true,
"heroAsset": "http://www.test.com/",
- "id": "4",
+ "id": 4,
"isPayAsYouGo": true,
"kind": "xyz789",
- "language": "abc123",
- "lastTierPriceInCents": 123,
+ "language": "xyz789",
+ "lastTierPriceInCents": 987,
"layout": Layout,
- "layoutId": 4,
+ "layoutId": "4",
"learnerLayout": Layout,
- "learnerLayoutId": "4",
+ "learnerLayoutId": 4,
"longDescription": "xyz789",
- "metaDescription": "abc123",
- "metaTitle": "abc123",
+ "metaDescription": "xyz789",
+ "metaTitle": "xyz789",
"milestones": [Milestone],
"name": "xyz789",
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
- "priceInCents": 123,
+ "priceInCents": 987,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
"purchasable": false,
- "relatedQuery": "xyz789",
+ "relatedQuery": "abc123",
"relatedQuerySignature": "abc123",
- "resourceType": "abc123",
+ "resourceType": "xyz789",
"ribbon": Ribbon,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
"seatsLimit": 123,
"shortDescription": "xyz789",
- "sku": "xyz789",
+ "sku": "abc123",
"slug": Slug,
- "source": "xyz789",
+ "source": "abc123",
"startDate": "2007-12-03",
"status": "archived",
- "suggestedRetailPriceInCents": 987,
+ "suggestedRetailPriceInCents": 123,
"tabs": LearningPathTabs,
"tags": [Tag],
"taxCategory": 4,
- "taxable": false,
+ "taxable": true,
"updatedAt": "2007-12-03",
- "videoAsset": "4"
+ "videoAsset": 4
}
}
}
@@ -15041,17 +15055,17 @@ Variables
{
"asset": "http://www.test.com/",
- "assetFileName": "xyz789",
- "body": "xyz789",
- "clientId": 4,
+ "assetFileName": "abc123",
+ "body": "abc123",
+ "clientId": "4",
"commentableType": "assignment",
- "courseId": "4",
- "forumId": 4,
+ "courseId": 4,
+ "forumId": "4",
"layoutId": 4,
"notificationsEnabled": false,
"title": "xyz789",
- "videoAsset": "4",
- "widgetTitle": "xyz789"
+ "videoAsset": 4,
+ "widgetTitle": "abc123"
}
@@ -15065,7 +15079,7 @@ Response
"CreateThread": {
"asset": "http://www.test.com/",
"assetFileName": "xyz789",
- "body": "xyz789",
+ "body": "abc123",
"bookmark": 4,
"client": "client-1",
"commentsCount": 987,
@@ -15074,12 +15088,12 @@ Response
"forum": Forum,
"forumId": "4",
"id": "4",
- "matchCount": 123,
- "notificationsEnabled": false,
- "title": "xyz789",
+ "matchCount": 987,
+ "notificationsEnabled": true,
+ "title": "abc123",
"updatedAt": "2007-12-03",
"user": User,
- "videoAsset": "4"
+ "videoAsset": 4
}
}
}
@@ -15497,7 +15511,7 @@ Variables
{
"completedAssessmentAttemptId": "4",
- "courseId": 4,
+ "courseId": "4",
"topicId": 4
}
@@ -15510,28 +15524,28 @@ Response
{
"data": {
"CreateUnansweredAssessmentAttempt": {
- "adminUpdatedGrade": true,
+ "adminUpdatedGrade": false,
"answeredQuestionsCount": 123,
"answers": [AssessmentAnswer],
"assessment": Assessment,
- "assignmentSubmissionId": 4,
- "correctQuestionsCount": 987,
+ "assignmentSubmissionId": "4",
+ "correctQuestionsCount": 123,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
"forgiven": false,
- "grade": 123,
+ "grade": 987,
"id": "4",
- "linkedWorkbook": "4",
+ "linkedWorkbook": 4,
"originalGrade": 987,
"passed": false,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
- "questionsWithChoicesCount": 987,
+ "questionsWithChoicesCount": 123,
"status": "finished",
- "timeElapsedInSeconds": 987,
+ "timeElapsedInSeconds": 123,
"topic": Topic,
- "topicId": 4,
+ "topicId": "4",
"topicType": "ad",
"unansweredQuestionsCount": 987,
"updatedAt": "2007-12-03",
@@ -15539,6 +15553,111 @@ Response
}
}
}
+
+
+
+
+
+
+
+
+ Mutations
+
+ CurrentUserResetCourseProgress
+
+
+
+ Description
+ Resets progress for a specific learner and a specific course.
+
+
+
+
+
+
+ Response
+ Returns a
+ Boolean!
+
+
+
+ Arguments
+
+
+
+ Name
+ Description
+
+
+
+
+
+ revokeAccess
-
+
+ Boolean!
+
+
+ When set to true, learner access to the content item is also revoked
+
+
+
+ slug
-
+
+ String!
+
+
+ The slug identifier of the course you want to reset progress for.
+
+
+
+ userId
-
+
+ ID
+
+
+ The user ID you want to reset progress for.
+
+
+
+
+
+
+ Example
+
+ Query
+
+
+ mutation CurrentUserResetCourseProgress(
+ $revokeAccess: Boolean!,
+ $slug: String!,
+ $userId: ID
+) {
+ CurrentUserResetCourseProgress(
+ revokeAccess: $revokeAccess,
+ slug: $slug,
+ userId: $userId
+ )
+}
+
+
+
+
+ Variables
+
+
+ {
+ "revokeAccess": true,
+ "slug": "abc123",
+ "userId": 4
+}
+
+
+
+
+ Response
+
+
+ {"data": {"CurrentUserResetCourseProgress": false}}
@@ -15613,7 +15732,7 @@ Variables
Response
- {"data": {"DestroyBookmark": 4}}
+ {"data": {"DestroyBookmark": "4"}}
@@ -15868,7 +15987,7 @@ Variables
Response
- {"data": {"DestroyThread": 4}}
+ {"data": {"DestroyThread": "4"}}
@@ -16408,7 +16527,10 @@ Query
Variables
- {"assessmentAttemptId": 4, "completedAssessmentAttemptId": 4}
+ {
+ "assessmentAttemptId": "4",
+ "completedAssessmentAttemptId": "4"
+}
@@ -16419,28 +16541,28 @@ Response
{
"data": {
"MergeAssessmentAttemptIntoComplete": {
- "adminUpdatedGrade": false,
- "answeredQuestionsCount": 123,
+ "adminUpdatedGrade": true,
+ "answeredQuestionsCount": 987,
"answers": [AssessmentAnswer],
"assessment": Assessment,
- "assignmentSubmissionId": 4,
- "correctQuestionsCount": 987,
+ "assignmentSubmissionId": "4",
+ "correctQuestionsCount": 123,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
"forgiven": false,
- "grade": 123,
- "id": 4,
+ "grade": 987,
+ "id": "4",
"linkedWorkbook": "4",
"originalGrade": 987,
- "passed": true,
+ "passed": false,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
- "questionsWithChoicesCount": 987,
+ "questionsWithChoicesCount": 123,
"status": "finished",
- "timeElapsedInSeconds": 123,
+ "timeElapsedInSeconds": 987,
"topic": Topic,
- "topicId": "4",
+ "topicId": 4,
"topicType": "ad",
"unansweredQuestionsCount": 123,
"updatedAt": "2007-12-03",
@@ -16514,7 +16636,7 @@ Query
Variables
- {"ids": ["4"]}
+ {"ids": [4]}
@@ -16595,7 +16717,7 @@ Query
Variables
- {"validatedRedemptionCodes": ["xyz789"]}
+ {"validatedRedemptionCodes": ["abc123"]}
@@ -16745,7 +16867,7 @@ Query
Variables
- {"id": 4}
+ {"id": "4"}
@@ -16753,7 +16875,7 @@ Variables
Response
- {"data": {"ReinstateUserLearningPath": 4}}
+ {"data": {"ReinstateUserLearningPath": "4"}}
@@ -16835,7 +16957,10 @@ Query
Variables
- {"commentId": "4", "likeId": 4}
+ {
+ "commentId": "4",
+ "likeId": "4"
+}
@@ -16843,7 +16968,7 @@ Variables
Response
- {"data": {"RemoveCommentLike": true}}
+ {"data": {"RemoveCommentLike": false}}
@@ -16910,7 +17035,7 @@ Query
Variables
- {"licenseId": "4"}
+ {"licenseId": 4}
@@ -16918,7 +17043,7 @@ Variables
Response
- {"data": {"SelectCurrentUserActiveLicense": false}}
+ {"data": {"SelectCurrentUserActiveLicense": true}}
@@ -16985,7 +17110,7 @@ Query
Variables
- {"id": 4}
+ {"id": "4"}
@@ -16993,7 +17118,7 @@ Variables
Response
- {"data": {"UnenrollFromWaitlist": true}}
+ {"data": {"UnenrollFromWaitlist": false}}
@@ -17409,21 +17534,21 @@ Response
{
"data": {
"UpdateAssessmentAttempt": {
- "adminUpdatedGrade": true,
- "answeredQuestionsCount": 123,
+ "adminUpdatedGrade": false,
+ "answeredQuestionsCount": 987,
"answers": [AssessmentAnswer],
"assessment": Assessment,
- "assignmentSubmissionId": "4",
+ "assignmentSubmissionId": 4,
"correctQuestionsCount": 987,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
- "forgiven": true,
- "grade": 987,
- "id": "4",
- "linkedWorkbook": "4",
+ "forgiven": false,
+ "grade": 123,
+ "id": 4,
+ "linkedWorkbook": 4,
"originalGrade": 123,
- "passed": true,
+ "passed": false,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
"questionsWithChoicesCount": 123,
@@ -17779,7 +17904,7 @@ Variables
{
"bookmarkFolder": "4",
- "id": "4",
+ "id": 4,
"note": "abc123"
}
@@ -17796,7 +17921,7 @@ Response
"course": "course-1",
"createdAt": "2007-12-03",
"deleted": false,
- "id": 4,
+ "id": "4",
"note": "abc123",
"topic": Topic,
"topicId": 4,
@@ -18011,11 +18136,11 @@ Response
"UpdateBookmarkFolder": {
"bookmarkCount": 123,
"bookmarks": [Bookmark],
- "defaultFolder": true,
- "deleted": true,
- "externalResourceId": 4,
- "id": 4,
- "name": "xyz789",
+ "defaultFolder": false,
+ "deleted": false,
+ "externalResourceId": "4",
+ "id": "4",
+ "name": "abc123",
"user": User
}
}
@@ -18268,9 +18393,9 @@ Variables
{
- "asset": "abc123",
+ "asset": "xyz789",
"assetFileName": "abc123",
- "body": "abc123",
+ "body": "xyz789",
"commentableType": "xyz789",
"id": 4
}
@@ -18289,7 +18414,7 @@ Response
"body": "xyz789",
"childComments": CommentsList,
"commentable": Thread,
- "commentableId": "4",
+ "commentableId": 4,
"commentableType": "assignment",
"createdAt": "2007-12-03",
"id": 4,
@@ -18386,7 +18511,7 @@ Variables
{
"slug": Slug,
- "status": "xyz789"
+ "status": "abc123"
}
@@ -18395,7 +18520,7 @@ Variables
Response
- {"data": {"UpdateLearningPathAccess": false}}
+ {"data": {"UpdateLearningPathAccess": true}}
@@ -18838,11 +18963,11 @@ Variables
{
- "asset": "xyz789",
+ "asset": "abc123",
"body": "xyz789",
"commentableType": "assignment",
"id": "4",
- "title": "abc123"
+ "title": "xyz789"
}
@@ -18859,13 +18984,13 @@ Response
"body": "xyz789",
"bookmark": "4",
"client": "client-1",
- "commentsCount": 123,
+ "commentsCount": 987,
"course": "course-1",
"createdAt": "2007-12-03",
"forum": Forum,
"forumId": 4,
"id": "4",
- "matchCount": 123,
+ "matchCount": 987,
"notificationsEnabled": true,
"title": "abc123",
"updatedAt": "2007-12-03",
@@ -18963,7 +19088,7 @@ Variables
Response
- {"data": {"UpdateTopicAndCourseProgress": false}}
+ {"data": {"UpdateTopicAndCourseProgress": true}}
@@ -19046,8 +19171,8 @@ Response
"data": {
"ValidateRedemptionCode": {
"alreadyRedeemed": true,
- "codeExpired": true,
- "valid": true
+ "codeExpired": false,
+ "valid": false
}
}
}
@@ -19268,7 +19393,7 @@ Example
{
"buckets": [AggregationBucket],
"key": "xyz789",
- "label": "xyz789"
+ "label": "abc123"
}
@@ -19348,10 +19473,10 @@ Example
{
- "count": 123,
+ "count": 987,
"description": "xyz789",
"label": "abc123",
- "query": "abc123",
+ "query": "xyz789",
"value": "xyz789"
}
@@ -19416,7 +19541,7 @@ Example
{
"learningPath": "learning-path-1",
"learningPathId": "learning-path-1",
- "status": "abc123"
+ "status": "xyz789"
}
@@ -19490,7 +19615,7 @@ Example
"license": "license-1",
"licenseId": "license-1",
"licenseRole": "manager",
- "status": "xyz789"
+ "status": "abc123"
}
@@ -19737,7 +19862,7 @@ Example
"id": "4",
"linkColor": HexColor,
"logoAsset": "http://www.test.com/",
- "retinaLogo": true,
+ "retinaLogo": false,
"secondaryColor": HexColor
}
@@ -19865,13 +19990,13 @@ Example
{
"archivedAt": "2007-12-03",
"company": Company,
- "id": 4,
+ "id": "4",
"name": "xyz789",
- "reinstatable": true,
- "resource": "4",
+ "reinstatable": false,
+ "resource": 4,
"resourceType": "xyz789",
"status": "abc123",
- "user": "4",
+ "user": 4,
"waitlistActive": true
}
@@ -20096,24 +20221,24 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 123,
+ "completionTimeSeconds": 987,
"contentDescription": "xyz789",
"contentEstimate": "xyz789",
- "contentTime": "abc123",
+ "contentTime": "xyz789",
"createdAt": "2007-12-03",
- "editableByChildren": true,
+ "editableByChildren": false,
"id": 4,
"indentationLevel": 987,
"languages": [ArticlePageLanguage],
"lessonId": "4",
"publishDate": "2007-12-03",
- "title": "xyz789",
+ "title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03",
"videoAsset": "xyz789"
@@ -20304,23 +20429,23 @@ Example
{
- "allowAudioDownload": false,
- "audioAsset": "xyz789",
+ "allowAudioDownload": true,
+ "audioAsset": "abc123",
"audioAssetUrl": AbsoluteOrRelativeURL,
- "body": "xyz789",
+ "body": "abc123",
"copyright": "abc123",
- "externalUrl": "xyz789",
+ "externalUrl": "abc123",
"externalUrlCallToAction": "abc123",
- "label": "xyz789",
- "language": "xyz789",
+ "label": "abc123",
+ "language": "abc123",
"pdfAsset": "abc123",
- "pdfAssetSecondary": "xyz789",
+ "pdfAssetSecondary": "abc123",
"pdfAssetSecondaryUrl": AbsoluteOrRelativeURL,
- "pdfAssetTitle": "abc123",
- "pdfAssetTitleSecondary": "abc123",
+ "pdfAssetTitle": "xyz789",
+ "pdfAssetTitleSecondary": "xyz789",
"pdfAssetUrl": AbsoluteOrRelativeURL,
"subtitle": "abc123",
- "title": "xyz789"
+ "title": "abc123"
}
@@ -20391,7 +20516,7 @@ Example
{
- "id": 4,
+ "id": "4",
"minPassingPercent": 987,
"title": "xyz789",
"type": "xyz789"
@@ -20474,11 +20599,11 @@ Example
{
- "answer": "abc123",
+ "answer": "xyz789",
"correct": false,
"hasDefaultGrade": false,
- "id": "4",
- "question": "abc123"
+ "id": 4,
+ "question": "xyz789"
}
@@ -20747,30 +20872,30 @@ Example
{
- "adminUpdatedGrade": false,
- "answeredQuestionsCount": 987,
+ "adminUpdatedGrade": true,
+ "answeredQuestionsCount": 123,
"answers": [AssessmentAnswer],
"assessment": Assessment,
"assignmentSubmissionId": "4",
- "correctQuestionsCount": 987,
+ "correctQuestionsCount": 123,
"course": "course-1",
"courseId": "course-1",
"createdAt": "2007-12-03",
"forgiven": true,
- "grade": 987,
+ "grade": 123,
"id": 4,
"linkedWorkbook": "4",
"originalGrade": 987,
- "passed": true,
+ "passed": false,
"poolLabelByQuestionId": {},
"questions": [QuizQuestion],
"questionsWithChoicesCount": 987,
"status": "finished",
"timeElapsedInSeconds": 123,
"topic": Topic,
- "topicId": 4,
+ "topicId": "4",
"topicType": "ad",
- "unansweredQuestionsCount": 123,
+ "unansweredQuestionsCount": 987,
"updatedAt": "2007-12-03",
"user": User
}
@@ -20933,20 +21058,20 @@ Example
{
- "answeredQuestionsCount": 987,
- "assignmentSubmission": 4,
+ "answeredQuestionsCount": 123,
+ "assignmentSubmission": "4",
"correctQuestionsCount": 987,
"forgiven": true,
- "grade": 123,
- "id": "4",
+ "grade": 987,
+ "id": 4,
"passed": false,
"poolLabelByQuestionId": {},
"questions": [QuestionInput],
- "questionsWithChoicesCount": 987,
+ "questionsWithChoicesCount": 123,
"status": "finished",
"timeElapsedInSeconds": 123,
"topicType": "ad",
- "unansweredQuestionsCount": 987
+ "unansweredQuestionsCount": 123
}
@@ -21139,6 +21264,15 @@ Fields
+
+
+ description
-
+
+ String
+
+
+
+
id
-
@@ -21166,7 +21300,11 @@ Fields
Example
- {"id": 4, "title": "xyz789"}
+ {
+ "description": "xyz789",
+ "id": 4,
+ "title": "xyz789"
+}
@@ -21453,31 +21591,31 @@ Example
{
"accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "allowExternalActivity": true,
- "allowVideoSubmission": false,
+ "allowExternalActivity": false,
+ "allowVideoSubmission": true,
"catalogAsset": "abc123",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 123,
- "contentDescription": "abc123",
+ "completionTimeSeconds": 987,
+ "contentDescription": "xyz789",
"contentEstimate": "abc123",
- "contentTime": "abc123",
+ "contentTime": "xyz789",
"createdAt": "2007-12-03",
"dueAt": "2007-12-03",
- "editableByChildren": true,
+ "editableByChildren": false,
"enableDiscussionAssignment": true,
"externalActivityButtonText": "xyz789",
- "externalActivityButtonUrl": "xyz789",
- "hideDiscussionUntilCommentPost": true,
+ "externalActivityButtonUrl": "abc123",
+ "hideDiscussionUntilCommentPost": false,
"id": "4",
- "indentationLevel": 987,
+ "indentationLevel": 123,
"lessonId": 4,
"postTextBlock": "abc123",
"preTextBlock": "xyz789",
- "preventProgression": true,
- "title": "abc123",
+ "preventProgression": false,
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -21667,13 +21805,13 @@ Example
"courseId": "course-1",
"createdAt": "2007-12-03",
"grade": "completed",
- "gradeFeedback": "xyz789",
- "id": 4,
- "numericGrade": 123.45,
+ "gradeFeedback": "abc123",
+ "id": "4",
+ "numericGrade": 987.65,
"quizAttempt": AssessmentAttempt,
"updatedAt": "2007-12-03",
"user": User,
- "videoAsset": "abc123"
+ "videoAsset": "xyz789"
}
@@ -21960,26 +22098,26 @@ Example
{
- "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"audioAsset": "xyz789",
"caption": "xyz789",
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
"companyId": "4",
"completionTimeSeconds": 987,
"contentDescription": "abc123",
- "contentEstimate": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
- "editableByChildren": true,
- "id": 4,
+ "editableByChildren": false,
+ "id": "4",
"indentationLevel": 123,
- "lessonId": 4,
- "postTextBlock": "xyz789",
+ "lessonId": "4",
+ "postTextBlock": "abc123",
"preTextBlock": "xyz789",
- "sidebarIsHidden": false,
+ "sidebarIsHidden": true,
"title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -22102,7 +22240,7 @@ Example
"awardType": AwardType,
"resource": Course,
"resourceId": "4",
- "total": 987.65
+ "total": 123.45
}
@@ -22191,11 +22329,11 @@ Example
{
- "deleted": false,
+ "deleted": true,
"icon": "businessuser",
"id": "4",
"includeOnDashboard": true,
- "label": "abc123",
+ "label": "xyz789",
"pluralLabel": "xyz789"
}
@@ -22427,9 +22565,9 @@ Example
"description": "xyz789",
"errorMessage": "abc123",
"id": "4",
- "repeatable": false,
+ "repeatable": true,
"status": "complete",
- "type": "xyz789"
+ "type": "abc123"
}
@@ -22576,9 +22714,9 @@ Example
{
"asset": "http://www.test.com/",
- "awardThreshold": 123,
+ "awardThreshold": 987,
"awardType": AwardType,
- "deleted": false,
+ "deleted": true,
"id": "4",
"label": "xyz789"
}
@@ -22866,8 +23004,8 @@ Example
"course": "course-1",
"createdAt": "2007-12-03",
"deleted": true,
- "id": "4",
- "note": "xyz789",
+ "id": 4,
+ "note": "abc123",
"topic": Topic,
"topicId": 4,
"user": User
@@ -22977,12 +23115,12 @@ Example
{
- "bookmarkCount": 123,
+ "bookmarkCount": 987,
"bookmarks": [Bookmark],
"defaultFolder": false,
"deleted": false,
"externalResourceId": "4",
- "id": "4",
+ "id": 4,
"name": "xyz789",
"user": User
}
@@ -23004,16 +23142,7 @@ Description
The Boolean
scalar type represents true
or false
.
-
-
- Example
-
-
- true
-
-
-
-
+
@@ -23151,18 +23280,18 @@ Example
{
- "annualPlanId": 4,
+ "annualPlanId": "4",
"annualPriceInCents": 987,
- "id": 4,
+ "id": "4",
"name": "xyz789",
- "needShippingAddress": false,
- "planId": "4",
- "priceInCents": 987,
+ "needShippingAddress": true,
+ "planId": 4,
+ "priceInCents": 123,
"purchasable": false,
"slug": Slug,
- "taxable": false,
+ "taxable": true,
"variations": [BundleVariation],
- "weight": 123.45
+ "weight": 987.65
}
@@ -23205,7 +23334,7 @@ Fields
Example
- {"label": "abc123"}
+ {"label": "xyz789"}
@@ -23275,8 +23404,8 @@ Example
{
- "id": "4",
- "label": "abc123",
+ "id": 4,
+ "label": "xyz789",
"slug": Slug,
"subcategories": [CatalogSubcategory]
}
@@ -23610,29 +23739,29 @@ Example
"aggregations": [Aggregation],
"contentTypeFilterEnabled": false,
"contentTypes": ["courseGroups", "learningPaths"],
- "debug": true,
+ "debug": false,
"displayAuthorsEnabled": false,
"displayBundle": Bundle,
"displayDescriptionOnCalendar": true,
"displayStartDateEnabled": true,
- "displayTypeCalendarEnabled": false,
+ "displayTypeCalendarEnabled": true,
"displayTypeGridEnabled": false,
"displayTypeListEnabled": false,
- "hasMore": false,
- "isCurated": false,
+ "hasMore": true,
+ "isCurated": true,
"queryCustomFields": {},
"resultsDisplayType": "calendar",
"selectedSort": "xyz789",
"selectedSortColumn": "courseStartDate",
"selectedSortDirection": "asc",
- "sortCourseStartDateEnabled": false,
+ "sortCourseStartDateEnabled": true,
"sortCreatedAtEnabled": false,
- "sortPublishDateEnabled": false,
+ "sortPublishDateEnabled": true,
"sortRelevanceEnabled": false,
"sortTitleEnabled": true,
- "sortUpdatedAtEnabled": true,
+ "sortUpdatedAtEnabled": false,
"tokenLabel": "xyz789",
- "total": 123
+ "total": 987
}
@@ -23867,25 +23996,25 @@ Example
{
"boostRibbon": "abc123",
"categories": [CatalogCategory],
- "contentTypeFilterEnabled": false,
+ "contentTypeFilterEnabled": true,
"defaultQuery": "abc123",
- "defaultSort": "xyz789",
+ "defaultSort": "abc123",
"displayAuthorsEnabled": true,
"displayBundle": [Bundle],
"displayBundleId": "4",
"displayStartDateEnabled": false,
- "displayTypeCalendarEnabled": true,
- "displayTypeGridEnabled": true,
- "displayTypeListEnabled": true,
+ "displayTypeCalendarEnabled": false,
+ "displayTypeGridEnabled": false,
+ "displayTypeListEnabled": false,
"hidePastEvents": true,
- "id": "4",
- "onlyDisplayAccessibleContent": false,
+ "id": 4,
+ "onlyDisplayAccessibleContent": true,
"resultsDisplayType": "calendar",
- "sortCourseStartDateEnabled": false,
- "sortCreatedAtEnabled": false,
+ "sortCourseStartDateEnabled": true,
+ "sortCreatedAtEnabled": true,
"sortPublishDateEnabled": true,
- "sortRelevanceEnabled": false,
- "sortTitleEnabled": false,
+ "sortRelevanceEnabled": true,
+ "sortTitleEnabled": true,
"sortUpdatedAtEnabled": false
}
@@ -24197,22 +24326,22 @@ Example
"certificateTemplate": CertificateTemplate,
"contentItem": Content,
"deleted": false,
- "didExpire": false,
+ "didExpire": true,
"expirationDate": "2007-12-03",
- "externalResourceTitle": "xyz789",
- "id": "4",
+ "externalResourceTitle": "abc123",
+ "id": 4,
"identifier": "abc123",
- "isExpired": false,
+ "isExpired": true,
"isExternal": true,
"issuedAt": "2007-12-03",
"pdfAsset": AbsoluteOrRelativeURL,
- "progressWasReset": true,
+ "progressWasReset": false,
"recertificationDate": "2007-12-03",
"resource": Course,
"resourceId": "4",
"resourceType": "course",
"resourceTypeLabel": "abc123",
- "source": "abc123",
+ "source": "xyz789",
"url": AbsoluteOrRelativeURL,
"user": User
}
@@ -24464,15 +24593,15 @@ Example
"customField": CustomField,
"customFieldSlug": Slug,
"dateFormat": "euroShort",
- "hasIdentifierPrefix": true,
- "id": "4",
+ "hasIdentifierPrefix": false,
+ "id": 4,
"identifierBodyLength": 123,
"identifierPrefix": "xyz789",
"includeOnExternalCertificate": false,
"includeOnTranscript": true,
- "label": "xyz789",
+ "label": "abc123",
"sessionCustomContentFieldSlug": Slug,
- "text": "abc123",
+ "text": "xyz789",
"type": "awardLabel",
"userCustomField": UserCustomField,
"userCustomFieldSlug": Slug
@@ -24566,6 +24695,12 @@ Values
Session Custom Content Field
+
+
+ shareToLinkedIn
+
+ Link to Add Certificate to LinkedIn
+
textLabel
@@ -24968,8 +25103,8 @@ Example
{
"asset": "http://www.test.com/",
- "assetLibraryId": 4,
- "customCss": "abc123",
+ "assetLibraryId": "4",
+ "customCss": "xyz789",
"expirationDate": "2007-12-03",
"expirationDays": 987,
"id": "4",
@@ -24978,7 +25113,7 @@ Example
"recertificationAction": "actionUrl",
"recertificationActionText": "xyz789",
"recertificationActionUrl": "http://www.test.com/",
- "recertificationAfterDays": 987,
+ "recertificationAfterDays": 123,
"recertificationAutoReset": false,
"recertificationInstructions": "abc123",
"resource": Course,
@@ -24986,7 +25121,7 @@ Example
"supplementalAssets": [
"http://www.test.com/"
],
- "title": "xyz789",
+ "title": "abc123",
"userCustomField": UserCustomField,
"userCustomFieldSlug": Slug,
"userCustomFieldValue": "abc123"
@@ -25097,13 +25232,13 @@ Example
{
"certificateField": CertificateField,
- "certificateFieldId": 4,
+ "certificateFieldId": "4",
"fontColor": HexColor,
- "fontSize": 123,
- "id": "4",
+ "fontSize": 987,
+ "id": 4,
"textAlign": "center",
- "x": 123,
- "y": 987
+ "x": 987,
+ "y": 123
}
@@ -25334,12 +25469,12 @@ Example
{
- "awardAmount": 987.65,
- "awardTypeId": "4",
- "certificateFieldId": "4",
+ "awardAmount": 123.45,
+ "awardTypeId": 4,
+ "certificateFieldId": 4,
"date": "2007-12-03",
"type": "awardLabel",
- "value": "abc123"
+ "value": "xyz789"
}
@@ -25896,13 +26031,11 @@ Example
{
- "allocatedCredits": 123.45,
+ "allocatedCredits": 987.65,
"appearance": AppearanceSettings,
"autoFilterForSelectedLanguage": true,
"catalog": CatalogSettings,
- "clientAdminAllocatableLearningPaths": [
- "4"
- ],
+ "clientAdminAllocatableLearningPaths": [4],
"clientSubscriptionNeedsSetup": false,
"courseIds": ["4"],
"courseTagIds": ["4"],
@@ -25913,33 +26046,33 @@ Example
"currentUserManagerAllocatedLicenseTree": [LicenseNode],
"customHost": "xyz789",
"dashboardLayoutId": "4",
- "defaultLanguage": "xyz789",
- "disabled": false,
+ "defaultLanguage": "abc123",
+ "disabled": true,
"emailLayout": EmailLayoutSettings,
- "enableBranding": true,
+ "enableBranding": false,
"enableCommunitiesSegmentation": false,
- "enableContentDetailPage": true,
+ "enableContentDetailPage": false,
"enableCreditPurchasing": false,
"enableCustomEmailSettings": true,
"enableDiscussions": false,
- "enableEcommerce": true,
- "enableGlobalLinks": true,
- "enableLicenseDashboards": true,
- "enableNavLinks": false,
- "enableOnboardingSurvey": true,
- "enableRecommendationAssessment": false,
+ "enableEcommerce": false,
+ "enableGlobalLinks": false,
+ "enableLicenseDashboards": false,
+ "enableNavLinks": true,
+ "enableOnboardingSurvey": false,
+ "enableRecommendationAssessment": true,
"enableSegmentation": false,
- "id": "4",
- "languageSelectorEnabled": false,
- "languages": ["abc123"],
+ "id": 4,
+ "languageSelectorEnabled": true,
+ "languages": ["xyz789"],
"learningPathIds": [4],
"learningPaths": [LearningPath],
"licenseEndDate": "2007-12-03",
"licenseTree": [LicenseNode],
"licenses": [License],
- "name": "xyz789",
+ "name": "abc123",
"notificationEmails": "xyz789",
- "panorama": true,
+ "panorama": false,
"pendingJobs": [BackgroundJob],
"primaryLicense": License,
"purchasableContentIds": ["4"],
@@ -25947,13 +26080,13 @@ Example
"redemptionLayoutId": "4",
"schoolName": "xyz789",
"seatsAllocatedCount": 987,
- "seatsLimit": 123,
- "seatsUsedCount": 987,
+ "seatsLimit": 987,
+ "seatsUsedCount": 123,
"secretKey": "xyz789",
"sku": "abc123",
"slug": Slug,
"sso": SSOSettings,
- "startingBalance": 987.65,
+ "startingBalance": 123.45,
"tags": [Tag],
"updatedAt": "2007-12-03"
}
@@ -26136,20 +26269,20 @@ Example
{
"asset": "http://www.test.com/",
"assetFileName": "abc123",
- "body": "abc123",
+ "body": "xyz789",
"childComments": CommentsList,
"commentable": Thread,
- "commentableId": "4",
+ "commentableId": 4,
"commentableType": "assignment",
"createdAt": "2007-12-03",
- "id": "4",
- "likesCount": 987,
+ "id": 4,
+ "likesCount": 123,
"notificationsEnabled": true,
"parentComment": Comment,
"updatedAt": "2007-12-03",
"user": User,
"userLikeId": 4,
- "videoAsset": "4"
+ "videoAsset": 4
}
@@ -26457,16 +26590,16 @@ Example
{
"appearanceSettings": AppearanceSettings,
"catalogBlock": Block,
- "catalogVisibilityEmails": ["xyz789"],
- "copyrightName": "abc123",
+ "catalogVisibilityEmails": ["abc123"],
+ "copyrightName": "xyz789",
"id": "4",
"micrositeFooter": MicrositeBlock,
"micrositeHeader": MicrositeBlock,
- "name": "xyz789",
+ "name": "abc123",
"organization": Organization,
"rootLayout": RootLayout,
- "schoolName": "xyz789",
- "subdomain": "abc123"
+ "schoolName": "abc123",
+ "subdomain": "xyz789"
}
@@ -26528,7 +26661,7 @@ Example
{
- "name": "abc123",
+ "name": "xyz789",
"settings": AppearanceSettings,
"subdomain": "xyz789"
}
@@ -26691,19 +26824,19 @@ Example
{
- "continueAfterTimerExpires": true,
+ "continueAfterTimerExpires": false,
"createdAt": "2007-12-03",
- "failMessage": "xyz789",
- "id": "4",
- "isGraded": true,
- "minimumPassingPercentage": 123,
- "passMessage": "abc123",
+ "failMessage": "abc123",
+ "id": 4,
+ "isGraded": false,
+ "minimumPassingPercentage": 987,
+ "passMessage": "xyz789",
"questions": [CompetencyAssessmentQuestion],
"resourceItems": [Layout],
"resources": [Resource],
- "sku": "abc123",
- "timeLimitInSeconds": 123,
- "title": "abc123",
+ "sku": "xyz789",
+ "timeLimitInSeconds": 987,
+ "title": "xyz789",
"updatedAt": "2007-12-03"
}
@@ -26786,7 +26919,7 @@ Example
{
"body": "xyz789",
"choices": {},
- "id": 4,
+ "id": "4",
"mustSelectAllCorrectChoices": true,
"type": "dropDown"
}
@@ -27225,6 +27358,15 @@ Fields
+
+
+ freeWithRegistration
-
+
+ Boolean
+
+
+
+
hasChildren
-
@@ -27524,23 +27666,23 @@ Example
{
"acceptBadgeUrl": "xyz789",
- "altDescriptionBody": "xyz789",
- "alternativePricingRef": 123,
+ "altDescriptionBody": "abc123",
+ "alternativePricingRef": 987,
"alternativePricingType": "membership",
"asset": "xyz789",
- "authors": ["abc123"],
+ "authors": ["xyz789"],
"authorsAndInstructors": ["abc123"],
"availabilityStatus": "abc123",
- "badgeName": "abc123",
+ "badgeName": "xyz789",
"badgeUrl": "xyz789",
"bulkPurchasingEnabled": false,
- "canAddToQueue": false,
- "contentTypeAssetAspectRatio": "abc123",
- "contentTypeLabel": "xyz789",
+ "canAddToQueue": true,
+ "contentTypeAssetAspectRatio": "xyz789",
+ "contentTypeLabel": "abc123",
"courseEndDate": "2007-12-03",
"courseGracePeriodEnded": false,
"courseGroup": "courseGroup-1",
- "coursePresold": true,
+ "coursePresold": false,
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"credlyBadgeExpiresAt": "2007-12-03",
@@ -27551,46 +27693,47 @@ Example
"4"
],
"customFields": {},
- "description": "abc123",
+ "description": "xyz789",
"displayCourse": 4,
"displayCourseSlug": Slug,
"displayDate": "2007-12-03",
- "embeddedEnabled": false,
- "enrollmentCount": 123,
+ "embeddedEnabled": true,
+ "enrollmentCount": 987,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"expiresAt": "2007-12-03",
- "hasChildren": false,
- "hideCourseDescription": false,
+ "freeWithRegistration": true,
+ "hasChildren": true,
+ "hideCourseDescription": true,
"id": "4",
- "imageUrl": "xyz789",
- "isActive": true,
+ "imageUrl": "abc123",
+ "isActive": false,
"issuedAt": "2007-12-03",
"kind": "article",
- "language": "abc123",
+ "language": "xyz789",
"location": Location,
"meetingStartDate": "2007-12-03",
"metaDescription": "xyz789",
- "metaTitle": "abc123",
- "priceInCents": 987,
+ "metaTitle": "xyz789",
+ "priceInCents": 123,
"publishDate": "2007-12-03",
- "rating": 123,
+ "rating": 987,
"ribbon": Ribbon,
- "seatsLimit": 123,
- "sessionTitle": "abc123",
+ "seatsLimit": 987,
+ "sessionTitle": "xyz789",
"sku": "xyz789",
"slug": Slug,
"source": "xyz789",
"state": "abc123",
"status": "archived",
- "suggestedRetailPriceInCents": 123,
+ "suggestedRetailPriceInCents": 987,
"tags": [Tag],
- "timeZone": "xyz789",
- "title": "xyz789",
+ "timeZone": "abc123",
+ "title": "abc123",
"updatedAt": "2007-12-03",
"url": AbsoluteOrRelativeURL,
"waitlistCount": 987,
- "waitlistingEnabled": true,
+ "waitlistingEnabled": false,
"waitlistingTriggered": false
}
@@ -28895,63 +29038,63 @@ Example
{
- "accessDays": 987,
+ "accessDays": 123,
"alternativePricingRef": 123,
"alternativePricingType": "membership",
- "appearanceBlock": "4",
- "appearanceHash": "xyz789",
+ "appearanceBlock": 4,
+ "appearanceHash": "abc123",
"askLearnerPassword": true,
- "availabilityStatus": "xyz789",
+ "availabilityStatus": "abc123",
"awardClaimingOptions": [CourseAwardClaimingOption],
"balanceRequirement": 123.45,
"bulkPurchasingEnabled": false,
- "completionTimePerPage": 987,
- "confirmationBlock": "4",
+ "completionTimePerPage": 123,
+ "confirmationBlock": 4,
"courseEndDate": "2007-12-03",
"courseGroup": "courseGroup-1",
"courseStartDate": "2007-12-03",
"createdAt": "2007-12-03",
"currentUserHasAccess": false,
"customFields": {},
- "discussionsEnabled": true,
+ "discussionsEnabled": false,
"displayMap": false,
"displayResults": true,
"embeddedEnabled": false,
- "enrollmentActive": false,
+ "enrollmentActive": true,
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
"finalAssessment": "xyz789",
- "forceLinearProgress": true,
- "freeWithRegistration": false,
+ "forceLinearProgress": false,
+ "freeWithRegistration": true,
"fulfillmentCenter": "4",
"futurePublishDate": "2007-12-03",
"galleryEnabled": false,
"gracePeriodEndDate": "2007-12-03",
"hasChildren": false,
- "hasMultipleCurrencies": true,
+ "hasMultipleCurrencies": false,
"id": "4",
"inPersonEventInfo": InPersonEventInfo,
"instructorAccessEnabled": false,
- "instructorAccessPriceInCents": 987,
+ "instructorAccessPriceInCents": 123,
"instructorEmails": ["xyz789"],
- "isActive": false,
+ "isActive": true,
"isChild": true,
"kind": "article",
- "lastTierPriceInCents": 987,
- "linkedWorkbookEnabled": false,
+ "lastTierPriceInCents": 123,
+ "linkedWorkbookEnabled": true,
"linkedWorkbookSkipEnabled": false,
"location": Location,
"meetings": [Meeting],
- "meetingsOverviewEnabled": true,
+ "meetingsOverviewEnabled": false,
"parentCourseId": 4,
- "paywallsBlock": "4",
+ "paywallsBlock": 4,
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
"priceInCents": 123,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
"purchasable": true,
- "resourcesEnabled": true,
+ "resourcesEnabled": false,
"roster": false,
"rosterSubmittedDate": "2007-12-03",
"sampleLesson": Lesson,
@@ -28959,30 +29102,30 @@ Example
"scormCollectUserDetails": true,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
- "seatsAllocatedCount": 123,
- "seatsLimit": 987,
+ "seatsAllocatedCount": 987,
+ "seatsLimit": 123,
"seatsLimitMet": true,
"seatsUsedCount": 123,
"sections": [Section],
"sessionIsTitled": true,
"showProgress": false,
- "showSyllabusWhileUnenrolled": true,
+ "showSyllabusWhileUnenrolled": false,
"sku": "xyz789",
"slug": Slug,
"status": "archived",
- "suggestedRetailPriceInCents": 123,
- "superquizEnabled": false,
+ "suggestedRetailPriceInCents": 987,
+ "superquizEnabled": true,
"syllabusTitlesEnabled": true,
"taxCategory": "4",
- "taxable": true,
+ "taxable": false,
"termsBlock": "4",
- "title": "abc123",
+ "title": "xyz789",
"topicGroup": TopicGroup,
- "topicGroupId": "4",
+ "topicGroupId": 4,
"updatedAt": "2007-12-03",
- "waitlistActive": true,
+ "waitlistActive": false,
"waitlistCount": 123,
- "waitlistingEnabled": false,
+ "waitlistingEnabled": true,
"waitlistingTriggered": true,
"webinarDates": [DateRange],
"webinarDetails": WebinarBlock,
@@ -29059,10 +29202,10 @@ Example
{
- "awardAmounts": [123.45],
+ "awardAmounts": [987.65],
"awardType": AwardType,
- "awardTypeId": "4",
- "range": "abc123"
+ "awardTypeId": 4,
+ "range": "xyz789"
}
@@ -29134,7 +29277,7 @@ Example
{
"completed": [4],
- "percent": 123,
+ "percent": 987,
"required": [4],
"type": "articlePercentViewed"
}
@@ -29642,7 +29785,7 @@ Example
{
- "allowRescheduling": true,
+ "allowRescheduling": false,
"archived": true,
"asset": "abc123",
"authors": ["abc123"],
@@ -29650,38 +29793,38 @@ Example
"contentType": ContentType,
"courses": [Course],
"createdAt": "2007-12-03",
- "currentUserMayReschedule": false,
+ "currentUserMayReschedule": true,
"customFields": {},
"description": "xyz789",
"detailAsset": "xyz789",
"displayBundle": DisplayBundle,
"displayCourse": Course,
- "externalDetailUrl": "xyz789",
- "externalPurchaseUrl": "xyz789",
+ "externalDetailUrl": "abc123",
+ "externalPurchaseUrl": "abc123",
"hasParentCourseGroup": false,
- "id": 4,
+ "id": "4",
"isbn": "abc123",
"kind": "article",
- "language": "xyz789",
+ "language": "abc123",
"layout": Layout,
- "metaDescription": "abc123",
- "metaTitle": "abc123",
- "ownedByActiveScope": true,
- "rating": 123,
+ "metaDescription": "xyz789",
+ "metaTitle": "xyz789",
+ "ownedByActiveScope": false,
+ "rating": 987,
"relatedCourseGroups": [CourseGroup],
"relatedQuery": "abc123",
"relatedQueryLimit": 123,
- "relatedQuerySignature": "abc123",
+ "relatedQuerySignature": "xyz789",
"relatedQuerySort": "abc123",
- "relatedShowDescription": false,
- "relatedShowImageAsset": false,
+ "relatedShowDescription": true,
+ "relatedShowImageAsset": true,
"ribbon": Slug,
"slug": Slug,
- "source": "xyz789",
+ "source": "abc123",
"tabs": [CourseTab],
"tags": [Tag],
- "title": "abc123",
- "videoAsset": "xyz789"
+ "title": "xyz789",
+ "videoAsset": "abc123"
}
@@ -29881,7 +30024,7 @@ Example
{
- "body": "abc123",
+ "body": "xyz789",
"id": "4",
"instructors": [Instructor],
"label": "xyz789",
@@ -29959,10 +30102,10 @@ Example
{
- "cursor": "xyz789",
+ "cursor": "abc123",
"hasMore": true,
- "perPage": 123,
- "total": 987
+ "perPage": 987,
+ "total": 123
}
@@ -30069,14 +30212,14 @@ Example
{
- "id": "4",
- "includeLabelOnContent": false,
- "includeValueOnContent": false,
- "indexed": true,
+ "id": 4,
+ "includeLabelOnContent": true,
+ "includeValueOnContent": true,
+ "indexed": false,
"label": "abc123",
- "multiple": false,
+ "multiple": true,
"slug": Slug,
- "sort": "xyz789"
+ "sort": "abc123"
}
@@ -30261,13 +30404,13 @@ Example
{
- "annualPlanId": 4,
+ "annualPlanId": "4",
"annualPriceInCents": 987,
"asset": "http://www.test.com/",
- "id": "4",
- "name": "abc123",
+ "id": 4,
+ "name": "xyz789",
"planId": "4",
- "priceInCents": 987,
+ "priceInCents": 123,
"slug": Slug
}
@@ -30340,8 +30483,8 @@ Example
{
"badge": Badge,
- "deleted": true,
- "id": ["4"],
+ "deleted": false,
+ "id": [4],
"user": User
}
@@ -30494,9 +30637,9 @@ Example
{
- "bccAddress": "xyz789",
- "emailCaptureTerms": "xyz789",
- "footer": "xyz789",
+ "bccAddress": "abc123",
+ "emailCaptureTerms": "abc123",
+ "footer": "abc123",
"fromAddress": "xyz789",
"fromName": "xyz789",
"header": "xyz789",
@@ -30571,10 +30714,10 @@ Example
{
- "altText": "xyz789",
+ "altText": "abc123",
"asset": "abc123",
"description": "abc123",
- "title": "xyz789"
+ "title": "abc123"
}
@@ -30828,25 +30971,25 @@ Example
"accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "caption": "xyz789",
+ "caption": "abc123",
"catalogAsset": "xyz789",
"clientId": "client-1",
"companyId": "4",
"completionTimeSeconds": 123,
- "contentDescription": "xyz789",
+ "contentDescription": "abc123",
"contentEstimate": "abc123",
- "contentTime": "abc123",
+ "contentTime": "xyz789",
"createdAt": "2007-12-03",
- "editableByChildren": true,
+ "editableByChildren": false,
"flipCards": [FlipCards],
"gridLayout": "xyz789",
- "id": 4,
+ "id": "4",
"indentationLevel": 123,
- "lessonId": "4",
+ "lessonId": 4,
"postTextBlock": "xyz789",
"preTextBlock": "xyz789",
- "sidebarIsHidden": true,
- "title": "xyz789",
+ "sidebarIsHidden": false,
+ "title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -30956,12 +31099,12 @@ Example
{
"altText": "xyz789",
- "asset": "xyz789",
- "backgroundColor": "xyz789",
- "cardType": "xyz789",
+ "asset": "abc123",
+ "backgroundColor": "abc123",
+ "cardType": "abc123",
"description": "abc123",
"frontText": "xyz789",
- "textColor": "xyz789",
+ "textColor": "abc123",
"title": "abc123"
}
@@ -30988,7 +31131,7 @@ Description
Example
- 123.45
+ 987.65
@@ -31097,10 +31240,10 @@ Example
"course": "course-1",
"createdAt": "2007-12-03",
"id": "4",
- "isGeneral": false,
+ "isGeneral": true,
"label": "abc123",
- "sectionId": 4,
- "threadsCount": 123,
+ "sectionId": "4",
+ "threadsCount": 987,
"updatedAt": "2007-12-03"
}
@@ -31228,12 +31371,12 @@ Example
{
"address1": "xyz789",
"address2": "abc123",
- "city": "xyz789",
- "country": "xyz789",
- "id": "4",
+ "city": "abc123",
+ "country": "abc123",
+ "id": 4,
"latitude": "abc123",
"longitude": "xyz789",
- "name": "abc123",
+ "name": "xyz789",
"state": "abc123",
"zipCode": "xyz789"
}
@@ -31432,21 +31575,21 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "catalogAsset": "xyz789",
+ "catalogAsset": "abc123",
"clientId": "client-1",
- "companyId": "4",
- "completionTimeSeconds": 987,
+ "companyId": 4,
+ "completionTimeSeconds": 123,
"contentDescription": "xyz789",
"contentEstimate": "xyz789",
"contentTime": "abc123",
"createdAt": "2007-12-03",
"editableByChildren": true,
- "id": 4,
- "indentationLevel": 987,
- "lessonId": "4",
+ "id": "4",
+ "indentationLevel": 123,
+ "lessonId": 4,
"title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -31634,11 +31777,11 @@ Example
{
- "altText": "abc123",
+ "altText": "xyz789",
"asset": "xyz789",
- "caption": "abc123",
+ "caption": "xyz789",
"height": 987,
- "title": "xyz789",
+ "title": "abc123",
"width": 123,
"x": 123,
"y": 123
@@ -31901,14 +32044,14 @@ Example
{
- "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "altText": "abc123",
+ "altText": "xyz789",
"asset": "xyz789",
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
- "companyId": "4",
+ "companyId": 4,
"completionTimeSeconds": 987,
"contentDescription": "xyz789",
"contentEstimate": "xyz789",
@@ -31917,13 +32060,13 @@ Example
"description": "abc123",
"editableByChildren": false,
"highlightZones": [HighlightZone],
- "id": "4",
- "indentationLevel": 123,
+ "id": 4,
+ "indentationLevel": 987,
"lessonId": 4,
"postTextBlock": "xyz789",
"preTextBlock": "abc123",
"sidebarIsHidden": false,
- "title": "abc123",
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -31950,7 +32093,7 @@ Description
Example
- "4"
+ 4
@@ -32065,9 +32208,9 @@ Example
{
- "postTextBlock": "abc123",
+ "postTextBlock": "xyz789",
"preTextBlock": "xyz789",
- "value": "xyz789"
+ "value": "abc123"
}
@@ -32164,7 +32307,7 @@ Fields
Example
- {"body": "xyz789"}
+ {"body": "abc123"}
@@ -32226,8 +32369,8 @@ Example
{
"asset": "http://www.test.com/",
- "bio": "abc123",
- "fullName": "abc123"
+ "bio": "xyz789",
+ "fullName": "xyz789"
}
@@ -32349,12 +32492,12 @@ Example
{
- "annualPriceInCents": 123,
- "currencyCode": "abc123",
+ "annualPriceInCents": 987,
+ "currencyCode": "xyz789",
"id": 4,
"instructorAccessPriceInCents": 123,
"priceInCents": 123,
- "suggestedRetailPriceInCents": 123,
+ "suggestedRetailPriceInCents": 987,
"variations": [ItemPriceVariation]
}
@@ -32407,7 +32550,7 @@ Fields
Example
- {"label": "xyz789", "priceInCents": 123}
+ {"label": "xyz789", "priceInCents": 987}
@@ -32598,7 +32741,7 @@ Example
"hasEnrollmentWidget": false,
"id": "4",
"kind": "InPersonEventLayout",
- "scripts": "abc123",
+ "scripts": "xyz789",
"widgets": {}
}
@@ -32814,11 +32957,11 @@ Example
{
- "clientId": 4,
+ "clientId": "4",
"email": "abc123",
"firstName": "xyz789",
- "lastName": "xyz789",
- "licenseIds": ["4"]
+ "lastName": "abc123",
+ "licenseIds": [4]
}
@@ -33474,7 +33617,7 @@ Example
{
- "accessDays": 123,
+ "accessDays": 987,
"alternativePricingRef": 123,
"alternativePricingType": "membership",
"asset": "http://www.test.com/",
@@ -33483,30 +33626,30 @@ Example
"availabilityStatus": "abc123",
"bulkPurchasingEnabled": true,
"client": "client-1",
- "confirmationHtml": "abc123",
+ "confirmationHtml": "xyz789",
"contentType": "abc123",
"createdAt": "2007-12-03",
"currentUserDueDate": "2007-12-03",
- "currentUserEarnedCertificate": false,
+ "currentUserEarnedCertificate": true,
"currentUserPendingCertificate": false,
"currentUserStartActionDate": "2007-12-03",
"customFields": {},
"detailAsset": "http://www.test.com/",
"dueDate": "2007-12-03",
- "dueDateDays": 123,
+ "dueDateDays": 987,
"endDate": "2007-12-03",
"enrollmentEndDate": "2007-12-03",
"enrollmentStartDate": "2007-12-03",
- "externalDetailUrl": "xyz789",
- "freeWithRegistration": false,
+ "externalDetailUrl": "abc123",
+ "freeWithRegistration": true,
"fulfillmentCenter": FulfillmentCenter,
"futurePublishDate": "2007-12-03",
- "hasMultipleCurrencies": true,
+ "hasMultipleCurrencies": false,
"heroAsset": "http://www.test.com/",
"id": 4,
- "isPayAsYouGo": false,
+ "isPayAsYouGo": true,
"kind": "abc123",
- "language": "abc123",
+ "language": "xyz789",
"lastTierPriceInCents": 987,
"layout": Layout,
"layoutId": "4",
@@ -33516,27 +33659,27 @@ Example
"metaDescription": "abc123",
"metaTitle": "abc123",
"milestones": [Milestone],
- "name": "abc123",
+ "name": "xyz789",
"prerequisiteCourses": [Course],
"prerequisiteLearningPaths": [LearningPath],
"priceInCents": 987,
"prices": [ItemPrice],
"publishDate": "2007-12-03",
- "purchasable": true,
- "relatedQuery": "xyz789",
+ "purchasable": false,
+ "relatedQuery": "abc123",
"relatedQuerySignature": "abc123",
"resourceType": "abc123",
"ribbon": Ribbon,
"seatPackages": [SeatPackage],
"seatTiers": [SeatTier],
- "seatsLimit": 123,
+ "seatsLimit": 987,
"shortDescription": "abc123",
- "sku": "xyz789",
+ "sku": "abc123",
"slug": Slug,
- "source": "abc123",
+ "source": "xyz789",
"startDate": "2007-12-03",
"status": "archived",
- "suggestedRetailPriceInCents": 987,
+ "suggestedRetailPriceInCents": 123,
"tabs": LearningPathTabs,
"tags": [Tag],
"taxCategory": "4",
@@ -33640,10 +33783,10 @@ Example
{
- "id": "4",
+ "id": 4,
"learningPath": "learning-path-1",
"milestone": Milestone,
- "source": "abc123",
+ "source": "xyz789",
"timestamp": "2007-12-03",
"type": "abc123",
"user": User
@@ -33736,11 +33879,11 @@ Example
{
"body": "abc123",
- "id": 4,
+ "id": "4",
"instructors": [Instructor],
"label": "xyz789",
"products": [Product],
- "tabType": "abc123"
+ "tabType": "xyz789"
}
@@ -33801,7 +33944,11 @@ Fields
Example
- {"generated": false, "id": 4, "tabs": [LearningPathTab]}
+ {
+ "generated": false,
+ "id": "4",
+ "tabs": [LearningPathTab]
+}
@@ -33899,11 +34046,11 @@ Example
{
"accessLevel": "emailCaptureOpen",
- "id": 4,
+ "id": "4",
"section": Section,
"slug": Slug,
"slugOrId": "abc123",
- "title": "xyz789",
+ "title": "abc123",
"topics": [ArticlePage]
}
@@ -34245,7 +34392,7 @@ Example
{
- "accessDays": 987,
+ "accessDays": 123,
"appearance": AppearanceSettings,
"childLicenses": [License],
"client": "client-1",
@@ -34254,30 +34401,30 @@ Example
"courseTags": [Tag],
"courses": [Course],
"createdAt": "2007-12-03",
- "dashboardLayoutId": "4",
+ "dashboardLayoutId": 4,
"enableBranding": true,
"expirationDate": "2007-12-03",
"id": 4,
- "isDefault": false,
+ "isDefault": true,
"label": "abc123",
- "learningPathIds": [4],
+ "learningPathIds": ["4"],
"learningPaths": [LearningPath],
- "name": "abc123",
+ "name": "xyz789",
"parentLicense": License,
- "parentLicenseId": 4,
+ "parentLicenseId": "4",
"ref1": "abc123",
- "ref2": "abc123",
- "ref3": "xyz789",
- "ref4": "xyz789",
+ "ref2": "xyz789",
+ "ref3": "abc123",
+ "ref4": "abc123",
"ref5": "abc123",
"ref6": "abc123",
"ref7": "abc123",
- "ref8": "abc123",
- "ref9": "abc123",
- "ref10": "xyz789",
- "schoolName": "xyz789",
- "seatsLimit": 987,
- "sku": "xyz789",
+ "ref8": "xyz789",
+ "ref9": "xyz789",
+ "ref10": "abc123",
+ "schoolName": "abc123",
+ "seatsLimit": 123,
+ "sku": "abc123",
"updatedAt": "2007-12-03"
}
@@ -34376,12 +34523,12 @@ Example
{
- "ancestorIds": [4],
+ "ancestorIds": ["4"],
"createdAt": "2007-12-03",
"depth": 123,
"hierarchicalName": "xyz789",
"id": 4,
- "name": "abc123",
+ "name": "xyz789",
"parentLicenseId": 4
}
@@ -34618,23 +34765,23 @@ Example
"accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
- "companyId": "4",
+ "companyId": 4,
"completionTimeSeconds": 123,
- "contentDescription": "xyz789",
- "contentEstimate": "abc123",
+ "contentDescription": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
"description": "abc123",
"editableByChildren": true,
"expandableLists": [ExpandableListItem],
"id": 4,
- "indentationLevel": 987,
- "lessonId": 4,
- "postTextBlock": "xyz789",
- "preTextBlock": "abc123",
- "title": "abc123",
+ "indentationLevel": 123,
+ "lessonId": "4",
+ "postTextBlock": "abc123",
+ "preTextBlock": "xyz789",
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -34764,12 +34911,12 @@ Example
"address1": "abc123",
"address2": "xyz789",
"city": "abc123",
- "country": "xyz789",
- "id": "4",
- "name": "xyz789",
- "room": "xyz789",
+ "country": "abc123",
+ "id": 4,
+ "name": "abc123",
+ "room": "abc123",
"state": "abc123",
- "timeZone": "abc123",
+ "timeZone": "xyz789",
"zipCode": "xyz789"
}
@@ -35060,18 +35207,18 @@ Example
"catalogAsset": "abc123",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 987,
+ "completionTimeSeconds": 123,
"contentDescription": "abc123",
- "contentEstimate": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "abc123",
"createdAt": "2007-12-03",
"editableByChildren": false,
"id": 4,
- "indentationLevel": 987,
+ "indentationLevel": 123,
"lessonId": 4,
"matchPairs": [MatchPairs],
- "postTextBlock": "abc123",
- "preTextBlock": "xyz789",
+ "postTextBlock": "xyz789",
+ "preTextBlock": "abc123",
"sidebarIsHidden": false,
"title": "abc123",
"type": "ad",
@@ -35146,10 +35293,10 @@ Example
{
- "asset": "xyz789",
+ "asset": "abc123",
"caption": "abc123",
- "clue": "abc123",
- "label": "abc123"
+ "clue": "xyz789",
+ "label": "xyz789"
}
@@ -35298,12 +35445,12 @@ Example
"courseId": "course-1",
"endDate": "2007-12-03",
"id": "4",
- "instructors": ["xyz789"],
+ "instructors": ["abc123"],
"location": Location,
- "locationId": "4",
+ "locationId": 4,
"startDate": "2007-12-03",
"timeZone": "abc123",
- "title": "abc123"
+ "title": "xyz789"
}
@@ -35401,11 +35548,11 @@ Example
{
- "attendeeInfo": "abc123",
+ "attendeeInfo": "xyz789",
"endDate": "2007-12-03",
- "id": 4,
+ "id": "4",
"instructors": ["xyz789"],
- "location": 4,
+ "location": "4",
"startDate": "2007-12-03",
"title": "xyz789"
}
@@ -35667,28 +35814,28 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"catalogAsset": "abc123",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 123,
- "contentDescription": "xyz789",
- "contentEstimate": "abc123",
- "contentTime": "xyz789",
+ "completionTimeSeconds": 987,
+ "contentDescription": "abc123",
+ "contentEstimate": "xyz789",
+ "contentTime": "abc123",
"createdAt": "2007-12-03",
"editableByChildren": false,
- "id": 4,
+ "id": "4",
"indentationLevel": 987,
"lessonId": "4",
"meeting": "abc123",
- "meetingAttendeeInfo": "xyz789",
- "meetingSubtitle": "xyz789",
- "meetingTitle": "xyz789",
- "postTextBlock": "xyz789",
+ "meetingAttendeeInfo": "abc123",
+ "meetingSubtitle": "abc123",
+ "meetingTitle": "abc123",
+ "postTextBlock": "abc123",
"preTextBlock": "abc123",
- "preventProgression": true,
+ "preventProgression": false,
"title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -35754,7 +35901,7 @@ Example
{
"html": "abc123",
- "id": 4,
+ "id": "4",
"links": [MicrositeBlockLink]
}
@@ -35818,7 +35965,7 @@ Example
{
"asset": "xyz789",
- "href": "xyz789",
+ "href": "abc123",
"label": "abc123"
}
@@ -35965,14 +36112,14 @@ Example
"completionCriteria": [MilestoneCompletionCriteria],
"completionCriteriaDescription": "abc123",
"contentItems": [Content],
- "id": 4,
+ "id": "4",
"kind": "competencyAssessment",
"learningPath": "learning-path-1",
"milestoneCompetencyAssessment": MilestoneCompetencyAssessment,
"milestoneCourses": [MilestoneCourse],
- "name": "abc123",
+ "name": "xyz789",
"releaseDate": "2007-12-03",
- "releaseDays": 123,
+ "releaseDays": 987,
"requirement": "elective"
}
@@ -36135,16 +36282,16 @@ Example
{
"allowRetakes": false,
- "asset": "abc123",
- "buttonText": "abc123",
+ "asset": "xyz789",
+ "buttonText": "xyz789",
"competencyAssessment": CompetencyAssessment,
"competencyAssessmentId": "4",
"displayType": "image",
- "id": 4,
- "largeAsset": "xyz789",
- "passingScoreRequired": true,
+ "id": "4",
+ "largeAsset": "abc123",
+ "passingScoreRequired": false,
"requirement": "elective",
- "smallAsset": "xyz789",
+ "smallAsset": "abc123",
"subtitle": "xyz789",
"title": "abc123",
"type": "assessment"
@@ -36309,8 +36456,8 @@ Example
{
"awardType": AwardType,
- "id": 4,
- "threshold": 123,
+ "id": "4",
+ "threshold": 987,
"type": "award"
}
@@ -36527,8 +36674,8 @@ Example
"contentGrouping": "course",
"contentId": "4",
"contentTitle": "abc123",
- "hideCourseDescription": false,
- "id": "4",
+ "hideCourseDescription": true,
+ "id": 4,
"requirement": "elective"
}
@@ -36581,10 +36728,7 @@ Fields
Example
- {
- "contentId": "4",
- "requirement": "elective"
-}
+ {"contentId": 4, "requirement": "elective"}
@@ -36637,7 +36781,7 @@ Example
{
"milestoneCourses": [MilestoneCourseInput],
- "name": "abc123"
+ "name": "xyz789"
}
@@ -36933,22 +37077,22 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "xyz789",
+ "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"body": "abc123",
- "catalogAsset": "xyz789",
+ "catalogAsset": "abc123",
"clientId": "client-1",
"companyId": 4,
"completionTimeSeconds": 123,
- "contentDescription": "abc123",
- "contentEstimate": "xyz789",
+ "contentDescription": "xyz789",
+ "contentEstimate": "abc123",
"contentTime": "abc123",
"createdAt": "2007-12-03",
- "editableByChildren": true,
- "id": 4,
+ "editableByChildren": false,
+ "id": "4",
"indentationLevel": 123,
- "lessonId": "4",
+ "lessonId": 4,
"title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -37236,22 +37380,22 @@ Example
{
"accessibilityAudioAsset": "abc123",
- "accessibilityAudioAssetTitle": "xyz789",
+ "accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"asset": "abc123",
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 123,
+ "completionTimeSeconds": 987,
"contentDescription": "xyz789",
"contentEstimate": "abc123",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
"editableByChildren": true,
- "fileDownloadDisabled": false,
+ "fileDownloadDisabled": true,
"id": 4,
"indentationLevel": 123,
- "lessonId": 4,
+ "lessonId": "4",
"printDisabled": false,
"searchDisabled": false,
"title": "xyz789",
@@ -37326,7 +37470,7 @@ Fields
Example
- {"currentPage": 987, "hasMore": false, "perPage": 987, "total": 123}
+ {"currentPage": 987, "hasMore": true, "perPage": 123, "total": 987}
@@ -37772,28 +37916,28 @@ Example
{
"accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"client": "client-1",
"clientId": "client-1",
- "company": "xyz789",
- "companyId": 4,
- "completionTimeSeconds": 123,
+ "company": "abc123",
+ "companyId": "4",
+ "completionTimeSeconds": 987,
"contentDescription": "xyz789",
- "contentEstimate": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "abc123",
"createdAt": "2007-12-03",
- "editableByChildren": true,
+ "editableByChildren": false,
"id": "4",
- "indentationLevel": 987,
- "lesson": "xyz789",
- "lessonId": 4,
- "postTextBlock": "xyz789",
+ "indentationLevel": 123,
+ "lesson": "abc123",
+ "lessonId": "4",
+ "postTextBlock": "abc123",
"preTextBlock": "abc123",
- "showSidebar": false,
+ "showSidebar": true,
"slides": [Slides],
- "title": "abc123",
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -37938,18 +38082,18 @@ Example
{
- "alternativePricingRef": 123,
+ "alternativePricingRef": 987,
"alternativePricingType": "membership",
"asset": "http://www.test.com/",
"id": 4,
- "language": "xyz789",
- "longDescription": "abc123",
+ "language": "abc123",
+ "longDescription": "xyz789",
"name": "abc123",
"priceInCents": 987,
- "purchasable": true,
+ "purchasable": false,
"relatedProducts": [Product],
"status": "archived",
- "suggestedRetailPriceInCents": 987
+ "suggestedRetailPriceInCents": 123
}
@@ -38001,7 +38145,10 @@ Fields
Example
- {"bundle": Bundle, "bundleId": 4}
+ {
+ "bundle": Bundle,
+ "bundleId": "4"
+}
@@ -38089,7 +38236,7 @@ Example
{
- "certificate": 4,
+ "certificate": "4",
"certificateIssuedAt": "2007-12-03",
"course": "course-1",
"courseId": "course-1",
@@ -38436,39 +38583,39 @@ Example
{
"addAndDeleteRowsEnabled": false,
- "additionalContent": "xyz789",
- "body": "xyz789",
+ "additionalContent": "abc123",
+ "body": "abc123",
"choices": [QuestionChoice],
- "copyAnswerFromAssessmentId": "4",
+ "copyAnswerFromAssessmentId": 4,
"copyAnswerFromQuestion": Question,
"copyAnswerFromQuestionId": 4,
- "deleted": true,
+ "deleted": false,
"displayOption": "always",
- "fileSubmissionAsset": "abc123",
+ "fileSubmissionAsset": "xyz789",
"gradedAsCorrect": false,
- "id": "4",
- "mustSelectAllCorrectChoices": false,
+ "id": 4,
+ "mustSelectAllCorrectChoices": true,
"openEndedResponse": "xyz789",
"parentQuestion": 4,
- "placeholder": "xyz789",
- "postText": "abc123",
+ "placeholder": "abc123",
+ "postText": "xyz789",
"postText2": "xyz789",
"postTextDisplayOption": "always",
"postTextDisplayOption2": "always",
- "preText": "xyz789",
+ "preText": "abc123",
"preText2": "abc123",
"preTextDisplayOption": "always",
"preTextDisplayOption2": "always",
- "preselectedChoices": ["xyz789"],
+ "preselectedChoices": ["abc123"],
"questionCategory": QuestionCategory,
"questionCategoryId": 4,
"questionId": "4",
- "required": true,
+ "required": false,
"response": "abc123",
"selectedChoice": QuestionChoice,
"table": QuestionTable,
"tableResponse": QuestionTable,
- "type": "abc123"
+ "type": "xyz789"
}
@@ -38548,11 +38695,11 @@ Example
{
- "defaultCategory": false,
- "deleted": true,
+ "defaultCategory": true,
+ "deleted": false,
"id": "4",
- "name": "xyz789",
- "questions": 123
+ "name": "abc123",
+ "questions": 987
}
@@ -38632,11 +38779,11 @@ Example
{
- "defaultCategory": true,
- "deleted": true,
- "id": "4",
+ "defaultCategory": false,
+ "deleted": false,
+ "id": 4,
"name": "abc123",
- "questions": 987
+ "questions": 123
}
@@ -38735,10 +38882,10 @@ Example
{
"altText": "xyz789",
- "asset": "abc123",
- "choiceId": "abc123",
- "correct": true,
- "points": 987,
+ "asset": "xyz789",
+ "choiceId": "xyz789",
+ "correct": false,
+ "points": 123,
"response": "xyz789",
"value": "abc123"
}
@@ -38848,13 +38995,13 @@ Example
{
"altText": "abc123",
- "asset": "abc123",
- "choiceId": "xyz789",
+ "asset": "xyz789",
+ "choiceId": "abc123",
"correct": true,
- "points": 123,
- "response": "abc123",
- "value": "abc123",
- "valueArray": ["abc123"]
+ "points": 987,
+ "response": "xyz789",
+ "value": "xyz789",
+ "valueArray": ["xyz789"]
}
@@ -39220,31 +39367,31 @@ Example
{
"addAndDeleteRowsEnabled": true,
- "additionalContent": "abc123",
- "body": "xyz789",
+ "additionalContent": "xyz789",
+ "body": "abc123",
"choices": [QuestionChoiceInput],
- "copyAnswerFromAssessmentId": 4,
+ "copyAnswerFromAssessmentId": "4",
"copyAnswerFromQuestion": QuestionInput,
"copyAnswerFromQuestionId": 4,
"deleted": true,
"displayOption": "always",
- "fileSubmissionAsset": "xyz789",
- "mustSelectAllCorrectChoices": true,
+ "fileSubmissionAsset": "abc123",
+ "mustSelectAllCorrectChoices": false,
"openEndedResponse": "xyz789",
- "parentQuestion": 4,
+ "parentQuestion": "4",
"placeholder": "abc123",
"postText": "xyz789",
- "postText2": "xyz789",
+ "postText2": "abc123",
"postTextDisplayOption": "always",
"postTextDisplayOption2": "always",
"preText": "abc123",
"preText2": "xyz789",
"preTextDisplayOption": "always",
"preTextDisplayOption2": "always",
- "preselectedChoices": ["xyz789"],
+ "preselectedChoices": ["abc123"],
"questionCategory": QuestionCategoryInput,
"questionCategoryId": 4,
- "questionId": 4,
+ "questionId": "4",
"response": "abc123",
"selectedChoice": QuestionChoiceInput,
"table": QuestionTableInput,
@@ -39367,7 +39514,7 @@ Example
{
"locked": false,
"value": "abc123",
- "weight": "xyz789"
+ "weight": "abc123"
}
@@ -39865,37 +40012,37 @@ Example
"accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "allowToResume": false,
+ "allowToResume": true,
"catalogAsset": "xyz789",
"clientId": "client-1",
- "companyId": 4,
- "completionTimeSeconds": 987,
- "contentDescription": "xyz789",
+ "companyId": "4",
+ "completionTimeSeconds": 123,
+ "contentDescription": "abc123",
"contentEstimate": "abc123",
- "contentTime": "xyz789",
+ "contentTime": "abc123",
"continueAfterTimerExpires": false,
"createdAt": "2007-12-03",
- "displayAllHints": true,
- "displayAttemptNumbers": 123,
- "editableByChildren": false,
+ "displayAllHints": false,
+ "displayAttemptNumbers": 987,
+ "editableByChildren": true,
"failMessage": "abc123",
"hintControlEnabled": true,
"id": 4,
- "indentationLevel": 987,
+ "indentationLevel": 123,
"instructorAssessment": true,
- "isGraded": false,
+ "isGraded": true,
"lessonId": 4,
"maxAttempts": 123,
"minPassingPercent": 123,
"navigationDisabled": false,
- "passMessage": "xyz789",
- "preventProgression": true,
- "questionSkipEnabled": true,
+ "passMessage": "abc123",
+ "preventProgression": false,
+ "questionSkipEnabled": false,
"questions": [QuizQuestion],
- "showAnswerAfterPass": false,
- "startMessage": "abc123",
- "timeLimitInSeconds": 987,
- "timePerQuestionInSeconds": 987,
+ "showAnswerAfterPass": true,
+ "startMessage": "xyz789",
+ "timeLimitInSeconds": 123,
+ "timePerQuestionInSeconds": 123,
"timerEnabled": true,
"title": "xyz789",
"type": "ad",
@@ -40358,49 +40505,49 @@ Example
{
"addAndDeleteRowsEnabled": false,
- "additionalContent": "abc123",
+ "additionalContent": "xyz789",
"body": "abc123",
"choices": [QuestionChoice],
- "copyAnswerFromAssessmentId": "xyz789",
- "copyAnswerFromQuestionId": "xyz789",
+ "copyAnswerFromAssessmentId": "abc123",
+ "copyAnswerFromQuestionId": "abc123",
"displayOption": "always",
"fileSubmissionAsset": "abc123",
"gradedAsCorrect": true,
"hasChoices": true,
- "isBooleanChoice": true,
+ "isBooleanChoice": false,
"isBooleanChoiceOrMultipleChoice": false,
- "isEssay": false,
- "isFileSubmission": true,
- "isImageComparison": true,
- "isLikert": true,
+ "isEssay": true,
+ "isFileSubmission": false,
+ "isImageComparison": false,
+ "isLikert": false,
"isMultipleChoice": true,
"isOpenEnded": true,
"isOpenEndedOrEssay": false,
"isSelectBoxes": false,
"isTable": true,
- "mustSelectAllCorrectChoices": false,
+ "mustSelectAllCorrectChoices": true,
"openEndedResponse": "xyz789",
"parentQuestion": "abc123",
- "placeholder": "xyz789",
+ "placeholder": "abc123",
"postText": "xyz789",
"postText2": "xyz789",
"postTextDisplayOption": "always",
"postTextDisplayOption2": "always",
"preText": "abc123",
- "preText2": "abc123",
+ "preText2": "xyz789",
"preTextDisplayOption": "always",
"preTextDisplayOption2": "always",
"preselectedChoices": [QuestionChoice],
"questionCategoryId": "4",
- "questionId": "abc123",
+ "questionId": "xyz789",
"questionType": "abc123",
- "required": false,
- "response": "abc123",
- "scormInteractionType": "xyz789",
+ "required": true,
+ "response": "xyz789",
+ "scormInteractionType": "abc123",
"selectedChoice": QuestionChoice,
- "selectedChoiceOrNoChoiceAvailable": false,
- "shouldCheckAnswers": false,
- "shouldDisplayOnResults": false,
+ "selectedChoiceOrNoChoiceAvailable": true,
+ "shouldCheckAnswers": true,
+ "shouldDisplayOnResults": true,
"table": QuestionTable,
"tableResponse": QuestionTable,
"type": "xyz789"
@@ -40708,36 +40855,36 @@ Example
{
- "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"asset": "xyz789",
- "catalogAsset": "xyz789",
+ "catalogAsset": "abc123",
"client": "client-1",
"clientId": "client-1",
- "companyId": 4,
+ "companyId": "4",
"completionTimeSeconds": 987,
"contentDescription": "abc123",
"contentEstimate": "abc123",
- "contentTime": "abc123",
+ "contentTime": "xyz789",
"createdAt": "2007-12-03",
- "description": "xyz789",
+ "description": "abc123",
"editableByChildren": true,
- "id": "4",
+ "id": 4,
"indentationLevel": 987,
"ingredientGroups": [IngredientGroup],
"lessonId": 4,
- "nutrition": "xyz789",
+ "nutrition": "abc123",
"pairing": "abc123",
- "pairingIcon": "abc123",
- "postTextBlock": "xyz789",
+ "pairingIcon": "xyz789",
+ "postTextBlock": "abc123",
"preTextBlock": "xyz789",
"steps": [IngredientStep],
"time": "xyz789",
"title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03",
- "yield": "abc123"
+ "yield": "xyz789"
}
@@ -40831,10 +40978,7 @@ Fields
Example
- {
- "id": "4",
- "type": "xyz789"
-}
+ {"id": 4, "type": "abc123"}
@@ -40914,9 +41058,9 @@ Example
{
"color": "abc123",
- "contrastColor": "abc123",
- "darkerColor": "abc123",
- "label": "xyz789",
+ "contrastColor": "xyz789",
+ "darkerColor": "xyz789",
+ "label": "abc123",
"slug": Slug
}
@@ -40990,8 +41134,8 @@ Example
{
"favicon": "xyz789",
"footerScripts": "abc123",
- "headerScripts": "abc123",
- "id": 4
+ "headerScripts": "xyz789",
+ "id": "4"
}
@@ -41107,15 +41251,15 @@ Example
{
- "author": "abc123",
+ "author": "xyz789",
"categories": ["xyz789"],
"date": "2007-12-03",
- "description": "abc123",
+ "description": "xyz789",
"id": 4,
- "imageAltTitle": "abc123",
+ "imageAltTitle": "xyz789",
"imageUrl": "xyz789",
"link": "xyz789",
- "title": "xyz789"
+ "title": "abc123"
}
@@ -41235,15 +41379,15 @@ Example
{
- "courseTitle": "xyz789",
+ "courseTitle": "abc123",
"fullscreenEmbed": false,
"height": 123,
"isRusticiCourse": true,
"registrationCheckerEndpoint": "http://www.test.com/",
"registrationCheckerJWT": "abc123",
- "registrationId": "4",
+ "registrationId": 4,
"url": AbsoluteOrRelativeURL,
- "width": 987
+ "width": 123
}
@@ -41296,8 +41440,8 @@ Example
{
- "keyAttribute": "abc123",
- "keyName": "xyz789"
+ "keyAttribute": "xyz789",
+ "keyName": "abc123"
}
@@ -41594,7 +41738,7 @@ Example
{
"bundle": Bundle,
- "bundleId": "4",
+ "bundleId": 4,
"casAttributeMappings": [SSOAttributeMapping],
"casServerUrl": "http://www.test.com/",
"externalEcommerceUrl": "http://www.test.com/",
@@ -41602,8 +41746,8 @@ Example
"externalLogoutUrl": "http://www.test.com/",
"externalProfileUrl": "http://www.test.com/",
"externalRegisterUrl": "http://www.test.com/",
- "hasOpenIdClientSecret": true,
- "id": "4",
+ "hasOpenIdClientSecret": false,
+ "id": 4,
"openIdAttributeMappings": [SSOAttributeMapping],
"openIdAuthorizationParameters": {},
"openIdAuthorizationUrl": "http://www.test.com/",
@@ -41615,9 +41759,9 @@ Example
"openIdTokenUrl": "http://www.test.com/",
"openIdUserInfoUrl": "http://www.test.com/",
"openIdWellKnownUrl": "http://www.test.com/",
- "samlAllowUnencryptedAssertions": false,
+ "samlAllowUnencryptedAssertions": true,
"samlAttributeMappings": [SSOAttributeMapping],
- "samlForceReAuth": true,
+ "samlForceReAuth": false,
"samlIdpCertificate": "xyz789",
"samlSignRequests": true,
"samlSingleLogoutUrl": "http://www.test.com/",
@@ -41945,7 +42089,7 @@ Example
{
"accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"catalogAsset": "abc123",
"centralLibraryItemId": "xyz789",
@@ -41953,17 +42097,17 @@ Example
"companyId": "4",
"completionTimeSeconds": 123,
"contentDescription": "xyz789",
- "contentEstimate": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
- "directoryEntryPoint": "abc123",
- "editableByChildren": false,
+ "directoryEntryPoint": "xyz789",
+ "editableByChildren": true,
"embeddedEnabled": true,
- "enabledRevertProgress": false,
- "fullscreenEmbed": false,
- "height": 987,
- "id": 4,
- "indentationLevel": 987,
+ "enabledRevertProgress": true,
+ "fullscreenEmbed": true,
+ "height": 123,
+ "id": "4",
+ "indentationLevel": 123,
"isCentralLibraryItem": false,
"lessonId": "4",
"postTextBlock": "xyz789",
@@ -41975,7 +42119,7 @@ Example
"type": "ad",
"updatedAt": "2007-12-03",
"useProxy": false,
- "width": 123
+ "width": 987
}
@@ -42018,7 +42162,7 @@ Fields
Example
- {"seats": 123}
+ {"seats": 987}
@@ -42069,7 +42213,7 @@ Fields
Example
- {"priceInCents": 987, "seats": 987}
+ {"priceInCents": 123, "seats": 987}
@@ -42250,13 +42394,13 @@ Example
{
- "altText": "xyz789",
- "asset": "xyz789",
+ "altText": "abc123",
+ "asset": "abc123",
"audioAsset": "xyz789",
- "caption": "xyz789",
+ "caption": "abc123",
"timeSeconds": 123,
- "title": "abc123",
- "unrestrictedHeight": true
+ "title": "xyz789",
+ "unrestrictedHeight": false
}
@@ -42489,7 +42633,7 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"catalogAsset": "abc123",
@@ -42500,15 +42644,15 @@ Example
"contentEstimate": "xyz789",
"contentTime": "abc123",
"createdAt": "2007-12-03",
- "editableByChildren": false,
- "id": 4,
- "indentationLevel": 987,
+ "editableByChildren": true,
+ "id": "4",
+ "indentationLevel": 123,
"lessonId": "4",
- "postTextBlock": "abc123",
- "preTextBlock": "xyz789",
- "showSidebar": false,
+ "postTextBlock": "xyz789",
+ "preTextBlock": "abc123",
+ "showSidebar": true,
"slides": [Slides],
- "title": "xyz789",
+ "title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -42889,13 +43033,13 @@ Example
{
"displayAllHints": false,
- "navigationDisabled": false,
+ "navigationDisabled": true,
"questionSkipEnabled": true,
"questions": [QuizQuestion],
"quizzes": ["4"],
- "timePerQuestionInSeconds": 123,
+ "timePerQuestionInSeconds": 987,
"timerEnabled": false,
- "totalTimeInSeconds": 123
+ "totalTimeInSeconds": 987
}
@@ -43140,23 +43284,23 @@ Example
"accessibilityAudioAsset": "abc123",
"accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
"companyId": 4,
- "completionTimeSeconds": 987,
+ "completionTimeSeconds": 123,
"contentDescription": "abc123",
- "contentEstimate": "abc123",
+ "contentEstimate": "xyz789",
"contentTime": "abc123",
"createdAt": "2007-12-03",
"editableByChildren": true,
"id": 4,
"indentationLevel": 123,
"instructorAssessment": false,
- "isGraded": true,
- "lessonId": "4",
- "preventProgression": false,
+ "isGraded": false,
+ "lessonId": 4,
+ "preventProgression": true,
"questions": [QuizQuestion],
- "resultsMessage": "abc123",
+ "resultsMessage": "xyz789",
"title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -43230,7 +43374,7 @@ Example
{
- "id": 4,
+ "id": "4",
"isFolder": true,
"label": "abc123",
"updatedAt": "2007-12-03"
@@ -43547,34 +43691,34 @@ Example
{
- "accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "altText": "xyz789",
+ "altText": "abc123",
"asset": "abc123",
- "audioAsset": "xyz789",
+ "audioAsset": "abc123",
"caption": "abc123",
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
- "companyId": 4,
- "completionTimeSeconds": 123,
- "contentDescription": "abc123",
+ "companyId": "4",
+ "completionTimeSeconds": 987,
+ "contentDescription": "xyz789",
"contentEstimate": "xyz789",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
"displayAllHints": false,
"editableByChildren": false,
- "id": "4",
- "indentationLevel": 987,
- "instructorAssessment": true,
- "lessonId": 4,
+ "id": 4,
+ "indentationLevel": 123,
+ "instructorAssessment": false,
+ "lessonId": "4",
"questionSkipEnabled": true,
"questions": [QuizQuestion],
"resultsMessage": "xyz789",
"scoreTiers": [TallyPageScoreTier],
- "startMessage": "abc123",
- "timeSeconds": 123,
- "title": "xyz789",
+ "startMessage": "xyz789",
+ "timeSeconds": 987,
+ "title": "abc123",
"type": "ad",
"unrestrictedHeight": false,
"updatedAt": "2007-12-03"
@@ -43648,7 +43792,7 @@ Example
{
- "body": "abc123",
+ "body": "xyz789",
"lowerBound": 123,
"title": "abc123",
"upperBound": 987
@@ -43694,7 +43838,7 @@ Fields
Example
- {"globalTerms": "xyz789"}
+ {"globalTerms": "abc123"}
@@ -44043,38 +44187,38 @@ Example
{
- "accessibilityAudioAsset": "abc123",
+ "accessibilityAudioAsset": "xyz789",
"accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
- "allowToResume": false,
+ "allowToResume": true,
"catalogAsset": "abc123",
"clientId": "client-1",
- "companyId": "4",
+ "companyId": 4,
"completionTimeSeconds": 987,
- "contentDescription": "abc123",
- "contentEstimate": "xyz789",
- "contentTime": "abc123",
+ "contentDescription": "xyz789",
+ "contentEstimate": "abc123",
+ "contentTime": "xyz789",
"continueAfterTimerExpires": false,
"createdAt": "2007-12-03",
"editableByChildren": true,
- "failMessage": "xyz789",
- "hideQuestionResults": false,
+ "failMessage": "abc123",
+ "hideQuestionResults": true,
"id": 4,
- "indentationLevel": 987,
- "instructorAssessment": true,
- "isGraded": false,
- "lessonId": 4,
+ "indentationLevel": 123,
+ "instructorAssessment": false,
+ "isGraded": true,
+ "lessonId": "4",
"maxAttempts": 987,
- "minPassingPercent": 987,
- "passMessage": "xyz789",
+ "minPassingPercent": 123,
+ "passMessage": "abc123",
"preventProgression": true,
- "questionSkipEnabled": false,
+ "questionSkipEnabled": true,
"questions": [QuizQuestion],
"randomizeChoices": true,
- "startMessage": "xyz789",
- "subsetSize": 987,
- "timeLimitInSeconds": 123,
- "timePerQuestionInSeconds": 123,
+ "startMessage": "abc123",
+ "subsetSize": 123,
+ "timeLimitInSeconds": 987,
+ "timePerQuestionInSeconds": 987,
"title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
@@ -44157,9 +44301,9 @@ Example
{
- "body": "abc123",
+ "body": "xyz789",
"createdAt": "2007-12-03",
- "id": "4",
+ "id": 4,
"rating": 987,
"user": User
}
@@ -44430,25 +44574,25 @@ Example
{
- "accessibilityAudioAsset": "abc123",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"body": "abc123",
- "catalogAsset": "abc123",
+ "catalogAsset": "xyz789",
"clientId": "client-1",
- "companyId": 4,
- "completionTimeSeconds": 123,
- "contentDescription": "xyz789",
- "contentEstimate": "xyz789",
+ "companyId": "4",
+ "completionTimeSeconds": 987,
+ "contentDescription": "abc123",
+ "contentEstimate": "abc123",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
"editableByChildren": false,
"id": 4,
- "indentationLevel": 987,
- "lessonId": 4,
+ "indentationLevel": 123,
+ "lessonId": "4",
"sidebarIsHidden": false,
"sidebarItems": [TextPageSidebar],
- "title": "abc123",
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -44549,7 +44693,7 @@ Example
{
"adDimensions": "xyz789",
- "adTargeting": "xyz789",
+ "adTargeting": "abc123",
"adUnitId": "abc123",
"altText": "abc123",
"asset": "xyz789",
@@ -44745,20 +44889,20 @@ Example
"asset": "http://www.test.com/",
"assetFileName": "xyz789",
"body": "xyz789",
- "bookmark": 4,
+ "bookmark": "4",
"client": "client-1",
- "commentsCount": 123,
+ "commentsCount": 987,
"course": "course-1",
"createdAt": "2007-12-03",
"forum": Forum,
- "forumId": "4",
+ "forumId": 4,
"id": 4,
"matchCount": 123,
"notificationsEnabled": true,
"title": "xyz789",
"updatedAt": "2007-12-03",
"user": User,
- "videoAsset": 4
+ "videoAsset": "4"
}
@@ -44820,7 +44964,7 @@ Example
{
- "discussionRules": "xyz789",
+ "discussionRules": "abc123",
"pageInfo": PageInfo,
"threads": [Thread]
}
@@ -44966,9 +45110,9 @@ Example
{
"failMessage": "xyz789",
- "id": "4",
+ "id": 4,
"originalId": "4",
- "passMessage": "abc123",
+ "passMessage": "xyz789",
"postTextBlock": "abc123",
"preTextBlock": "xyz789",
"questionSkipEnabled": true,
@@ -45039,8 +45183,8 @@ Example
{
"categories": [TopicGroupCategory],
- "companyId": "4",
- "id": 4
+ "companyId": 4,
+ "id": "4"
}
@@ -45102,8 +45246,8 @@ Example
{
- "kind": "abc123",
- "label": "abc123",
+ "kind": "xyz789",
+ "label": "xyz789",
"subcategories": [TopicGroupSubcategory]
}
@@ -45167,8 +45311,8 @@ Example
{
"asset": "abc123",
- "isCentralLibraryItem": false,
- "name": "abc123"
+ "isCentralLibraryItem": true,
+ "name": "xyz789"
}
@@ -45284,7 +45428,7 @@ Fields
Example
- {"id": 4, "type": "ad"}
+ {"id": "4", "type": "ad"}
@@ -45620,7 +45764,7 @@ Example
{
"id": 4,
- "lang": "abc123",
+ "lang": "xyz789",
"translations": {}
}
@@ -46264,69 +46408,69 @@ Example
{
- "abbreviatedName": "xyz789",
+ "abbreviatedName": "abc123",
"accessedFlows": ["xyz789"],
"activeLicense": License,
- "address1": "abc123",
+ "address1": "xyz789",
"address2": "abc123",
"adminClients": [Client],
"allocatedLearningPaths": [AllocatedLearningPath],
"allocatedLicenses": [AllocatedLicense],
"asset": "abc123",
"attendedMeetings": [UserAttendedMeeting],
- "availableCoursesCount": 123,
- "balance": 123.45,
- "bio": "xyz789",
+ "availableCoursesCount": 987,
+ "balance": 987.65,
+ "bio": "abc123",
"certificatesCount": 123,
"city": "abc123",
"client": "client-1",
"clientId": "client-1",
- "collaborationsCount": 987,
+ "collaborationsCount": 123,
"completedCoursesCount": 987,
- "country": "xyz789",
+ "country": "abc123",
"createdAt": "2007-12-03",
"customFields": {},
- "disabled": true,
- "email": "xyz789",
- "externalCustomerId": 4,
+ "disabled": false,
+ "email": "abc123",
+ "externalCustomerId": "4",
"firstName": "xyz789",
"id": 4,
"invitedByName": "abc123",
"lang": "abc123",
"lastActiveAt": "2007-12-03",
- "lastInitial": "abc123",
- "lastName": "xyz789",
+ "lastInitial": "xyz789",
+ "lastName": "abc123",
"learnerUserId": 4,
"managerUserId": "4",
- "mustVerifyEmail": true,
+ "mustVerifyEmail": false,
"name": "xyz789",
"purchasedBundles": [PurchasedBundle],
"purchasedCourses": [PurchasedCourse],
"recommendedSlugs": [UserRecommendedSlug],
"recommendedTags": [UserRecommendedTag],
- "ref1": "xyz789",
- "ref2": "xyz789",
+ "ref1": "abc123",
+ "ref2": "abc123",
"ref3": "xyz789",
- "ref4": "abc123",
- "ref5": "abc123",
+ "ref4": "xyz789",
+ "ref5": "xyz789",
"ref6": "abc123",
- "ref7": "xyz789",
- "ref8": "xyz789",
+ "ref7": "abc123",
+ "ref8": "abc123",
"ref9": "abc123",
- "ref10": "xyz789",
+ "ref10": "abc123",
"roleKey": "abc123",
- "sfAccountId": "4",
+ "sfAccountId": 4,
"sfContactId": "4",
"shippingName": "xyz789",
"shouldHighlight": false,
- "startedCoursesCount": 987,
- "state": "abc123",
+ "startedCoursesCount": 123,
+ "state": "xyz789",
"stripeCustomerId": 4,
- "telephone": "xyz789",
- "twoFactorEnabled": false,
+ "telephone": "abc123",
+ "twoFactorEnabled": true,
"updatedAt": "2007-12-03",
"waitlistedCourses": [WaitlistedCourse],
- "zipCode": "abc123"
+ "zipCode": "xyz789"
}
@@ -46563,7 +46707,7 @@ Example
{
"choices": {},
- "id": 4,
+ "id": "4",
"label": "abc123",
"ref": 123,
"required": true,
@@ -46680,7 +46824,7 @@ Fields
Example
- {"percentComplete": 987, "totalTime": 987, "totalViews": 987}
+ {"percentComplete": 123, "totalTime": 123, "totalViews": 123}
@@ -46782,7 +46926,7 @@ Fields
Example
- {"boost": 123, "label": "xyz789"}
+ {"boost": 123, "label": "abc123"}
@@ -46842,7 +46986,7 @@ Fields
Example
- {"alreadyRedeemed": true, "codeExpired": true, "valid": true}
+ {"alreadyRedeemed": false, "codeExpired": true, "valid": false}
@@ -46893,7 +47037,7 @@ Fields
Example
- {"alreadyRedeemed": false, "valid": true}
+ {"alreadyRedeemed": true, "valid": false}
@@ -47161,30 +47305,30 @@ Example
{
- "accessibilityAudioAsset": "abc123",
- "accessibilityAudioAssetTitle": "xyz789",
+ "accessibilityAudioAsset": "xyz789",
+ "accessibilityAudioAssetTitle": "abc123",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"asset": "xyz789",
"body": "xyz789",
- "catalogAsset": "xyz789",
+ "catalogAsset": "abc123",
"clientId": "client-1",
- "companyId": 4,
+ "companyId": "4",
"completionTimeSeconds": 123,
- "contentDescription": "abc123",
- "contentEstimate": "xyz789",
- "contentTime": "abc123",
+ "contentDescription": "xyz789",
+ "contentEstimate": "abc123",
+ "contentTime": "xyz789",
"createdAt": "2007-12-03",
- "editableByChildren": true,
+ "editableByChildren": false,
"id": 4,
- "indentationLevel": 123,
+ "indentationLevel": 987,
"lessonId": "4",
"markers": [Marker],
- "postAsset": "xyz789",
- "posterImageAsset": "xyz789",
+ "postAsset": "abc123",
+ "posterImageAsset": "abc123",
"preAsset": "xyz789",
- "preTextBlock": "xyz789",
- "sidebarIsHidden": true,
- "title": "xyz789",
+ "preTextBlock": "abc123",
+ "sidebarIsHidden": false,
+ "title": "abc123",
"type": "ad",
"updatedAt": "2007-12-03"
}
@@ -47434,18 +47578,18 @@ Example
{
- "attendeeDialIn": "xyz789",
+ "attendeeDialIn": "abc123",
"coOrganizers": ["abc123"],
- "enableAutoRecording": true,
+ "enableAutoRecording": false,
"id": "4",
- "joinUrl": "abc123",
+ "joinUrl": "xyz789",
"organizerDialIn": "xyz789",
"originalWebinarDates": [WebinarDate],
"recurrence": {},
- "retrieveRecording": false,
- "timeZone": "abc123",
+ "retrieveRecording": true,
+ "timeZone": "xyz789",
"webexDescription": "xyz789",
- "webexLabName": "xyz789",
+ "webexLabName": "abc123",
"webexNumComputers": 987,
"webexReserveHOL": false,
"webexSessionPassword": "xyz789",
@@ -47550,9 +47694,9 @@ Example
{
"endTime": "2007-12-03",
- "goToTrainingKey": "xyz789",
+ "goToTrainingKey": "abc123",
"goToWebinarKey": "abc123",
- "meeting": 4,
+ "meeting": "4",
"startTime": "2007-12-03",
"webexTrainingSessionKey": "abc123",
"zoomOccurrenceKey": "xyz789"
@@ -47807,27 +47951,27 @@ Example
{
"accessibilityAudioAsset": "xyz789",
- "accessibilityAudioAssetTitle": "abc123",
+ "accessibilityAudioAssetTitle": "xyz789",
"accessibilityAudioAssetUrl": AbsoluteOrRelativeURL,
"catalogAsset": "abc123",
"clientId": "client-1",
"companyId": "4",
- "completionTimeSeconds": 123,
- "contentDescription": "xyz789",
+ "completionTimeSeconds": 987,
+ "contentDescription": "abc123",
"contentEstimate": "abc123",
"contentTime": "xyz789",
"createdAt": "2007-12-03",
- "editableByChildren": false,
- "id": "4",
- "indentationLevel": 987,
+ "editableByChildren": true,
+ "id": 4,
+ "indentationLevel": 123,
"instructorAssessment": true,
"lessonId": 4,
"linked": true,
- "preventProgression": true,
+ "preventProgression": false,
"questions": [QuizQuestion],
"resultsMessage": "xyz789",
- "startMessage": "abc123",
- "title": "abc123",
+ "startMessage": "xyz789",
+ "title": "xyz789",
"type": "ad",
"updatedAt": "2007-12-03"
}