This method will look up a application by the specified ID and return it back.
curl -i -X GET \ 'https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 application with the specified ID.
The updated application that will be saved.
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 application with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 application with the specified ID.
curl -i -X DELETE \ https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
This method will examine a membership application and generate an appropriate order
The application to generate an order
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 examine a membership application and generate an appropriate order
curl -i -X POST \ https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/generateGroupOrder/:groupId \ -H 'Authorization: YOUR_API_KEY_HERE'
{ }
curl -i -X POST \ https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/generateApplication/:processId/:ownerType/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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"
}
]
}
Searches for applications using predefined parameters
The application that you would like to be saved.
{- "id": [
- "string"
], - "owner_type": "string",
- "name": "string",
- "status": [
- "string"
], - "status_reason_id": [
- "string"
], - "type": [
- "string"
], - "membership_type_id": [
- "string"
], - "membership_package_id": [
- "string"
], - "date": [
- "2019-08-24T14:15:22Z",
- "2019-08-24T14:15:22Z"
]
}
{- "Items": [
- {
- "id": "string",
- "name": "string",
- "owner_type": "string",
- "status": "string",
- "status_reason_id": "string",
- "type": "string",
- "membership_type_id": "string",
- "membership_package_id": "string",
- "date": "string"
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified contact_id
curl -i -X GET \ 'https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/contact/:contact_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 records with the specified organization_id
curl -i -X GET \ 'https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/organization/:organization_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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 records with the specified application_group_id
curl -i -X GET \ 'https://membership.api.756794052567.rhythmsoftware.com/applications/:tenantId/applicationGroup/:application_group_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "Count": 0,
- "Items": [
- {
- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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": { }
}
]
}
This method will auto-generate an ID and create a new application. If an ID is specified for the application, an error will be thrown.
The application that you would like to be saved.
{- "id": "string",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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",
- "type": "join",
- "process_id": "string",
- "owner_type": "contact",
- "contact_id": "string",
- "organization_id": "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",
- "group_order": 0,
- "application_group_id": "string",
- "group_application_process_id": "string",
- "renew_automatically": true,
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "order_id": "string",
- "order_line_item_id": "string",
- "status": "not yet submitted",
- "status_reason_id": "string",
- "assigned_contacts": [
- {
- "type": "existing",
- "contact_id": "string",
- "new_contact_info": { },
- "chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_on_ids": [
- "string"
]
}
], - "membership_package_id": "string",
- "membership_type_id": "string",
- "chapter_id": "string",
- "additional_chapter_ids": [
- "string"
], - "section_ids": [
- "string"
], - "add_ons": [
- {
- "add_on_id": "string",
- "quantity": 1
}
], - "corporate_member_ids": [
- "string"
], - "referral_contact_id": "string",
- "do_not_show_in_directory": true,
- "do_not_renew": true,
- "notes": "string",
- "hidden_directory_fields": [
- "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"
}
]
}