latestOpenAPI 3.0.02026-08-137192110.1 KB
75294f591cc2
Reverse ETL Syncs
List available Reverse ETL operations
List the operations available in the destination connection for a given object type. These determine how records are written to the destination (e.g. the operation type and mode).
get/reverse_etl_syncs/available_operations
Query parameters
connection_idstring required
Example:X4ughggABSd3UY
The ID of the (already created) destination connection to read the available operations from.
object_type_idstring required
Example:Q29udGFjdHx8Y29udGFjdA
The opaque ID of the object type as used by the destination.
Response
Example response
{
"data": [
{
"type": "primary",
"mode": "upsert",
"primary_key_required": true
}
]
}