This method will auto-generate an ID and create a new abstract review. If an ID is specified for the abstract review, an error will be thrown.
The abstract review that you would like to be saved.
{- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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 abstract review by the specified ID and return it back.
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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 abstract review with the specified ID.
The updated abstract review that will be saved.
{- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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 abstract review with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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 abstract review with the specified ID.
curl -i -X DELETE \ https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Object definition of abstract
{- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
Returns a list of records with the specified contact_id
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/contact/:contactId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified abstract_id
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/abstract/:abstract_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified review_round_id
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/reviewRound/:review_round_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified event_id
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/event/:event_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified event_id and review_round_id
curl -i -X GET \ 'https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/event/round/:eventId/:roundId?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "event_id": "string",
- "abstract_id": "string",
- "abstract_title": "string",
- "status": "not started",
- "score": 0,
- "comments_to_submitter": "string",
- "comments_to_staff": "string",
- "process_id": "string",
- "review_round_id": "string",
- "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "committee_ids": [
- "string"
], - "committee_membership_ids": [
- "string"
]
}, - "date": "2019-08-24T14:15:22Z",
- "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"
}
]
}
], - "LastEvaluatedKey": "string"
}
Searches for abstract reviews using predefined parameters
The abstract review that you would like to be saved.
{- "id": "string",
- "event_id": "string",
- "abstract_title": "string",
- "status": "string",
- "date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "processes": [
- "string"
], - "assignee": {
- "contact_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string"
}
}
{- "Items": [
- {
- "event_id": "string",
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
], - "title": "string",
- "status": "string",
- "round_scores": [
- {
- "round_id": "string",
- "score": "string"
}
]
}
], - "LastEvaluatedKey": "string"
}
Sends the review assignment email for an abstract review
The domain_name to use to for record lookup
{- "review": "string",
- "template": {
- "from": "string",
- "from_name": "string",
- "reply_to": "string",
- "subject": "string",
- "cc": "string",
- "bcc": "string",
- "body": "string"
}
}
Resends the review assignment email for an abstract review submission
curl -i -X POST \ https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/resendReviewAssignmentEmail/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
Resends the confirmation email for an abstract review submission
curl -i -X POST \ https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/resendConfirmationEmail/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
Sends out a preview of the CRC notification email
The domain_name to use to for record lookup
{- "review_id": "string",
- "type": "string",
- "email_template": {
- "from": "string",
- "from_name": "string",
- "reply_to": "string",
- "subject": "string",
- "cc": "string",
- "bcc": "string",
- "body": "string"
}, - "destination_email_address": "string",
- "abstract_id": "string",
- "registration_id": "string"
}
Assign reviews for passed in abstracts to specific users
The The request payload to use to for record lookup
{- "committee_ids": [
- "string"
], - "abstract_ids": [
- "string"
], - "contact_ids": [
- "string"
]
}
This endpoint opens a review round for a process and closes the existing open round, it also generates reviews for all of the assignees defined in the matching assignment rules on the round being opened
curl -i -X GET \ https://events.api.756794052567.rhythmsoftware.com/abstractReviews/:tenantId/openRound/:typeId/:roundId \ -H 'Authorization: YOUR_API_KEY_HERE'
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": { },
- "payload": {
- "new_status": "draft",
- "suppress_email_notifications": true,
- "abstract": {
- "id": "string",
- "event_id": "string",
- "main_presenter_id": "string",
- "process_id": "string",
- "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "review_status": "pending review",
- "last_review_status_change": "2019-08-24T14:15:22Z",
- "pending_console_review": true,
- "submission_space_id": "string",
- "override_bucket_assignment": true,
- "round_id": "string",
- "bucket_id": "string",
- "average_score": 0,
- "total_score": 0,
- "reviewer_recommendation": "string",
- "organization_id": "string",
- "submitter_id": "string",
- "has_co_authors": true,
- "co_authors": [
- {
- "co_author_contact_info": { },
- "co_author_contact_id": "string",
- "speaker_type_id": "string"
}
], - "status": "draft",
- "session_has_been_generated": true,
- "title": "string",
- "body": "string",
- "type_id": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- null
], - "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "session_track_ids": [
- "string"
], - "number": 0,
- "max_contact_submissions": 0,
- "submitting_on_behalf_of_presenter": true,
- "presenter_info": {
- "contact_info": { },
- "email_presenter": true
}, - "review_process_id": "string",
- "reviews_assigned": true,
- "review_round_id": "string",
- "notes": "string",
- "approval_process_id": "string",
- "round_scores": [
- {
- "round_id": "string",
- "score": 0
}
], - "co_author_1": {
- "speaker_type_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "phone_number": "string"
}, - "co_author_2": {
- "speaker_type_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "phone_number": "string"
}, - "co_author_3": {
- "speaker_type_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "phone_number": "string"
}, - "co_author_4": {
- "speaker_type_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "phone_number": "string"
}, - "co_author_5": {
- "speaker_type_id": "string",
- "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "phone_number": "string"
}, - "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"
}
]
}, - "type_id": "string",
- "main_presenter_speaker_type_id": "string",
- "allow_duplicates": true
}
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}