This method will auto-generate an ID and create a new award. If an ID is specified for the award, an error will be thrown.
The award that you would like to be saved.
{- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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 awards and and return them to the caller.
curl -i -X GET \ 'https://awards.api.756794052567.rhythmsoftware.com/awards/:tenantId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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 award by the specified ID and return it back.
curl -i -X GET \ 'https://awards.api.756794052567.rhythmsoftware.com/awards/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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 award with the specified ID.
The updated award that will be saved.
{- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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 award with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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 award with the specified ID.
curl -i -X DELETE \ https://awards.api.756794052567.rhythmsoftware.com/awards/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Searches for awards using predefined parameters
The award that you would like to be saved.
{- "ids": [
- "string"
], - "name": "string",
- "date": "string",
- "type_id": [
- "string"
]
}
{- "Items": [
- {
- "id": "string",
- "name": "string",
- "date": "string",
- "type_id": "string"
}
], - "LastEvaluatedKey": "string"
}
Creates a copy of an award, along with other associated records
The clone request
{- "source_award_id": "string",
- "id": "string",
- "name": "string",
- "date": "string"
}
{- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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"
}
]
}
Returns a list of records with the specified type_id
curl -i -X GET \ 'https://awards.api.756794052567.rhythmsoftware.com/awards/:tenantId/type/:type_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of open awards available/visible in the portal
curl -i -X GET \ 'https://awards.api.756794052567.rhythmsoftware.com/awards/:tenantId/portal/browseOpen?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "name": "string",
- "type_id": "string",
- "enable_nominations": true,
- "cloned_from_id": "string",
- "previous_award_id": "string",
- "date": "2019-08-24T14:15:22Z",
- "enable_applications": true,
- "application_options": {
- "maximum_applications_per_applicant": 1
}, - "nominee_page_layout_id": "string",
- "nomination_page_layout_id": "string",
- "application_page_layout_id": "string",
- "recipient_page_layout_id": "string",
- "enable_recipient_categories": true,
- "description": "string",
- "enable_reviews": true,
- "show_in_portal": true,
- "show_in_portal_from": "2019-08-24T14:15:22Z",
- "show_in_portal_until": "2019-08-24T14:15:22Z",
- "allow_recipients_to_update_information": true,
- "recipient_update_options": {
- "recipient_update_options_form_id": "string",
- "modification_deadline_date": "string"
}, - "certificate_mode": "disabled",
- "certificate_template": "string",
- "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"
}
]
}
], - "LastEvaluatedKey": "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": { }
}
]
}