Skip to content

Return live row consistency counters for one enabled projection entity definition.

GET
/api/workspace/admin/entity-definitions/{entityDefinitionId}/projection/synchronization
curl --request GET \
--url https://example.com/api/workspace/admin/entity-definitions/example/projection/synchronization

Reports missing, stale, and duplicated projection rows against the source entities. The caller must have unconditional View and ReadArchive access to the projection and every enabled source. Use the rebuild operation to reconcile.

  • None
entityDefinitionId
required
string
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

OK

Media typeapplication/json
object
Data

Live consistency status for one enabled projection entity.

object
Status
integer format: int32
Allowed values: 0 1
RebuildRecommended
boolean
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Members
Array<object>
nullable

Per-member projection synchronization counters.

object
ProjectionMemberId
string
nullable
ReferenceFieldId
string
nullable
SourceEntityDefinitionId
string
nullable
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"Status": 0
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Bad Request

Media typeapplication/json
object
Data

Live consistency status for one enabled projection entity.

object
Status
integer format: int32
Allowed values: 0 1
RebuildRecommended
boolean
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Members
Array<object>
nullable

Per-member projection synchronization counters.

object
ProjectionMemberId
string
nullable
ReferenceFieldId
string
nullable
SourceEntityDefinitionId
string
nullable
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"Status": 0
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Not Found

Media typeapplication/json
object
Data

Live consistency status for one enabled projection entity.

object
Status
integer format: int32
Allowed values: 0 1
RebuildRecommended
boolean
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Members
Array<object>
nullable

Per-member projection synchronization counters.

object
ProjectionMemberId
string
nullable
ReferenceFieldId
string
nullable
SourceEntityDefinitionId
string
nullable
SourceRowCount
integer format: int32
ProjectionRowCount
integer format: int32
MissingProjectionRowCount
integer format: int32
StaleProjectionRowCount
integer format: int32
DuplicateProjectionRowCount
integer format: int32
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Data": {
"Status": 0
},
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}