This method will auto-generate an ID and create a new training provider. If an ID is specified for the training provider, an error will be thrown.
The training provider that you would like to be saved.
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will scan all training providers and and return them to the caller.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
]
This method will look up a training provider by the specified ID and return it back.
curl -i -X GET \ 'https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will update an existing training provider with the specified ID.
The updated training provider that will be saved.
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will patch an existing training provider with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "contact_id": "string",
- "name": "string",
- "territories": [
- {
- "type": "country",
- "country": "string"
}
], - "billing_exempt": true,
- "contract_uri": "string",
- "notes": "string",
- "is_active": true,
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will delete a training provider with the specified ID.
curl -i -X DELETE \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Allows for a portal user to create a new contact
The contact
{ }
{ }
Allows for a portal user to get a new contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/contact/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to update a new contact
The contact
{ }
{ }
Allows for a portal user to search for contacts
The contact
{ }
{ }
Allows for a portal user to create a course registration
The contact
{ }
{ }
Allows for a portal user to get a course registration
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/courseRegistration/:trainingProviderId/:courseRegistrationId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to create a course registration
The contact
{ }
{ }
Shows a list of course registration by contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/courseRegistrations/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to create a exam registration
The contact
{ }
{ }
Allows for a portal user to get an exam registration
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/examRegistration/:trainingProviderId/:examRegistrationId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to create a exam registration
The contact
{ }
{ }
Shows a list of exam registration by contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/examRegistrations/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to create a certification application
The contact
{ }
{ }
Allows for a portal user to get a certification application
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/application/:trainingProviderId/:applicationId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to update a certification application
The certification application id
{ }
{ }
Allows for a portal user to create an order for someone elses certification application
The contact
{ }
{ }
Shows a list of applications by contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/applications/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for a portal user to generate a certification application
curl -i -X POST \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/generateApplication/:trainingProviderId/:processId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Get a certification
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/certification/:trainingProviderId/:certificationId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Shows a list of certifications by contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/certifications/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Shows a list of invoices by contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/invoices/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Get the eligible appliation process
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/eligibleApplicationProcess/:trainingProviderId/:programId/:customerType/:contactOrOrganizationId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Get the eligible course registration process
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/eligibleCourseRegProcess/:trainingProviderId/:contactId/:courseId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Get the eligible exam registration process
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/eligibleExamRegProcess/:trainingProviderId/:contactId/:examId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
List the certification activites for the given contact
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/activities/:trainingProviderId/:contactId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Allows for portal users to create a certification activity
The contact
{ }
{ }
Allows for a portal user to update an activity
The activity to be updated
{ }
{ }
Allows for portal users to process a certification activity
curl -i -X PUT \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/processActivity/:trainingProviderId/:activityId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Get the eligible activity reg process
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/eligibleActivityRegProcess/:trainingProviderId/:contactId/:activityTypeId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
Optional query criteria
{ }
{ }
Returns a list of queries training providers are able to run
curl -i -X GET \ https://certifications.api.756794052567.rhythmsoftware.com/trainingProviders/:tenantId/portal/queries/:trainingProviderId \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "queries": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "type": "string"
}
]
}
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "operation": "create",
- "id": "string",
- "patch_directives": [
- {
- "op": "add",
- "path": "string",
- "value": "string"
}
], - "object": { }
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}