> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# One row per field somebody decided when merging a conflict, with both sides they decided between.



## OpenAPI

````yaml /api-reference/openapi.json get /sync_conflict_decisions
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /sync_conflict_decisions:
    get:
      tags:
        - Sync
      summary: >-
        One row per field somebody decided when merging a conflict, with both
        sides they decided between.
      parameters:
        - $ref: '#/components/parameters/rowFilter.sync_conflict_decisions.id'
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.sync_conflict_id
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.sync_operation_id
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.entity_type
        - $ref: '#/components/parameters/rowFilter.sync_conflict_decisions.entity_id'
        - $ref: '#/components/parameters/rowFilter.sync_conflict_decisions.field_name'
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.chosen_source
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.chosen_value
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.local_value
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.server_value
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.resolved_at
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.resolved_by
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.resolved_by_name
        - $ref: >-
            #/components/parameters/rowFilter.sync_conflict_decisions.row_version
        - $ref: '#/components/parameters/select'
        - $ref: '#/components/parameters/order'
        - $ref: '#/components/parameters/range'
        - $ref: '#/components/parameters/rangeUnit'
        - $ref: '#/components/parameters/offset'
        - $ref: '#/components/parameters/limit'
        - $ref: '#/components/parameters/preferCount'
      responses:
        '200':
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/sync_conflict_decisions'
                type: array
            application/vnd.pgrst.object+json:
              schema:
                items:
                  $ref: '#/components/schemas/sync_conflict_decisions'
                type: array
            application/vnd.pgrst.object+json;nulls=stripped:
              schema:
                items:
                  $ref: '#/components/schemas/sync_conflict_decisions'
                type: array
            text/csv:
              schema:
                items:
                  $ref: '#/components/schemas/sync_conflict_decisions'
                type: array
          description: OK
        '206':
          description: Partial Content
components:
  parameters:
    rowFilter.sync_conflict_decisions.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.sync_conflict_id:
      in: query
      name: sync_conflict_id
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.sync_operation_id:
      in: query
      name: sync_operation_id
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.entity_type:
      in: query
      name: entity_type
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.entity_id:
      in: query
      name: entity_id
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.field_name:
      in: query
      name: field_name
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.chosen_source:
      in: query
      name: chosen_source
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.chosen_value:
      in: query
      name: chosen_value
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.local_value:
      in: query
      name: local_value
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.server_value:
      in: query
      name: server_value
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.resolved_at:
      in: query
      name: resolved_at
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.resolved_by:
      in: query
      name: resolved_by
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.resolved_by_name:
      in: query
      name: resolved_by_name
      required: false
      schema:
        type: string
    rowFilter.sync_conflict_decisions.row_version:
      in: query
      name: row_version
      required: false
      schema:
        type: string
    select:
      description: Filtering Columns
      in: query
      name: select
      required: false
      schema:
        type: string
    order:
      description: Ordering
      in: query
      name: order
      required: false
      schema:
        type: string
    range:
      description: Limiting and Pagination
      in: header
      name: Range
      required: false
      schema:
        type: string
    rangeUnit:
      description: Limiting and Pagination
      in: header
      name: Range-Unit
      required: false
      schema:
        default: items
        type: string
    offset:
      description: Limiting and Pagination
      in: query
      name: offset
      required: false
      schema:
        type: string
    limit:
      description: Limiting and Pagination
      in: query
      name: limit
      required: false
      schema:
        type: string
    preferCount:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - count=none
        type: string
  schemas:
    sync_conflict_decisions:
      description: >-
        One row per field somebody decided when merging a conflict, with both
        sides they decided between.
      properties:
        chosen_source:
          format: character varying
          maxLength: 10
          type: string
        chosen_value:
          format: jsonb
        entity_id:
          format: uuid
          type: string
        entity_type:
          description: >-
            Note:

            This is a Foreign Key to `custom_field_scopes.entity`.<fk
            table='custom_field_scopes' column='entity'/>
          format: character varying
          maxLength: 80
          type: string
        field_name:
          format: character varying
          maxLength: 120
          type: string
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        local_value:
          format: jsonb
        resolved_at:
          format: timestamp with time zone
          type: string
        resolved_by:
          description: >-
            Note:

            This is a Foreign Key to `my_profile.user_id`.<fk table='my_profile'
            column='user_id'/>
          format: uuid
          type: string
        resolved_by_name:
          format: character varying
          maxLength: 200
          type: string
        row_version:
          format: bigint
          type: integer
        server_value:
          format: jsonb
        sync_conflict_id:
          description: >-
            Note:

            This is a Foreign Key to `sync_conflicts.id`.<fk
            table='sync_conflicts' column='id'/>
          format: uuid
          type: string
        sync_operation_id:
          format: uuid
          type: string
      type: object

````

## Related topics

- [The Sync Center](/field/sync-center.md)
- [Working offline](/field/offline-and-sync.md)
- [People and access](/setup/access.md)
- [Sensors and condition alerts](/assets/sensors.md)
- [The asset register](/assets/register.md)
