## Properties

`entityId`stringrequired

`rootContact`all ofrequired

Option 1

[AckdbContactGraphContact](/content/docs/schemas/AckdbContactGraphContact/index.html)

`contacts`array ofrequired

all of

Option 1

[AckdbContactGraphContact](/content/docs/schemas/AckdbContactGraphContact/index.html)

Option 2

`depth`integerrequiredmin 0

`contactRelationships`array ofrequired

[AckdbContactRelationship](/content/docs/schemas/AckdbContactRelationship/index.html)

`counts`objectrequired

`contacts`integerrequiredmin 0

`relationships`integerrequiredmin 0

`maxDepth`integerrequiredmin 0

`query`objectrequired

`scope`stringrequired

`"managers"``"directReports"``"connected"`

`relationshipTypes`array ofrequired

string

`maxDepth`integer (nullable)required

`asOf`string <date-time>required

`includeRoot`booleanrequired

## Example

AckdbContactGraphResult exampleCOPY

```
{
  "entityId": "string",
  "rootContact": {
    "contactId": "string",
    "entityId": "string",
    "personId": "string",
    "name": "string",
    "email": "string",
    "title": "string",
    "department": "string",
    "avatarUrl": "https://example.com",
    "isExternal": false,
    "status": "active",
    "startedAt": "1970-01-01T00:00:00.000Z",
    "endedAt": "1970-01-01T00:00:00.000Z"
  },
  "contacts": [\
    {\
      "$ref": "See AckdbContactGraphContact",\
      "depth": 0\
    }\
  ],
  "contactRelationships": [\
    {\
      "relationshipId": "string",\
      "class": "string",\
      "entityId": "string",\
      "reportContact": {\
        "$ref": "See AckdbContactGraphContact"\
      },\
      "managerContact": {\
        "$ref": "See AckdbContactGraphContact"\
      },\
      "relationshipType": "string",\
      "reportToManagerLabel": "string",\
      "managerToReportLabel": "string",\
      "state": "active",\
      "effectiveFrom": "1970-01-01T00:00:00.000Z",\
      "effectiveTo": "1970-01-01T00:00:00.000Z",\
      "retractedAt": "1970-01-01T00:00:00.000Z",\
      "provenance": {\
        "source": "string",\
        "workflow": "string",\
        "externalRecordId": "string",\
        "evidenceUrl": "https://example.com",\
        "observedAt": "1970-01-01T00:00:00.000Z",\
        "metadata": {}\
      },\
      "createdBy": "string",\
      "endedBy": "string",\
      "endedReason": "string",\
      "retractedBy": "string",\
      "retractedReason": "string",\
      "createdEventId": "string",\
      "endedEventId": "string",\
      "retractedEventId": "string",\
      "createdAt": "1970-01-01T00:00:00.000Z",\
      "updatedAt": "1970-01-01T00:00:00.000Z"\
    }\
  ],
  "counts": {
    "contacts": 0,
    "relationships": 0,
    "maxDepth": 0
  },
  "query": {
    "scope": "managers",
    "relationshipTypes": [\
      "string"\
    ],
    "maxDepth": 0,
    "asOf": "1970-01-01T00:00:00.000Z",
    "includeRoot": false
  }
}
```
