Skip to main content

CreateInPersonEvent

The results of this mutation can be affected by providing an authToken header to set a user for the operation.

CreateInPersonEvent(
title: String!
language: String
startDate: Date!
endDate: Date!
contentType: String
meetings: [MeetingFields!]!
): Course!

Directives

authAccess

This requires the current user to be in MANAGER role.

Arguments

CreateInPersonEvent.title ● String! non-null scalar

CreateInPersonEvent.language ● String scalar

CreateInPersonEvent.startDate ● Date! non-null scalar

CreateInPersonEvent.endDate ● Date! non-null scalar

CreateInPersonEvent.contentType ● String scalar

CreateInPersonEvent.meetings ● [MeetingFields!]! non-null input

Type

Course object

Examples

Run in Postman

Query:

CreateInPersonEvent(
$title: String!,
$language: String,
$startDate: Date!,
$endDate: Date!,
$contentType: String,
$meetings: [MeetingFields!]!
) {
CreateInPersonEvent(
title: $title,
language: $language,
startDate: $startDate,
endDate: $endDate,
contentType: $contentType,
meetings: $meetings
) {
id
createdAt
updatedAt
slug
status
title
sessionIsTitled
sampleLesson {
...LessonFragment
}
sampleLessonId
sections {
...SectionFragment
}
appearanceBlock
appearanceHash
paywallsBlock
termsBlock
confirmationBlock
courseStartDate
courseEndDate
enrollmentStartDate
enrollmentEndDate
gracePeriodEndDate
seatsLimit
waitlistCount
seatsLimitMet
waitlistingEnabled
waitlistingTriggered
taxable
purchasable
taxCategory
fulfillmentCenter
courseGroup {
...CourseGroupFragment
}
syllabusTitlesEnabled
galleryEnabled
workbookEnabled
linkedWorkbookEnabled
linkedWorkbookSkipEnabled
superquizEnabled
discussionsEnabled
resourcesEnabled
meetingsOverviewEnabled
instructorAccessEnabled
instructorEmails
freeWithRegistration
priceInCents
instructorAccessPriceInCents
suggestedRetailPriceInCents
alternativePricingType
alternativePricingRef
accessDays
showProgress
forceLinearProgress
completionTimePerPage
askLearnerPassword
roster
topicGroupId
sku
prerequisiteCourses {
...CourseFragment
}
prerequisiteLearningPaths {
...LearningPathFragment
}
parentCourseId
isChild
hasMultipleCurrencies
prices {
...ItemPriceFragment
}
enrollmentActive
waitlistActive
webinarDates {
...DateRangeFragment
}
webinarTimeZone
meetings {
...MeetingFragment
}
inPersonEventInfo {
...InPersonEventInfoFragment
}
currentUserHasAccess
location {
...LocationFragment
}
displayMap
publishDate
isActive
futurePublishDate
balanceRequirement
awardClaimingOptions {
...CourseAwardClaimingOptionFragment
}
availabilityStatus
embeddedEnabled
displayResults
bulkPurchasingEnabled
seatTiers {
...SeatTierFragment
}
seatPackages {
...SeatPackageFragment
}
lastTierPriceInCents
webinarId
hasChildren
customFields
kind
rosterSubmittedDate
finalAssessment
scormCollectUserDetails
seatsUsedCount
seatsAllocatedCount
webinarDetails {
...WebinarBlockFragment
}
showSyllabusWhileUnenrolled
topicGroup {
...TopicGroupFragment
}
courseGroupTitle
}
}

Variables:

{
"title": "xyz789",
"language": "abc123",
"startDate": "2024-09-26T13:39:48.013Z",
"endDate": "2024-09-26T13:39:48.013Z",
"contentType": "abc123",
"meetings": [
"MeetingFields"
]
}

Response:

{
"data": {
"CreateInPersonEvent": {
"id": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"createdAt": "2025-03-26T13:39:48.013Z",
"updatedAt": "2024-09-26T13:39:48.013Z",
"slug": "Slug",
"status": "draft",
"title": "xyz789",
"sessionIsTitled": true,
"sampleLesson": "Lesson",
"sampleLessonId": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"sections": [
"Section"
],
"appearanceBlock": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"appearanceHash": "xyz789",
"paywallsBlock": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"termsBlock": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"confirmationBlock": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"courseStartDate": "2025-03-26T13:39:48.013Z",
"courseEndDate": "2025-03-26T13:39:48.013Z",
"enrollmentStartDate": "2024-09-26T13:39:48.013Z",
"enrollmentEndDate": "2025-03-26T13:39:48.013Z",
"gracePeriodEndDate": "2025-03-26T13:39:48.013Z",
"seatsLimit": 116,
"waitlistCount": 116,
"seatsLimitMet": true,
"waitlistingEnabled": false,
"waitlistingTriggered": false,
"taxable": true,
"purchasable": true,
"taxCategory": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"fulfillmentCenter": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"courseGroup": "courseGroup-1",
"syllabusTitlesEnabled": true,
"galleryEnabled": true,
"workbookEnabled": false,
"linkedWorkbookEnabled": true,
"linkedWorkbookSkipEnabled": false,
"superquizEnabled": true,
"discussionsEnabled": true,
"resourcesEnabled": false,
"meetingsOverviewEnabled": true,
"instructorAccessEnabled": false,
"instructorEmails": [
"abc123"
],
"freeWithRegistration": false,
"priceInCents": 116,
"instructorAccessPriceInCents": 116,
"suggestedRetailPriceInCents": 116,
"alternativePricingType": "membership",
"alternativePricingRef": 116,
"accessDays": 116,
"showProgress": true,
"forceLinearProgress": false,
"completionTimePerPage": 116,
"askLearnerPassword": false,
"roster": true,
"topicGroupId": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"sku": "xyz789",
"prerequisiteCourses": [
"Course"
],
"prerequisiteLearningPaths": [
"LearningPath"
],
"parentCourseId": "0e99a117-e3b6-40a6-867c-6b3bbc166b41",
"isChild": false,
"hasMultipleCurrencies": true,
"prices": [
"ItemPrice"
],
"enrollmentActive": true,
"waitlistActive": true,
"webinarDates": [
"DateRange"
],
"webinarTimeZone": "xyz789",
"meetings": [
"Meeting"
],
"inPersonEventInfo": "InPersonEventInfo",
"currentUserHasAccess": true,
"location": "Location",
"displayMap": false,
"publishDate": "2024-09-26T13:39:48.013Z",
"isActive": false,
"futurePublishDate": "2024-09-26T13:39:48.013Z",
"balanceRequirement": 326.65,
"awardClaimingOptions": [
"CourseAwardClaimingOption"
],
"availabilityStatus": "abc123",
"embeddedEnabled": true,
"displayResults": true,
"bulkPurchasingEnabled": true,
"seatTiers": [
"SeatTier"
],
"seatPackages": [
"SeatPackage"
],
"lastTierPriceInCents": 116,
"webinarId": "xyz789",
"hasChildren": true,
"customFields": "{}",
"kind": "microCourse",
"rosterSubmittedDate": "2025-03-26T13:39:48.013Z",
"finalAssessment": "xyz789",
"scormCollectUserDetails": false,
"seatsUsedCount": 116,
"seatsAllocatedCount": 116,
"webinarDetails": "WebinarBlock",
"showSyllabusWhileUnenrolled": false,
"topicGroup": "TopicGroup",
"courseGroupTitle": "xyz789"
}
}
}