AckdbResolveResponse
Response from a successful resolve operation.
Properties
dataobjectrequiredentityIdstringrequiredcontentIdstringrequiredcreatedbooleanrequiredTrue if a new entity was created.
identityLinksCreatedintegerrequiredtraitsWrittenintegerrequiredExample
AckdbResolveResponse example
{
"data": {
"entityId": "01HXYZ123456789ABCDEFGI",
"contentId": "01HXYZ123456789ABCDEFGJ",
"created": false,
"identityLinksCreated": 1,
"traitsWritten": 2
}
}