Certifications (v1-2025-04-18)

The Certifications API provides all the capabilities for managing the certification process beginning with your Certification Program. You can also manage Applications, Courses, or Course Offerings from this API.

Like most of the other Rhythm apps, the Certifications API includes endpoints for Query Definitions. These endpoints are commonly used to retrieve saved queries, which can then be executed using the Query endpoints of the System API.

Languages
Servers
Mock server
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/
https://certifications.api.rhythmsoftware.com/

Activities

Activities

Operations

Activity Reg Processes

Activity Reg Processes

Operations

Activity Types

Activity Types

Operations

App Reference Processes

App Reference Processes

Operations

App Reference Types

App Reference Types

Operations

App Status Reasons

App Status Reasons

Operations

Application Fees

Application Fees

Operations

Application Notices

Application Notices

Operations

Application Processes

Application Processes

Operations

Application References

Application References

Operations

Applications

Applications

Operations

Billing Run Actions

Billing Run Actions

Operations

Billing Runs

Billing Runs

Operations

Billing Templates

Billing Templates

Operations

Certifications

Certifications

Operations

Coupons

Coupons

Operations

Course Fees

Course Fees

Operations

Course Instructors

Course Instructors

Operations

Course Offerings

Course Offerings

Operations

Creates a new course offering record that does not already exist.

Request

This method will auto-generate an ID and create a new course offering. If an ID is specified for the course offering, an error will be thrown.

Path
tenantIdstringrequired

The id of the tenant being accessed.

Bodyapplication/jsonrequired

The course offering that you would like to be saved.

additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "additional_instructor_ids": [
      "string"
    ],
    "address": {
      "city": "string",
      "country": "AD",
      "country_name": "string",
      "county": "string",
      "latitude": 0.1,
      "line1": "string",
      "line2": "string",
      "line3": "string",
      "longitude": 0.1,
      "postal_code": "string",
      "state": "string",
      "time_zone_id": "string"
    },
    "capacity_options": {
      "capacity": 0.1
    },
    "course_id": "string",
    "course_type_id": "string",
    "credits_to_assign": [
      {
        "automatically_verify": true,
        "credit_type_id": "string",
        "quantity": 0.1
      }
    ],
    "custom_field_values": [
      {
        "boolean_value": true,
        "custom_field_id": "string",
        "file_url_value": "string",
        "list_value": [
          "string"
        ],
        "numeric_value": 0.1,
        "string_value": "string",
        "table_value": [
          {}
        ]
      }
    ],
    "description": "string",
    "eligibility_requirements": {
      "advanced_rule_error_message": "string",
      "advanced_rules": {},
      "age_restrictions": {
        "maximum_age": 0.1,
        "minimum_age": 0.1
      },
      "award_options": {
        "award_ids": [
          "string"
        ],
        "award_type_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "award_recipients": true,
      "by_location": true,
      "certificants": true,
      "certification_options": {
        "logic_operator": "and",
        "program_ids": [
          "string"
        ]
      },
      "committee_member_options": {
        "committee_ids": [
          "string"
        ],
        "committee_position_ids": [
          "string"
        ],
        "committee_type_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "committee_members": true,
      "custom_logic_options": {
        "lambda_function_id": "string"
      },
      "customer_type": "contact",
      "donor_options": {
        "donor_club_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "donors": true,
      "enable_advanced_rules": true,
      "enable_age_restrictions": true,
      "enable_custom_logic": true,
      "enable_entitlement_restrictions": true,
      "enable_expression": true,
      "enable_organization_restrictions": true,
      "enable_status_restriction": true,
      "entitlement_restrictions": [
        {
          "quantity": 0.1,
          "type_id": "string"
        }
      ],
      "event_registration_options": {
        "event_ids": [
          "string"
        ],
        "logic_operator": "and",
        "registration_category_ids": [
          "string"
        ]
      },
      "event_registrations": true,
      "expression": "string",
      "expression_error_message": "string",
      "location": {
        "countries": [
          "string"
        ],
        "negate_logic": true
      },
      "logic_operator": "and",
      "member_options": {
        "chapter_member_options": {
          "chapter_ids": [
            "string"
          ],
          "chapter_type_ids": [
            "string"
          ],
          "logic_operator": "and"
        },
        "chapter_members": true,
        "member_package_ids": [
          "string"
        ],
        "member_status_reason_ids": [
          "string"
        ],
        "member_statuses": [
          "active"
        ],
        "member_type_ids": [
          "string"
        ],
        "section_member_options": {
          "logic_operator": "and",
          "section_ids": [
            "string"
          ],
          "section_type_ids": [
            "string"
          ]
        },
        "section_members": true
      },
      "members": true,
      "non_members": true,
      "organization_restrictions": {
        "contact_role_ids": [
          "string"
        ],
        "organization_type_ids": [
          "string"
        ]
      },
      "status_restrictions": {
        "0": "string"
      },
      "use_organization_for_eligibility": true
    },
    "enable_capacity": true,
    "enable_eligibility_requirements": true,
    "enable_webinar_integration": true,
    "end_date": "2019-08-24T14:15:22Z",
    "event_id": "string",
    "fee_id": "string",
    "id": "string",
    "instructor_id": "string",
    "instructor_names": [
      "string"
    ],
    "meeting_url": "string",
    "name": "string",
    "override_credit_assignment": true,
    "program_ids": [
      "string"
    ],
    "publish_to_portal": true,
    "sell_from": "2019-08-24T14:15:22Z",
    "sell_until": "2019-08-24T14:15:22Z",
    "short_description": "string",
    "start_date": "2019-08-24T14:15:22Z",
    "survey_url": "string",
    "sys_bulk_load_at": "string",
    "sys_bulk_load_id": "string",
    "sys_bulk_load_pk": "string",
    "sys_bulk_load_record_no": 0.1,
    "sys_bulk_load_source_file": "string",
    "sys_calculated_field_error": "string",
    "sys_calculated_field_errors": [
      {
        "error": "string",
        "field": "string"
      }
    ],
    "sys_configuration_snapshot_id": "string",
    "sys_created_at": "2019-08-24T14:15:22Z",
    "sys_created_by_id": "string",
    "sys_deleted_by_id": "string",
    "sys_directive": "string",
    "sys_external_id": "string",
    "sys_has_files_in_s3": true,
    "sys_last_bulk_data_operation_id": "string",
    "sys_last_bulk_data_operation_sys_version": "string",
    "sys_last_modified_at": "2019-08-24T14:15:22Z",
    "sys_last_modified_by_id": "string",
    "sys_last_security_context": {},
    "sys_locked": true,
    "sys_snapshot_base_version": 0.1,
    "sys_version": 0.1,
    "timezone": "string",
    "timezone_abbreviation": "string",
    "timezone_mode": "local",
    "timezone_offset": 0.1,
    "training_location_id": "string",
    "training_provider_id": "string",
    "type": "in person",
    "webinar_integration_options": {
      "meeting_id": null,
      "type": "meeting",
      "webinar_account_id": "string",
      "webinar_id": null,
      "webinar_service": "integrations-zoom-accounts"
    },
    "webinar_url": "string"
  }'

Responses

The course offering was saved successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

Response
application/json
{ "additional_instructor_ids": [ "string" ], "address": { "city": "string", "country": "AD", "country_name": "string", "county": "string", "latitude": 0.1, "line1": "string", "line2": "string", "line3": "string", "longitude": 0.1, "postal_code": "string", "state": "string", "time_zone_id": "string" }, "capacity_options": { "capacity": 0.1 }, "course_id": "string", "course_type_id": "string", "credits_to_assign": [ {} ], "custom_field_values": [ {} ], "description": "string", "eligibility_requirements": { "advanced_rule_error_message": "string", "advanced_rules": {}, "age_restrictions": {}, "award_options": {}, "award_recipients": true, "by_location": true, "certificants": true, "certification_options": {}, "committee_member_options": {}, "committee_members": true, "custom_logic_options": {}, "customer_type": "contact", "donor_options": {}, "donors": true, "enable_advanced_rules": true, "enable_age_restrictions": true, "enable_custom_logic": true, "enable_entitlement_restrictions": true, "enable_expression": true, "enable_organization_restrictions": true, "enable_status_restriction": true, "entitlement_restrictions": [], "event_registration_options": {}, "event_registrations": true, "expression": "string", "expression_error_message": "string", "location": {}, "logic_operator": "and", "member_options": {}, "members": true, "non_members": true, "organization_restrictions": {}, "status_restrictions": {}, "use_organization_for_eligibility": true }, "enable_capacity": true, "enable_eligibility_requirements": true, "enable_webinar_integration": true, "end_date": "2019-08-24T14:15:22Z", "event_id": "string", "fee_id": "string", "id": "string", "instructor_id": "string", "instructor_names": [ "string" ], "meeting_url": "string", "name": "string", "override_credit_assignment": true, "program_ids": [ "string" ], "publish_to_portal": true, "sell_from": "2019-08-24T14:15:22Z", "sell_until": "2019-08-24T14:15:22Z", "short_description": "string", "start_date": "2019-08-24T14:15:22Z", "survey_url": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "timezone": "string", "timezone_abbreviation": "string", "timezone_mode": "local", "timezone_offset": 0.1, "training_location_id": "string", "training_provider_id": "string", "type": "in person", "webinar_integration_options": { "meeting_id": null, "type": "meeting", "webinar_account_id": "string", "webinar_id": null, "webinar_service": "integrations-zoom-accounts" }, "webinar_url": "string" }

Execute Batch Operations

Request

TAllows you to perform up to 100 parallel patch/delete operations

Path
tenantIdstringrequired

The id of the tenant being accessed.

Bodyapplication/jsonrequired

The batch request

operationsArray of objects
curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/batch' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "operations": [
      {
        "id": null,
        "object": {},
        "operation": "create",
        "patch_directives": {
          "0": {
            "op": "add",
            "path": "string",
            "value": "string"
          }
        }
      }
    ]
  }'

Responses

Request completed successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
error_countnumber(float)(Error Count)

Number of error results

resultsArray of objects
success_countnumber(float)(Success Count)

Number of successful results

Response
application/json
{ "error_count": 0.1, "results": [ {} ], "success_count": 0.1 }

Returns a list of records with the specified course_id

Request

Returns a list of records with the specified course_id

Path
tenantIdstringrequired

The tenant

course_idstringrequired

The course_id to use to for record lookup

Query
includePastOfferingsstring

If set, past offerings are included in the list

fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned

exclusiveStartKeystring

If paging, this allows you to return the next set of results

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/course/{course_id}?exclusiveStartKey=string&fields=string&includePastOfferings=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The records were retrieved successfully

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
Countinteger
ItemsArray of objects(CourseOffering)
LastEvaluatedKeystring
Response
application/json
{ "Count": 0, "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a list of records with the specified event_id

Request

Returns a list of records with the specified event_id

Path
tenantIdstringrequired

The tenant

event_idstringrequired

The event_id to use to for record lookup

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned

exclusiveStartKeystring

If paging, this allows you to return the next set of results

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/event/{event_id}?exclusiveStartKey=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The records were retrieved successfully

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
Countinteger
ItemsArray of objects(CourseOffering)
LastEvaluatedKeystring
Response
application/json
{ "Count": 0, "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a list of records with the specified event_id

Request

Returns a list of records with the specified event_id

Path
tenantIdstringrequired

The tenant

event_idstringrequired

The event_id to use to for record lookup

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned

exclusiveStartKeystring

If paging, this allows you to return the next set of results

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/event/{event_id}/public?exclusiveStartKey=string&fields=string'

Responses

The records were retrieved successfully

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
Countinteger
ItemsArray of objects(CourseOffering)
LastEvaluatedKeystring
Response
application/json
{ "Count": 0, "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a list of records with the specified instructor_id

Request

Returns a list of records with the specified instructor_id

Path
tenantIdstringrequired

The tenant

instructor_idstringrequired

The instructor_id to use to for record lookup

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned

exclusiveStartKeystring

If paging, this allows you to return the next set of results

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/instructor/{instructor_id}?exclusiveStartKey=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The records were retrieved successfully

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
Countinteger
ItemsArray of objects(CourseOffering)
LastEvaluatedKeystring
Response
application/json
{ "Count": 0, "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a list of records with the specified course_id

Request

Returns a list of records with the specified course_id

Path
tenantIdstringrequired

The tenant

contact_idstringrequired

The contact_id to use to for record lookup

course_idstringrequired

The course_id to use to for record lookup

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned

exclusiveStartKeystring

If paging, this allows you to return the next set of results

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/portal/{contact_id}/describeForCourse/{course_id}?exclusiveStartKey=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The records were retrieved successfully

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
Countinteger
ItemsArray of objects(DescribeCourseOfferingResult)
LastEvaluatedKeystring
Response
application/json
{ "Count": 0, "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a course offering from the system by its ID.

Request

This method will look up a course offering by the specified ID and return it back.

Path
tenantIdstringrequired

The id of the tenant being accessed.

idstringrequired

The ID of the course offering to return.

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned.

consistentReadstring

Indicates the API should force a consistent read on the data source.

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/public/{id}?consistentRead=string&fields=string'

Responses

The course offering was retrieved successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

Response
application/json
{ "additional_instructor_ids": [ "string" ], "address": { "city": "string", "country": "AD", "country_name": "string", "county": "string", "latitude": 0.1, "line1": "string", "line2": "string", "line3": "string", "longitude": 0.1, "postal_code": "string", "state": "string", "time_zone_id": "string" }, "capacity_options": { "capacity": 0.1 }, "course_id": "string", "course_type_id": "string", "credits_to_assign": [ {} ], "custom_field_values": [ {} ], "description": "string", "eligibility_requirements": { "advanced_rule_error_message": "string", "advanced_rules": {}, "age_restrictions": {}, "award_options": {}, "award_recipients": true, "by_location": true, "certificants": true, "certification_options": {}, "committee_member_options": {}, "committee_members": true, "custom_logic_options": {}, "customer_type": "contact", "donor_options": {}, "donors": true, "enable_advanced_rules": true, "enable_age_restrictions": true, "enable_custom_logic": true, "enable_entitlement_restrictions": true, "enable_expression": true, "enable_organization_restrictions": true, "enable_status_restriction": true, "entitlement_restrictions": [], "event_registration_options": {}, "event_registrations": true, "expression": "string", "expression_error_message": "string", "location": {}, "logic_operator": "and", "member_options": {}, "members": true, "non_members": true, "organization_restrictions": {}, "status_restrictions": {}, "use_organization_for_eligibility": true }, "enable_capacity": true, "enable_eligibility_requirements": true, "enable_webinar_integration": true, "end_date": "2019-08-24T14:15:22Z", "event_id": "string", "fee_id": "string", "id": "string", "instructor_id": "string", "instructor_names": [ "string" ], "meeting_url": "string", "name": "string", "override_credit_assignment": true, "program_ids": [ "string" ], "publish_to_portal": true, "sell_from": "2019-08-24T14:15:22Z", "sell_until": "2019-08-24T14:15:22Z", "short_description": "string", "start_date": "2019-08-24T14:15:22Z", "survey_url": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "timezone": "string", "timezone_abbreviation": "string", "timezone_mode": "local", "timezone_offset": 0.1, "training_location_id": "string", "training_provider_id": "string", "type": "in person", "webinar_integration_options": { "meeting_id": null, "type": "meeting", "webinar_account_id": "string", "webinar_id": null, "webinar_service": "integrations-zoom-accounts" }, "webinar_url": "string" }

Searches for course offerings using predefined parameters

Request

Searches for course offerings using predefined parameters

Path
tenantIdstringrequired

The id of the tenant being accessed.

Query
exclusiveStartKeystring

The start key for the search, for paging support

fieldsToReturnstring

The fields that you want to retrieve; if omitted, the entire object is returned

Bodyapplication/jsonrequired

The course offering that you would like to be saved.

countrystring(Country)
course_idArray of strings(Course)
course_type_idArray of strings(Course Type)
end_dateArray of strings(End Date)<= 2 items
fee_idArray of strings(Fee)
idsArray of strings(Ids)

IDs to search

instructor_idArray of strings(Instructor)
program_idstring(Program)
publish_to_portalArray of booleans(Publish To Portal)
start_dateArray of strings(Start Date)<= 2 items
statestring(State)
training_location_idArray of strings(Training Location)
training_provider_idArray of strings(Training Provider)
typeArray of strings(Type)
curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/search?exclusiveStartKey=string&fieldsToReturn=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "country": "string",
    "course_id": [
      "string"
    ],
    "course_type_id": [
      "string"
    ],
    "end_date": [
      "string"
    ],
    "fee_id": [
      "string"
    ],
    "ids": [
      "string"
    ],
    "instructor_id": [
      "string"
    ],
    "program_id": "string",
    "publish_to_portal": [
      true
    ],
    "start_date": [
      "string"
    ],
    "state": "string",
    "training_location_id": [
      "string"
    ],
    "training_provider_id": [
      "string"
    ],
    "type": [
      "string"
    ]
  }'

Responses

The course offering search was saved successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
ItemsArray of objects(CourseOfferingSearchResults)
LastEvaluatedKeystring
Response
application/json
{ "Items": [ {} ], "LastEvaluatedKey": "string" }

Searches for course offerings using predefined parameters

Request

Searches for course offerings using predefined parameters

Path
tenantIdstringrequired

The id of the tenant being accessed.

Query
exclusiveStartKeystring

The start key for the search, for paging support

fieldsToReturnstring

The fields that you want to retrieve; if omitted, the entire object is returned

Bodyapplication/jsonrequired

The course offering that you would like to be saved.

countrystring(Country)
course_idArray of strings(Course)
course_type_idArray of strings(Course Type)
end_dateArray of strings(End Date)<= 2 items
fee_idArray of strings(Fee)
idsArray of strings(Ids)

IDs to search

instructor_idArray of strings(Instructor)
program_idstring(Program)
publish_to_portalArray of booleans(Publish To Portal)
start_dateArray of strings(Start Date)<= 2 items
statestring(State)
training_location_idArray of strings(Training Location)
training_provider_idArray of strings(Training Provider)
typeArray of strings(Type)
curl -i -X POST \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/search/public?exclusiveStartKey=string&fieldsToReturn=string' \
  -H 'Content-Type: application/json' \
  -d '{
    "country": "string",
    "course_id": [
      "string"
    ],
    "course_type_id": [
      "string"
    ],
    "end_date": [
      "string"
    ],
    "fee_id": [
      "string"
    ],
    "ids": [
      "string"
    ],
    "instructor_id": [
      "string"
    ],
    "program_id": "string",
    "publish_to_portal": [
      true
    ],
    "start_date": [
      "string"
    ],
    "state": "string",
    "training_location_id": [
      "string"
    ],
    "training_provider_id": [
      "string"
    ],
    "type": [
      "string"
    ]
  }'

Responses

The course offering search was saved successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
ItemsArray of objects(CourseOfferingSearchResults)
LastEvaluatedKeystring
Response
application/json
{ "Items": [ {} ], "LastEvaluatedKey": "string" }

Returns a course offering from the system by its ID.

Request

This method will delete a course offering with the specified ID.

Path
tenantIdstringrequired

The id of the tenant being accessed.

idstringrequired

The ID of the course offering to delete.

curl -i -X DELETE \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The course offering was deleted successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
string
Response
application/json
"string"

Returns a course offering from the system by its ID.

Request

This method will look up a course offering by the specified ID and return it back.

Path
tenantIdstringrequired

The id of the tenant being accessed.

idstringrequired

The ID of the course offering to return.

Query
fieldsstring

The fields that you want to retrieve; if omitted, the entire object is returned.

consistentReadstring

Indicates the API should force a consistent read on the data source.

curl -i -X GET \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/{id}?consistentRead=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

The course offering was retrieved successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

Response
application/json
{ "additional_instructor_ids": [ "string" ], "address": { "city": "string", "country": "AD", "country_name": "string", "county": "string", "latitude": 0.1, "line1": "string", "line2": "string", "line3": "string", "longitude": 0.1, "postal_code": "string", "state": "string", "time_zone_id": "string" }, "capacity_options": { "capacity": 0.1 }, "course_id": "string", "course_type_id": "string", "credits_to_assign": [ {} ], "custom_field_values": [ {} ], "description": "string", "eligibility_requirements": { "advanced_rule_error_message": "string", "advanced_rules": {}, "age_restrictions": {}, "award_options": {}, "award_recipients": true, "by_location": true, "certificants": true, "certification_options": {}, "committee_member_options": {}, "committee_members": true, "custom_logic_options": {}, "customer_type": "contact", "donor_options": {}, "donors": true, "enable_advanced_rules": true, "enable_age_restrictions": true, "enable_custom_logic": true, "enable_entitlement_restrictions": true, "enable_expression": true, "enable_organization_restrictions": true, "enable_status_restriction": true, "entitlement_restrictions": [], "event_registration_options": {}, "event_registrations": true, "expression": "string", "expression_error_message": "string", "location": {}, "logic_operator": "and", "member_options": {}, "members": true, "non_members": true, "organization_restrictions": {}, "status_restrictions": {}, "use_organization_for_eligibility": true }, "enable_capacity": true, "enable_eligibility_requirements": true, "enable_webinar_integration": true, "end_date": "2019-08-24T14:15:22Z", "event_id": "string", "fee_id": "string", "id": "string", "instructor_id": "string", "instructor_names": [ "string" ], "meeting_url": "string", "name": "string", "override_credit_assignment": true, "program_ids": [ "string" ], "publish_to_portal": true, "sell_from": "2019-08-24T14:15:22Z", "sell_until": "2019-08-24T14:15:22Z", "short_description": "string", "start_date": "2019-08-24T14:15:22Z", "survey_url": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "timezone": "string", "timezone_abbreviation": "string", "timezone_mode": "local", "timezone_offset": 0.1, "training_location_id": "string", "training_provider_id": "string", "type": "in person", "webinar_integration_options": { "meeting_id": null, "type": "meeting", "webinar_account_id": "string", "webinar_id": null, "webinar_service": "integrations-zoom-accounts" }, "webinar_url": "string" }

Partially updates a course offering with the specified ID.

Request

This method will patch an existing course offering with the specified ID, using the HTTP PATCH specification.

Path
tenantIdstringrequired

The id of the tenant being accessed.

idstringrequired

The ID of the course offering to patch.

Bodyapplication/jsonrequired

The patch directives conforming to RFC 6902.

Array [
opstring(Op)required

The operation

Enum"add""copy""move""remove""replace""test"
pathstring(Path)required

The JSON path

valuestring(Value)

The updated value

]
curl -i -X PATCH \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    {
      "op": "add",
      "path": "string",
      "value": "string"
    }
  ]'

Responses

The course offering was patched successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

Response
application/json
{ "additional_instructor_ids": [ "string" ], "address": { "city": "string", "country": "AD", "country_name": "string", "county": "string", "latitude": 0.1, "line1": "string", "line2": "string", "line3": "string", "longitude": 0.1, "postal_code": "string", "state": "string", "time_zone_id": "string" }, "capacity_options": { "capacity": 0.1 }, "course_id": "string", "course_type_id": "string", "credits_to_assign": [ {} ], "custom_field_values": [ {} ], "description": "string", "eligibility_requirements": { "advanced_rule_error_message": "string", "advanced_rules": {}, "age_restrictions": {}, "award_options": {}, "award_recipients": true, "by_location": true, "certificants": true, "certification_options": {}, "committee_member_options": {}, "committee_members": true, "custom_logic_options": {}, "customer_type": "contact", "donor_options": {}, "donors": true, "enable_advanced_rules": true, "enable_age_restrictions": true, "enable_custom_logic": true, "enable_entitlement_restrictions": true, "enable_expression": true, "enable_organization_restrictions": true, "enable_status_restriction": true, "entitlement_restrictions": [], "event_registration_options": {}, "event_registrations": true, "expression": "string", "expression_error_message": "string", "location": {}, "logic_operator": "and", "member_options": {}, "members": true, "non_members": true, "organization_restrictions": {}, "status_restrictions": {}, "use_organization_for_eligibility": true }, "enable_capacity": true, "enable_eligibility_requirements": true, "enable_webinar_integration": true, "end_date": "2019-08-24T14:15:22Z", "event_id": "string", "fee_id": "string", "id": "string", "instructor_id": "string", "instructor_names": [ "string" ], "meeting_url": "string", "name": "string", "override_credit_assignment": true, "program_ids": [ "string" ], "publish_to_portal": true, "sell_from": "2019-08-24T14:15:22Z", "sell_until": "2019-08-24T14:15:22Z", "short_description": "string", "start_date": "2019-08-24T14:15:22Z", "survey_url": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "timezone": "string", "timezone_abbreviation": "string", "timezone_mode": "local", "timezone_offset": 0.1, "training_location_id": "string", "training_provider_id": "string", "type": "in person", "webinar_integration_options": { "meeting_id": null, "type": "meeting", "webinar_account_id": "string", "webinar_id": null, "webinar_service": "integrations-zoom-accounts" }, "webinar_url": "string" }

Updates a course offering with the specified ID.

Request

This method will update an existing course offering with the specified ID.

Path
tenantIdstringrequired

The id of the tenant being accessed.

idstringrequired

The ID of the course offering to update.

Bodyapplication/jsonrequired

The updated course offering that will be saved.

additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

curl -i -X PUT \
  'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/courseOfferings/{tenantId}/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "additional_instructor_ids": [
      "string"
    ],
    "address": {
      "city": "string",
      "country": "AD",
      "country_name": "string",
      "county": "string",
      "latitude": 0.1,
      "line1": "string",
      "line2": "string",
      "line3": "string",
      "longitude": 0.1,
      "postal_code": "string",
      "state": "string",
      "time_zone_id": "string"
    },
    "capacity_options": {
      "capacity": 0.1
    },
    "course_id": "string",
    "course_type_id": "string",
    "credits_to_assign": [
      {
        "automatically_verify": true,
        "credit_type_id": "string",
        "quantity": 0.1
      }
    ],
    "custom_field_values": [
      {
        "boolean_value": true,
        "custom_field_id": "string",
        "file_url_value": "string",
        "list_value": [
          "string"
        ],
        "numeric_value": 0.1,
        "string_value": "string",
        "table_value": [
          {}
        ]
      }
    ],
    "description": "string",
    "eligibility_requirements": {
      "advanced_rule_error_message": "string",
      "advanced_rules": {},
      "age_restrictions": {
        "maximum_age": 0.1,
        "minimum_age": 0.1
      },
      "award_options": {
        "award_ids": [
          "string"
        ],
        "award_type_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "award_recipients": true,
      "by_location": true,
      "certificants": true,
      "certification_options": {
        "logic_operator": "and",
        "program_ids": [
          "string"
        ]
      },
      "committee_member_options": {
        "committee_ids": [
          "string"
        ],
        "committee_position_ids": [
          "string"
        ],
        "committee_type_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "committee_members": true,
      "custom_logic_options": {
        "lambda_function_id": "string"
      },
      "customer_type": "contact",
      "donor_options": {
        "donor_club_ids": [
          "string"
        ],
        "logic_operator": "and"
      },
      "donors": true,
      "enable_advanced_rules": true,
      "enable_age_restrictions": true,
      "enable_custom_logic": true,
      "enable_entitlement_restrictions": true,
      "enable_expression": true,
      "enable_organization_restrictions": true,
      "enable_status_restriction": true,
      "entitlement_restrictions": [
        {
          "quantity": 0.1,
          "type_id": "string"
        }
      ],
      "event_registration_options": {
        "event_ids": [
          "string"
        ],
        "logic_operator": "and",
        "registration_category_ids": [
          "string"
        ]
      },
      "event_registrations": true,
      "expression": "string",
      "expression_error_message": "string",
      "location": {
        "countries": [
          "string"
        ],
        "negate_logic": true
      },
      "logic_operator": "and",
      "member_options": {
        "chapter_member_options": {
          "chapter_ids": [
            "string"
          ],
          "chapter_type_ids": [
            "string"
          ],
          "logic_operator": "and"
        },
        "chapter_members": true,
        "member_package_ids": [
          "string"
        ],
        "member_status_reason_ids": [
          "string"
        ],
        "member_statuses": [
          "active"
        ],
        "member_type_ids": [
          "string"
        ],
        "section_member_options": {
          "logic_operator": "and",
          "section_ids": [
            "string"
          ],
          "section_type_ids": [
            "string"
          ]
        },
        "section_members": true
      },
      "members": true,
      "non_members": true,
      "organization_restrictions": {
        "contact_role_ids": [
          "string"
        ],
        "organization_type_ids": [
          "string"
        ]
      },
      "status_restrictions": {
        "0": "string"
      },
      "use_organization_for_eligibility": true
    },
    "enable_capacity": true,
    "enable_eligibility_requirements": true,
    "enable_webinar_integration": true,
    "end_date": "2019-08-24T14:15:22Z",
    "event_id": "string",
    "fee_id": "string",
    "id": "string",
    "instructor_id": "string",
    "instructor_names": [
      "string"
    ],
    "meeting_url": "string",
    "name": "string",
    "override_credit_assignment": true,
    "program_ids": [
      "string"
    ],
    "publish_to_portal": true,
    "sell_from": "2019-08-24T14:15:22Z",
    "sell_until": "2019-08-24T14:15:22Z",
    "short_description": "string",
    "start_date": "2019-08-24T14:15:22Z",
    "survey_url": "string",
    "sys_bulk_load_at": "string",
    "sys_bulk_load_id": "string",
    "sys_bulk_load_pk": "string",
    "sys_bulk_load_record_no": 0.1,
    "sys_bulk_load_source_file": "string",
    "sys_calculated_field_error": "string",
    "sys_calculated_field_errors": [
      {
        "error": "string",
        "field": "string"
      }
    ],
    "sys_configuration_snapshot_id": "string",
    "sys_created_at": "2019-08-24T14:15:22Z",
    "sys_created_by_id": "string",
    "sys_deleted_by_id": "string",
    "sys_directive": "string",
    "sys_external_id": "string",
    "sys_has_files_in_s3": true,
    "sys_last_bulk_data_operation_id": "string",
    "sys_last_bulk_data_operation_sys_version": "string",
    "sys_last_modified_at": "2019-08-24T14:15:22Z",
    "sys_last_modified_by_id": "string",
    "sys_last_security_context": {},
    "sys_locked": true,
    "sys_snapshot_base_version": 0.1,
    "sys_version": 0.1,
    "timezone": "string",
    "timezone_abbreviation": "string",
    "timezone_mode": "local",
    "timezone_offset": 0.1,
    "training_location_id": "string",
    "training_provider_id": "string",
    "type": "in person",
    "webinar_integration_options": {
      "meeting_id": null,
      "type": "meeting",
      "webinar_account_id": "string",
      "webinar_id": null,
      "webinar_service": "integrations-zoom-accounts"
    },
    "webinar_url": "string"
  }'

Responses

The course offering was updated successfully.

Headers
Access-Control-Allow-Headersstring
Access-Control-Allow-Methodsstring
Access-Control-Allow-Originstring
Bodyapplication/json
additional_instructor_idsArray of strings(Additional Instructors)

Additional instructors

addressobject(Address)

A complete address

capacity_optionsobject(Capacity Options)required
capacity_options.​capacitynumber(float)(Capacity)required

The offering capacity

course_idstring(Course)required

The course being scheduled

course_type_idstring(Course Type)

The type of course

credits_to_assignArray of objectsnon-emptyrequired
credits_to_assign[].​automatically_verifyboolean(Automatically Verify)

If true, the credits are verified upon assignment

credits_to_assign[].​credit_type_idstring(Credit Type)required

The credit type

credits_to_assign[].​quantitynumber(double)(Quantity)required

The qty to assign

custom_field_valuesArray of objects(Custom Field Values)
descriptionstring(Description)

Any information you want to display about this in the portal

eligibility_requirementsobject(Eligibility Requirements)required

The criteria to use

eligibility_requirements.​advanced_rule_error_messagestring(Advanced Rule Error Message)

The error message to show when the advanced rule fails

eligibility_requirements.​advanced_rulesobject(Advanced Rules)
eligibility_requirements.​age_restrictionsobject(Age Restrictions)
eligibility_requirements.​award_optionsobject(Award Options)
eligibility_requirements.​award_recipientsboolean(Award Recipients)

If set, only people who have received awards

eligibility_requirements.​by_locationboolean(By Location)

If true, then filter by location

eligibility_requirements.​certificantsboolean(Certificants)

If set, only people with specific certifications

eligibility_requirements.​certification_optionsCertification Options (object)(Certification Options)
One of:
eligibility_requirements.​committee_member_optionsCommittee Member Options (object)(Committee Member Options)
One of:
eligibility_requirements.​committee_membersboolean(Committee Members)

If set, active members who belong to a committee can purchase

eligibility_requirements.​custom_logic_optionsCustom Logic Options (object)(Custom Logic Options)
One of:
eligibility_requirements.​customer_typestring(Customer Type)
Enum"contact""organization"
eligibility_requirements.​donor_optionsobject(Donor Options)
eligibility_requirements.​donorsboolean(Donors)

If true, only donors

eligibility_requirements.​enable_advanced_rulesboolean(Enable Advanced Rules)

Enable advanced JSON rules

eligibility_requirements.​enable_age_restrictionsboolean(Enable Age Restrictions)

Age registrations

eligibility_requirements.​enable_custom_logicboolean(Enable Custom Logic)

If set, the order engine will call out to a custom lambda function to process/change the order immediately after bundle expansion

eligibility_requirements.​enable_entitlement_restrictionsboolean(Enable Entitlement Restrictions)

If set, then you must have certain entitlements

eligibility_requirements.​enable_expressionboolean(Enable Expression)

Whether or not to enable an expression for evaluation

eligibility_requirements.​enable_organization_restrictionsboolean(Enable Organization Restrictions)

If set, you can restrict organizations

eligibility_requirements.​enable_status_restrictionboolean(Enable Status Restriction)

If set, you can restrict by status

eligibility_requirements.​entitlement_restrictionsArray of objects
eligibility_requirements.​event_registration_optionsobject(Event Registration Options)
eligibility_requirements.​event_registrationsboolean(Event Registrations)

If set, only people who have registered for events

eligibility_requirements.​expressionstring(Expression)

The expression

eligibility_requirements.​expression_error_messagestring(Expression Error Message)

The error message to show when the expression fails

eligibility_requirements.​locationLocation (object)(Location)
One of:
eligibility_requirements.​logic_operatorstring(Logic Operator)
Enum"and""not"
eligibility_requirements.​member_optionsMember Options (object)(Member Options)
One of:
eligibility_requirements.​membersboolean(Members)

If set, active members can purchase this

eligibility_requirements.​non_membersboolean(Non Members)

If set, only nonmembers can purchase

eligibility_requirements.​organization_restrictionsobject(Organization Restrictions)
eligibility_requirements.​status_restrictionsArray of Status Restrictions (strings)(Status Restrictions)non-empty

The statuses

One of:

The statuses

non-empty
eligibility_requirements.​use_organization_for_eligibilityboolean(Use Organization For Eligibility)

If checked, a person's organization is used to check for eligibility, rather than the person themselves

enable_capacityboolean(Enable Capacity)

Whether capacity is set

enable_eligibility_requirementsboolean(Enable Eligibility Requirements)

If true, this offering is only available to certain individuals

enable_webinar_integrationboolean(Enable Webinar Integration)

If selecting, registration will be linked to an external webinar service

end_datestring(date-time)(End Date)required

The date of the course

event_idstring(Event)

If this offering is tied to a course, list it here

fee_idstring(Fee)

The course registration fee

idstring(ID)^[\w|-]+$required

The unique, string identifier of this course offering

instructor_idstring(Instructor)

The instructor

instructor_namesArray of strings(Instructor Names)

The names of the instructors

meeting_urlstring(Meeting Url)

The URL of the meeting

namestring(Name)required

The name of the course offering

override_credit_assignmentboolean(Override Credit Assignment)

If true, the credit assignment rules for this course are overridden for the offering

program_idsArray of strings(Programs)

The programs for which this course is relevant

publish_to_portalboolean(Publish To Portal)

Whether to sell the offering online

sell_fromstring(date-time)(Sell From)

Date to sell online from

sell_untilstring(date-time)(Sell Until)

Date to sell online from

short_descriptionstring(Short Description)

Any short descriptive information to display in the directory

start_datestring(date-time)(Start Date)required

The date of the course

survey_urlstring(Survey Url)

A link to the survey to use after the course is complete

sys_bulk_load_atstring(Sys Bulk Load At)

If this record was loaded via bulk, the timestamp when the record was processed

sys_bulk_load_idstring(Sys Bulk Load)

If this record was loaded via bulk, the ID of the bulk load process

sys_bulk_load_pkstring(Sys Bulk Load Pk)

If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key

sys_bulk_load_record_nonumber(float)(Sys Bulk Load Record No)

If this record was loaded via bulk, the record number in the source file

sys_bulk_load_source_filestring(Sys Bulk Load Source File)

If this record was loaded via bulk, the source file

sys_calculated_field_errorstring(Sys Calculated Field Error)

The error associated with the calculated field

sys_calculated_field_errorsArray of objects
sys_configuration_snapshot_idstring(Sys Configuration Snapshot)

If a snapshot was restored/applies to this record, the ID of the snapshot

sys_created_atstring(date-time)(Sys Created At)required

The date/time that this record was created, expressed in ISO-8601 date format

sys_created_by_idstring(Sys Created By)required

The ID of the user that created this record

sys_deleted_by_idstring(Sys Deleted By)

The ID of the user that deleted (or last tried to delete) this object

sys_directivestring(Sys Directive)

Means for passing directive information into an object processing logic

sys_external_idstring(Sys External)

The ID that a record has from an external system or data import

sys_has_files_in_s3boolean(Sys Has Files In S3)

If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion

sys_last_bulk_data_operation_idstring(Sys Last Bulk Data Operation)

If this record was last touched by a bulk data operation, the ID of that operation

sys_last_bulk_data_operation_sys_versionstring(Sys Last Bulk Data Operation Sys Version)

If this record was last touched by a bulk data operation, the sys_version at the time of that operation

sys_last_modified_atstring(date-time)(Sys Last Modified At)required

The date/time that this record record was last modified, expressed in ISO-8601 date format

sys_last_modified_by_idstring(Sys Last Modified By)required

The ID of the user that last modified this record

sys_last_security_contextobject(Sys Last Security Context)

The security context of the last insert, modify, or delete performed on this item

sys_lockedboolean(Sys Locked)

If set, this record is locked and cannot be changed via the API

sys_snapshot_base_versionnumber(float)(Sys Snapshot Base Version)

The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox

sys_versionnumber(float)(Sys Version)

A number representing the version of this record in the database

timezonestring(Timezone)required

The timezone in which the course offering lives

timezone_abbreviationstring(Timezone Abbreviation)

The timezone abbreviation, based on the event start date

timezone_modestring(Timezone Mode)
Enum"local""specific timezone"
timezone_offsetnumber(float)(Timezone Offset)

The time zone offset, in minutes, from UTC, based on the event start date

training_location_idstring(Training Location)required

The training location

training_provider_idstring(Training Provider)required

The training provider administering the course

typestring(Type)
Enum"in person""on-demand""virtual"
webinar_integration_optionsobject(Webinar Integration Options)required
webinar_integration_options.​meeting_idMeeting (string)(Meeting)

The meeting id

One of:

The meeting id

string(Meeting)

The meeting id

webinar_integration_options.​typestring(Type)

The video conference type

Enum"meeting""webinar"
webinar_integration_options.​webinar_account_idstring(Webinar Account)required

The account ID

webinar_integration_options.​webinar_idWebinar (string)(Webinar)

The webinar id

One of:

The webinar id

string(Webinar)

The webinar id

webinar_integration_options.​webinar_servicestring(Webinar Service)required

The integration service

Value"integrations-zoom-accounts"
webinar_urlstring(Webinar Url)

The URL of the webinar

Response
application/json
{ "additional_instructor_ids": [ "string" ], "address": { "city": "string", "country": "AD", "country_name": "string", "county": "string", "latitude": 0.1, "line1": "string", "line2": "string", "line3": "string", "longitude": 0.1, "postal_code": "string", "state": "string", "time_zone_id": "string" }, "capacity_options": { "capacity": 0.1 }, "course_id": "string", "course_type_id": "string", "credits_to_assign": [ {} ], "custom_field_values": [ {} ], "description": "string", "eligibility_requirements": { "advanced_rule_error_message": "string", "advanced_rules": {}, "age_restrictions": {}, "award_options": {}, "award_recipients": true, "by_location": true, "certificants": true, "certification_options": {}, "committee_member_options": {}, "committee_members": true, "custom_logic_options": {}, "customer_type": "contact", "donor_options": {}, "donors": true, "enable_advanced_rules": true, "enable_age_restrictions": true, "enable_custom_logic": true, "enable_entitlement_restrictions": true, "enable_expression": true, "enable_organization_restrictions": true, "enable_status_restriction": true, "entitlement_restrictions": [], "event_registration_options": {}, "event_registrations": true, "expression": "string", "expression_error_message": "string", "location": {}, "logic_operator": "and", "member_options": {}, "members": true, "non_members": true, "organization_restrictions": {}, "status_restrictions": {}, "use_organization_for_eligibility": true }, "enable_capacity": true, "enable_eligibility_requirements": true, "enable_webinar_integration": true, "end_date": "2019-08-24T14:15:22Z", "event_id": "string", "fee_id": "string", "id": "string", "instructor_id": "string", "instructor_names": [ "string" ], "meeting_url": "string", "name": "string", "override_credit_assignment": true, "program_ids": [ "string" ], "publish_to_portal": true, "sell_from": "2019-08-24T14:15:22Z", "sell_until": "2019-08-24T14:15:22Z", "short_description": "string", "start_date": "2019-08-24T14:15:22Z", "survey_url": "string", "sys_bulk_load_at": "string", "sys_bulk_load_id": "string", "sys_bulk_load_pk": "string", "sys_bulk_load_record_no": 0.1, "sys_bulk_load_source_file": "string", "sys_calculated_field_error": "string", "sys_calculated_field_errors": [ {} ], "sys_configuration_snapshot_id": "string", "sys_created_at": "2019-08-24T14:15:22Z", "sys_created_by_id": "string", "sys_deleted_by_id": "string", "sys_directive": "string", "sys_external_id": "string", "sys_has_files_in_s3": true, "sys_last_bulk_data_operation_id": "string", "sys_last_bulk_data_operation_sys_version": "string", "sys_last_modified_at": "2019-08-24T14:15:22Z", "sys_last_modified_by_id": "string", "sys_last_security_context": {}, "sys_locked": true, "sys_snapshot_base_version": 0.1, "sys_version": 0.1, "timezone": "string", "timezone_abbreviation": "string", "timezone_mode": "local", "timezone_offset": 0.1, "training_location_id": "string", "training_provider_id": "string", "type": "in person", "webinar_integration_options": { "meeting_id": null, "type": "meeting", "webinar_account_id": "string", "webinar_id": null, "webinar_service": "integrations-zoom-accounts" }, "webinar_url": "string" }

Course Reg Processes

Course Reg Processes

Operations

Course Registrations

Course Registrations

Operations

Course Types

Course Types

Operations

Courses

Courses

Operations

Credit Types

Credit Types

Operations

Credits

Credits

Operations

Directories

Directories

Operations

Exam Fees

Exam Fees

Operations

Exam Notices

Exam Notices

Operations

Exam Offerings

Exam Offerings

Operations

Exam Reg Processes

Exam Reg Processes

Operations

Exam Registrations

Exam Registrations

Operations

Exam Sites

Exam Sites

Operations

Exams

Exams

Operations

Expiration Rule Sets

Expiration Rule Sets

Operations

Fees

Fees

Operations

Instructors

Instructors

Operations

License Types

License Types

Operations

Notices

Notices

Operations

Profiles

Profiles

Operations

Program Groups

Program Groups

Operations

Programs

Programs

Operations

Project Types

Project Types

Operations

Query Definitions

Query Definitions

Operations

Recurring Billing Runs

Recurring Billing Runs

Operations

Settings

Settings

Operations

Statistics

Statistics

Operations

Status Reasons

Status Reasons

Operations

Testing Facilities

Testing Facilities

Operations

Training Locations

Training Locations

Operations

Training Prov Programs

Training Prov Programs

Operations

Training Providers

Training Providers

Operations