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.
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/
https://certifications.api.rhythmsoftware.com/
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}?exclusiveStartKey=string&fields=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
The certificationswere retrieved successfully.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
If this certification was transferred from another, link it here
[ { "certificate_uri": "string", "certification_date": "string", "city": "string", "contact_id": "string", "country": "string", "custom_field_values": [ … ], "customer_id": "string", "do_not_drop": true, "email_address": "string", "expiration_date": "string", "first_name": "string", "forecasted_renewal_amount": 0.1, "grandfathered": true, "id": "string", "issuing_training_provider_id": "string", "job_title": "string", "lapse_date": "string", "last_application_id": "string", "last_name": "string", "last_reminder_date": "string", "name": "string", "name_to_be_printed_on_certificate": "string", "notes": "string", "notices": [ … ], "number": 0.1, "organization_id": "string", "owner_type": "contact", "program_id": "string", "reinstatement_date": "string", "renewal_date": "string", "renewal_training_provider_id": "string", "state": "string", "status": "active", "status_reason_id": "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, "term_start_date": "string", "termination_date": "string", "transferred_from_id": "string" } ]
The certification that you would like to be saved.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"certificate_uri": "string",
"certification_date": "string",
"city": "string",
"contact_id": "string",
"country": "string",
"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": [
{}
]
}
],
"customer_id": "string",
"do_not_drop": true,
"email_address": "string",
"expiration_date": "string",
"first_name": "string",
"forecasted_renewal_amount": 0.1,
"grandfathered": true,
"id": "string",
"issuing_training_provider_id": "string",
"job_title": "string",
"lapse_date": "string",
"last_application_id": "string",
"last_name": "string",
"last_reminder_date": "string",
"name": "string",
"name_to_be_printed_on_certificate": "string",
"notes": "string",
"notices": [
{
"date": "2019-08-24T14:15:22Z",
"notice_id": "string"
}
],
"number": 0.1,
"organization_id": "string",
"owner_type": "contact",
"program_id": "string",
"reinstatement_date": "string",
"renewal_date": "string",
"renewal_training_provider_id": "string",
"state": "string",
"status": "active",
"status_reason_id": "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,
"term_start_date": "string",
"termination_date": "string",
"transferred_from_id": "string"
}'
The certification was saved successfully.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
{ "certificate_uri": "string", "certification_date": "string", "city": "string", "contact_id": "string", "country": "string", "custom_field_values": [ { … } ], "customer_id": "string", "do_not_drop": true, "email_address": "string", "expiration_date": "string", "first_name": "string", "forecasted_renewal_amount": 0.1, "grandfathered": true, "id": "string", "issuing_training_provider_id": "string", "job_title": "string", "lapse_date": "string", "last_application_id": "string", "last_name": "string", "last_reminder_date": "string", "name": "string", "name_to_be_printed_on_certificate": "string", "notes": "string", "notices": [ { … } ], "number": 0.1, "organization_id": "string", "owner_type": "contact", "program_id": "string", "reinstatement_date": "string", "renewal_date": "string", "renewal_training_provider_id": "string", "state": "string", "status": "active", "status_reason_id": "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, "term_start_date": "string", "termination_date": "string", "transferred_from_id": "string" }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/batch
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/batch
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{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"
}
}
}
]
}'
{ "error_count": 0.1, "results": [ { … } ], "success_count": 0.1 }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/certificate/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/certificate/{id}
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/certificate/{id}?downloadAsHtml=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
"string"
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/contact/{contact_id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/contact/{contact_id}
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/contact/{contact_id}?exclusiveStartKey=string&fields=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "Count": 0, "Items": [ { … } ], "LastEvaluatedKey": "string" }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/organization/{organization_id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/organization/{organization_id}
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/organization/{organization_id}?exclusiveStartKey=string&fields=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "Count": 0, "Items": [ { … } ], "LastEvaluatedKey": "string" }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/previewCertificate
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/previewCertificate
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/previewCertificate' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"certificate_template": "string",
"certification_id": "string"
}'
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/previewEmail
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/previewEmail
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/previewEmail' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"activity_id": "string",
"application_id": "string",
"certification_id": "string",
"destination_email_address": "string",
"email_template": {
"bcc": "string",
"body": "string",
"cc": "string",
"from": "string",
"from_name": "string",
"reply_to": "string",
"subject": "string"
},
"reference_id": "string",
"registration_id": "string"
}'
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/search
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/search
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/search?exclusiveStartKey=string&fieldsToReturn=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"certification_date": [
"2019-08-24T14:15:22Z",
"2019-08-24T14:15:22Z"
],
"city": "string",
"email_address": "string",
"expiration_date": [
"2019-08-24T14:15:22Z",
"2019-08-24T14:15:22Z"
],
"id": [
"string"
],
"is_new": "string",
"job_title": "string",
"name": "string",
"number": [
0.1,
0.1
],
"origin": [
"string"
],
"owner_type": "string",
"program_id": [
"string"
],
"renewal_date": [
"2019-08-24T14:15:22Z",
"2019-08-24T14:15:22Z"
],
"state": "string",
"status": [
"string"
],
"termination_date": [
"2019-08-24T14:15:22Z",
"2019-08-24T14:15:22Z"
]
}'
{ "Items": [ { … } ], "LastEvaluatedKey": "string" }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/sendNotice/{notice_id}/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/sendNotice/{notice_id}/{id}
curl -i -X POST \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/sendNotice/{notice_id}/{id}?new_status_reason_id=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{}
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/{id}
curl -i -X DELETE \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
"string"
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/{id}
curl -i -X GET \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}?consistentRead=string&fields=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
The certification was retrieved successfully.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
{ "certificate_uri": "string", "certification_date": "string", "city": "string", "contact_id": "string", "country": "string", "custom_field_values": [ { … } ], "customer_id": "string", "do_not_drop": true, "email_address": "string", "expiration_date": "string", "first_name": "string", "forecasted_renewal_amount": 0.1, "grandfathered": true, "id": "string", "issuing_training_provider_id": "string", "job_title": "string", "lapse_date": "string", "last_application_id": "string", "last_name": "string", "last_reminder_date": "string", "name": "string", "name_to_be_printed_on_certificate": "string", "notes": "string", "notices": [ { … } ], "number": 0.1, "organization_id": "string", "owner_type": "contact", "program_id": "string", "reinstatement_date": "string", "renewal_date": "string", "renewal_training_provider_id": "string", "state": "string", "status": "active", "status_reason_id": "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, "term_start_date": "string", "termination_date": "string", "transferred_from_id": "string" }
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/{id}
curl -i -X PATCH \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"op": "add",
"path": "string",
"value": "string"
}
]'
The certification was patched successfully.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
{ "certificate_uri": "string", "certification_date": "string", "city": "string", "contact_id": "string", "country": "string", "custom_field_values": [ { … } ], "customer_id": "string", "do_not_drop": true, "email_address": "string", "expiration_date": "string", "first_name": "string", "forecasted_renewal_amount": 0.1, "grandfathered": true, "id": "string", "issuing_training_provider_id": "string", "job_title": "string", "lapse_date": "string", "last_application_id": "string", "last_name": "string", "last_reminder_date": "string", "name": "string", "name_to_be_printed_on_certificate": "string", "notes": "string", "notices": [ { … } ], "number": 0.1, "organization_id": "string", "owner_type": "contact", "program_id": "string", "reinstatement_date": "string", "renewal_date": "string", "renewal_training_provider_id": "string", "state": "string", "status": "active", "status_reason_id": "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, "term_start_date": "string", "termination_date": "string", "transferred_from_id": "string" }
The updated certification that will be saved.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}
https://certifications.api.rhythmsoftware.com/certifications/{tenantId}/{id}
curl -i -X PUT \
'https://docs.api.rhythmsoftware.com/_mock/apis/certifications/certifications-v1/certifications/{tenantId}/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"certificate_uri": "string",
"certification_date": "string",
"city": "string",
"contact_id": "string",
"country": "string",
"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": [
{}
]
}
],
"customer_id": "string",
"do_not_drop": true,
"email_address": "string",
"expiration_date": "string",
"first_name": "string",
"forecasted_renewal_amount": 0.1,
"grandfathered": true,
"id": "string",
"issuing_training_provider_id": "string",
"job_title": "string",
"lapse_date": "string",
"last_application_id": "string",
"last_name": "string",
"last_reminder_date": "string",
"name": "string",
"name_to_be_printed_on_certificate": "string",
"notes": "string",
"notices": [
{
"date": "2019-08-24T14:15:22Z",
"notice_id": "string"
}
],
"number": 0.1,
"organization_id": "string",
"owner_type": "contact",
"program_id": "string",
"reinstatement_date": "string",
"renewal_date": "string",
"renewal_training_provider_id": "string",
"state": "string",
"status": "active",
"status_reason_id": "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,
"term_start_date": "string",
"termination_date": "string",
"transferred_from_id": "string"
}'
The certification was updated successfully.
For reporting only; the contact ID if this is owned by a contact, the organization if this is owned by an organization
The amount this certification is forecasted to generate upon renewal
If this is true,this is a grandfathered certification that should be renewed automatically with other certifications
The provider that issued this certification
The last date that this record was terminated. Unlike termination date does not get erased
This is the last application that updated this certification
The last time a reminder was sent for this certification
The name to be displayed on the certificate
The configurable reason why the certification is in the specified status
If this record was loaded via bulk, the timestamp when the record was processed
If this record was loaded via bulk, the ID of the bulk load process
If this record was loaded via bulk, the tenant and key of the bulk load process used as a partition key
If this record was loaded via bulk, the record number in the source file
If this record was loaded via bulk, the source file
The error associated with the calculated field
If a snapshot was restored/applies to this record, the ID of the snapshot
The date/time that this record was created, expressed in ISO-8601 date format
The ID of the user that deleted (or last tried to delete) this object
Means for passing directive information into an object processing logic
If true, this record has files in S3. If false, it doesnt, so no need to hit S3 upon deletion
If this record was last touched by a bulk data operation, the ID of that operation
If this record was last touched by a bulk data operation, the sys_version at the time of that operation
The date/time that this record record was last modified, expressed in ISO-8601 date format
The ID of the user that last modified this record
The security context of the last insert, modify, or delete performed on this item
The version to use as a base when creating a configuration snapshot; if not set, 1 is used. Helpful when creating a sandbox
A number representing the version of this record in the database
{ "certificate_uri": "string", "certification_date": "string", "city": "string", "contact_id": "string", "country": "string", "custom_field_values": [ { … } ], "customer_id": "string", "do_not_drop": true, "email_address": "string", "expiration_date": "string", "first_name": "string", "forecasted_renewal_amount": 0.1, "grandfathered": true, "id": "string", "issuing_training_provider_id": "string", "job_title": "string", "lapse_date": "string", "last_application_id": "string", "last_name": "string", "last_reminder_date": "string", "name": "string", "name_to_be_printed_on_certificate": "string", "notes": "string", "notices": [ { … } ], "number": 0.1, "organization_id": "string", "owner_type": "contact", "program_id": "string", "reinstatement_date": "string", "renewal_date": "string", "renewal_training_provider_id": "string", "state": "string", "status": "active", "status_reason_id": "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, "term_start_date": "string", "termination_date": "string", "transferred_from_id": "string" }