Returns a list of records with the specified entry_id
curl -i -X GET \ 'https://platform.api.rhythmsoftware.com/directoryEntryComments/public/:tenantId/entry/:directory_service/:directory_id/:entry_id?fields=string&exclusiveStartKey=string'
{- "Count": 0,
- "Items": [
- {
- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
], - "LastEvaluatedKey": "string"
}
This method will auto-generate an ID and create a new directory entry comment. If an ID is specified for the directory entry comment, an error will be thrown.
The directory entry comment that you would like to be saved.
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "id": null,
- "object": { },
- "operation": "create",
- "patch_directives": null
}
]
}
{- "error_count": 0,
- "results": [
- {
- "error_message": "string",
- "id": "string",
- "object": { },
- "operation": "create",
- "outcome": "error"
}
], - "success_count": 0
}
Returns a list of records with the specified directory_id
curl -i -X GET \ 'https://platform.api.rhythmsoftware.com/directoryEntryComments/:tenantId/directory/:directory_service/:directory_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "Count": 0,
- "Items": [
- {
- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified entry_id
curl -i -X GET \ 'https://platform.api.rhythmsoftware.com/directoryEntryComments/:tenantId/entry/:directory_service/:directory_id/:entry_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "Count": 0,
- "Items": [
- {
- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
], - "LastEvaluatedKey": "string"
}
Returns a list of records with the specified submitter_id
curl -i -X GET \ 'https://platform.api.rhythmsoftware.com/directoryEntryComments/:tenantId/submitter/:submitter_id?fields=string&exclusiveStartKey=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "Count": 0,
- "Items": [
- {
- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
], - "LastEvaluatedKey": "string"
}
This method will delete a directory entry comment with the specified ID.
curl -i -X DELETE \ https://platform.api.rhythmsoftware.com/directoryEntryComments/:tenantId/:id \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
"string"
This method will look up a directory entry comment by the specified ID and return it back.
curl -i -X GET \ 'https://platform.api.rhythmsoftware.com/directoryEntryComments/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
This method will patch an existing directory entry comment with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
This method will update an existing directory entry comment with the specified ID.
The updated directory entry comment that will be saved.
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}
{- "comments": "string",
- "custom_field_values": [
- {
- "boolean_value": true,
- "custom_field_id": "string",
- "file_url_value": "string",
- "list_value": [
- "string"
], - "numeric_value": 0,
- "string_value": "string",
- "table_value": [
- { }
]
}
], - "date": "2019-08-24T14:15:22Z",
- "directory_id": "string",
- "directory_service": "string",
- "entry_id": "string",
- "id": "string",
- "rating": 0,
- "submitter_id": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_record_no": 0,
- "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,
- "sys_version": 0
}