Skip to main content
GET
One row per field somebody decided when merging a conflict, with both sides they decided between.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
sync_conflict_id
string
sync_operation_id
string
entity_type
string
entity_id
string
field_name
string
chosen_source
string
chosen_value
string
local_value
string
server_value
string
resolved_at
string
resolved_by
string
resolved_by_name
string
row_version
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

chosen_source
string<character varying>
Maximum string length: 10
chosen_value
string<jsonb>
entity_id
string<uuid>
entity_type
string<character varying>

Note: This is a Foreign Key to custom_field_scopes.entity.

Maximum string length: 80
field_name
string<character varying>
Maximum string length: 120
id
string<uuid>

Note: This is a Primary Key.

local_value
string<jsonb>
resolved_at
string<timestamp with time zone>
resolved_by
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.

resolved_by_name
string<character varying>
Maximum string length: 200
row_version
integer<bigint>
server_value
string<jsonb>
sync_conflict_id
string<uuid>

Note: This is a Foreign Key to sync_conflicts.id.

sync_operation_id
string<uuid>