Get Changed Datanodes

Using the “Changed” Datanode end point, it’s possible to retrieve a list of Datanodes that have been changed since a given date. The input parameters of the end point are described in our API reference here, and discussed in further detail below.

:information_source: The “Changed” end point returns Datanodes mapped to a common Datanode Search Model rather than to their corresponding Entity or Information Element models. What this means is, that in the results, the Datanodes will have empty properties that aren’t part of their respective domain models. These can simply be ignored. What you’re seeing are the Datanodes squeezed into a common format.

In some situations, the Datanode Search Model provides the convenience of augmenting returned Datanodes with relevant data from other Datanodes otherwise only referred by ID. This relieves us from having to make additional detail lookups to follow references.

Request

URL params

Parameter Type Description
{{tenantId}} Guid (Required) Tenant ID.
{{resourceGroupId}} Guid (Required) Resource Group ID.

Header params

Parameter Type Description
{{token}} String (Required) Bearer token.

Query params

Parameter Type Description
{{namespaces}} List of Strings (Optional) List of Namespaces used to filter results.
{{changedSince}} DateTime (Optional) Date marking the beginning of the period from which to retrieve changed Datanodes. Today/now marks the end of the period. The value refers to the “scopeUpdatedAt” property in the response.
{{top}} Integer (Optional) The number of Datanodes to retrieve at a time. Pagination isn’t supported.

Defaults to 50.
{{includeOnlyLocal}} Boolean (Optional) true: Limits results to “local” Datanodes created under the Resource Group ID supplied through URL params.

false: Includes Datanodes created under other Resource Groups to which the Resource Group ID supplied through URL params has access.

Defaults to false.
{{includePrimaryResourceGroupDataNodes}} Boolean (Optional) Requires {{includeOnlyLocal}} to be true, otherwise has no effect.

true: In addition to Datanodes created under the Resource Group ID supplied through URL params, also includes Datanodes that have the Resource Group ID as their “Primary Resource Group”.

false: Limits results to Datanodes created under the Resource Group ID supplied through URL params.

Defaults to false.

Request example:
In the example below, we’re looking up no more than 50 Datanodes of the Type "dk.realequity.appointment.andet", which have been changed since 15th of April 2022. We’re limiting results to Datanodes created under the Resource Group supplied through {{resourceGroupId}} in URL params.

GET https://api.prod.realequity.dk/api/tenants/{{tenantId}}/resourcegroups/{{resourceGroupId}}/datanodes/changed/v2?changedSince=2022-04-15&namespaces=dk.realequity.appointment.andet&top=50&includeOnlyLocal=true HTTP/1.1
Authorization: Bearer {{token}}
User-Agent: PostmanRuntime/7.29.0
Accept: */*
Cache-Control: no-cache
Postman-Token: 85893c4f-767c-4d9b-bb0d-a2e8459baad3
Host: api.prod.realequity.dk
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Response

Datanode Search Response

Property Type Description
totalCount Long The total number of results.
resultCount Long The number of results shown, which depends on both the total number of results, and the {{top}} parameter.
dataNodes List of DataNodeSearchModels The actual result set presented as Datanode Search Models.

Datanode Search Model

The properties of the Datanode Search Model are numerous and there aren’t a good reason to list and describe them here. As mentioned above, the Datanode Search Model is a common model, to which the results are mapped, which contains all relevant properties from the various Entity and Information Element models representing the individual Datanodes.

Response example:
In the example below, we receive the response of the request made in the example above.

HTTP/1.1 200 OK
date: Mon, 25 Apr 2022 11:23:37 GMT
content-type: application/json; charset=utf-8
server: istio-envoy
vary: Accept-Encoding
x-envoy-upstream-service-time: 16
Content-Length: 19192

{
    "totalCount": 2,
    "resultCount": 2,
    "dataNodes": [
        {
            "id": "98e9141d-0b0d-4459-9055-e0fd0dc62a97",
            "namespace": "dk.realequity.appointment.andet",
            "handlerNamespace": "dk.realequity.appointment",
            "displayName": "Andet",
            "typeDisplayName": "Andet",
            "sortString": "andet",
            "firstName": null,
            "lastName": null,
            "parentId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "parentNamespace": "dk.realequity.actor.employee",
            "rootId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "rootNamespace": "dk.realequity.actor.employee",
            "scopeNamespaces": [
                "dk",
                "dk.realequity",
                "dk.realequity.actor",
                "dk.realequity.actor.employee"
            ],
            "scopeId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "scopeNamespace": "dk.realequity.actor.employee",
            "description": "",
            "caseId": null,
            "case": null,
            "caseReferences": null,
            "caseDisplayName": null,
            "imageUrl": null,
            "dataStoreId": "365066fd-8658-48dd-b620-4b3b659f6d81",
            "dataStoreName": null,
            "resourceGroupId": "00719287-745f-47d8-96d6-132547e120cc",
            "resourceGroupNamespace": "dk.realequity.rg.store",
            "chainMemberships": [],
            "permissionInheritanceLevel": "Parent",
            "createdAt": "2022-04-21T11:38:20.411765+00:00",
            "lastUpdatedAt": "2022-04-22T11:48:46.4489026+00:00",
            "lastUpdatedById": "cee9e5ba-6137-44ac-9701-a322f55d5ec3",
            "executedAt": "2022-04-22T11:48:46.4489026+00:00",
            "executedById": "cee9e5ba-6137-44ac-9701-a322f55d5ec3",
            "scopeUpdatedAt": "2022-04-22T11:48:46.4489026+00:00",
            "scopeUpdatedById": "cee9e5ba-6137-44ac-9701-a322f55d5ec3",
            "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "createdByNamespace": null,
            "isDeleted": false,
            "namespaces": [
                "dk",
                "dk.realequity",
                "dk.realequity.appointment",
                "dk.realequity.appointment.andet"
            ],
            "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
            "stateNamespace": "dk.realequity.state.confirmed",
            "stateCategoryNamespace": "dk.realequity.statecategory.inprogress",
            "stateReasonNamespace": "dk.realequity.stateflow.reason.appointment.confirmed",
            "createdFromSource": null,
            "caseNumber": null,
            "isExternal": false,
            "caseDistributionChannels": [],
            "firstPublicDistributionDate": null,
            "lastPublicDistributionDeactivationDate": null,
            "totalPublicPeriodCalculationOffset": null,
            "publicDistributionActive": false,
            "includePublicDistributionInPublicProfile": false,
            "externalReferences": [],
            "caseExternalId": null,
            "permissionSet": [
                "#dk.realequity.actor###dk.realequity.permission.fullaccess",
                "#dk.realequity.rg##00719287-745f-47d8-96d6-132547e120cc###dk.realequity.permission.readaccess",
                "#dk.realequity.datastore##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.fullaccess",
                "#dk.realequity.rg##00719287-745f-47d8-96d6-132547e120cc###dk.realequity.permission.fullaccess",
                "#dk.realequity.actor###dk.realequity.permission.fullaccess",
                "#dk.realequity.tenant##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.readaccess",
                "#dk.realequity.datastore##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.readaccess",
                "#dk.realequity.tenant##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.fullaccess",
                "#dk.realequity.actor##cfe884c4-99c0-4997-b49d-ece28f1fe3e5###dk.realequity.permission.fullaccess"
            ],
            "permissionsExecutedAt": "2022-04-21T11:38:20.8056131+00:00",
            "externalId": null,
            "sharingRules": [],
            "stateHistory": [
                {
                    "id": "4522c381-5fea-406a-9db9-07659d1b4b09",
                    "stateNamespace": "dk.realequity.state.notconfirmed",
                    "stateReasonNamespace": "dk.realequity.stateflow.default.reason.init",
                    "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
                    "stateCategoryNamespace": "dk.realequity.statecategory.preprocessing",
                    "createdAt": "2022-04-21T11:38:20.411765+00:00",
                    "executedAt": "2022-04-21T11:38:20.389967+00:00",
                    "isCurrent": false,
                    "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "executedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5"
                },
                {
                    "id": "4e0f3776-b5be-4061-9ca7-4fa13d44446e",
                    "stateNamespace": "dk.realequity.state.confirmed",
                    "stateReasonNamespace": "dk.realequity.stateflow.reason.appointment.confirmed",
                    "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
                    "stateCategoryNamespace": "dk.realequity.statecategory.inprogress",
                    "createdAt": "2022-04-21T11:38:23.6760074+00:00",
                    "executedAt": "2022-04-21T11:38:23.6543143+00:00",
                    "isCurrent": true,
                    "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "executedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5"
                }
            ],
            "actorRoleReferences": [],
            "actorIdentities": [],
            "entityFeatureRegistrationItems": [],
            "userRole": null,
            "userRoleStatus": null,
            "phones": [],
            "emails": [],
            "soMes": [],
            "estates": [],
            "addresses": [],
            "estateNamespace": null,
            "agentId": null,
            "agentDataStoreId": null,
            "favoriteUserTags": null,
            "favoriteUserTagList": [],
            "rating": null,
            "rooms": null,
            "livingArea": null,
            "propertyArea": null,
            "priceNamespace": null,
            "price": null,
            "priceCurrency": null,
            "version": 1,
            "minorVersion": 0,
            "tenantId": "365066fd-8658-48dd-b620-4b3b659f6d81",
            "tenantDisplayName": null,
            "tenantElasticPoolName": null,
            "tenantAdminUrl": null,
            "mergedIntoActorId": null,
            "setAsPrimaryAt": null,
            "isPrimary": false,
            "hidden": false,
            "showInContactLists": false,
            "allowToViewInCustomerPortal": null,
            "priority": null,
            "referenceActorId": null,
            "leadScore": null,
            "rextId": null,
            "startDate": "2022-04-21T11:00:36.529+02:00",
            "endDate": "2022-04-21T12:00:36.529+02:00",
            "isConfirmed": false,
            "hasActiveWish": null,
            "hasActiveProfile": null,
            "latestLogin": null,
            "matchCaseTypes": null,
            "wishCriterias": null,
            "verificationStateNamespace": "dk.realequity.verification.none",
            "verificationExecutedAt": null,
            "isVerified": false,
            "primaryResourceGroupId": null,
            "primaryTenantId": null,
            "tags": [],
            "comments": [],
            "entityReferences": [],
            "actorConsents": [],
            "consentPermissions": [],
            "fileRefUrl": null,
            "activeFrom": null,
            "activeTo": null,
            "isEvent": false,
            "eventFrom": null,
            "eventTo": null,
            "setSpecificContent": false,
            "title": "Andet",
            "subtitle": null,
            "notificationFrequency": null,
            "personalContact": false,
            "transferTime": null,
            "dateTime": null,
            "energyLabelClassification": null,
            "externalPresentationUrl": null,
            "concealedListing": false,
            "underConstruction": false,
            "constructionReadyDate": null,
            "isCaseCollection": false,
            "canPreparePublicProfile": false,
            "includeInPublicProfile": false,
            "includeInMatchEngine": false,
            "pricingValues": [],
            "adTextValues": [],
            "keyValues": [],
            "energyLabel": null,
            "fileAttachments": [],
            "receivedAt": "0001-01-01T00:00:00+00:00",
            "recipients": [],
            "attendees": [
                {
                    "attendanceType": "Optional",
                    "attendanceState": "Pending",
                    "attendeeId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "attendeeNamespace": "dk.realequity.actor.employee"
                },
                {
                    "attendanceType": "Optional",
                    "attendanceState": "Pending",
                    "attendeeId": "eebf6010-3758-4201-8af5-7a360fe435fd",
                    "attendeeNamespace": "dk.realequity.actor.contact.person"
                }
            ],
            "notifyees": [],
            "isSent": null,
            "sendById": null,
            "messagePreview": null,
            "messageSubject": null,
            "sentAt": null,
            "handledById": null,
            "handledAt": null,
            "assignedToId": null,
            "assignedAt": null,
            "assignedById": null,
            "archivedById": null,
            "archivedAt": null,
            "externalContentUrl": null,
            "supplementalLegalEstateTypes": [],
            "legalEstateTypes": [],
            "alternativeEstateTypes": [],
            "cvr": null,
            "pNumber": null,
            "applicationUrl": null,
            "hideCasePricing": null,
            "activatedIdentityProviders": null,
            "ssoConfigurations": null,
            "customDomainName": null,
            "accessByActorTypes": null,
            "primaryActorType": null,
            "actorAutoCreationAllowed": false,
            "autoApproval": false,
            "userAuthenticationScope": null,
            "tokenClaims": null,
            "allowBroadActorMatch": false,
            "groupName": null,
            "groupKey": null,
            "advertisementAddress": null,
            "advertisementAddressLatitude": 0.0,
            "advertisementAddressLongitude": 0.0,
            "fields": [],
            "isFlexProperty": false,
            "companyActorId": null,
            "position": null,
            "lawRegulations": null,
            "applications": null,
            "geometry": null,
            "coName": null,
            "informationSensivityLevel": 1,
            "wishOwnerActorId": "00000000-0000-0000-0000-000000000000",
            "wishOwnerDisplayName": null,
            "wishOwnerNamespace": null,
            "wishOwnerPrimaryEmail": null,
            "referenceCode": null,
            "trackedActivityNamespaces": null,
            "trackedActivityCount": 0,
            "firstTrackedActivity": null,
            "lastTrackedActivity": null,
            "claimIdentifier": null,
            "ownerId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "responsibleActorId": null,
            "relatedActorId": null,
            "relatedCaseId": "4af1b0a6-5d3e-4cc9-a727-a8e08b401294",
            "relatedAppointmentId": null,
            "todoStartDate": "0001-01-01T00:00:00+00:00",
            "dueDate": null,
            "dateCompleted": null,
            "todoPriority": 0,
            "bodyText": null,
            "resultText": null,
            "cachedActorDatanodeNamespace": null,
            "cachedActorDatanodeVersion": 0,
            "actorDisplayName": null,
            "actorNamespace": null,
            "actorReferencedVersion": 0,
            "roleDisplayName": null,
            "source": null,
            "offerId": null,
            "relatedEstateIds": null,
            "suppressingIds": null,
            "suppressingScopeIds": null,
            "favoriteCaseData": null,
            "location": null,
            "endResultNamespaces": [],
            "endResultOutcomes": [],
            "isAllDay": false,
            "externalUrl": null,
            "isReserved": false,
            "advertisementZipSource": null,
            "advertisementZipSourceId": null,
            "advertisementZipCountryCode": null,
            "advertisementMunicipalitySource": null,
            "advertisementMunicipalitySourceId": null,
            "advertisementMunicipalityCountryCode": null,
            "advertisementZip": null,
            "advertisementMunicipality": null,
            "referencedCaseCollections": null,
            "externalSystemName": null,
            "isCurrent": true,
            "isPrepare": false,
            "comment": null,
            "suppressedDatanodeId": null,
            "customProperties": [],
            "productType": null,
            "discontinued": false,
            "replacedById": null,
            "productVersion": 0,
            "globalAdminApprovalState": 0,
            "globalAdminHandlerId": null,
            "globalAdminHandledAt": null,
            "useAmountDeclaration": false,
            "productChannel": null,
            "productCategory": null,
            "partnerProductIdentifier": null,
            "priceUnit": null,
            "allowAmountDeclarationAtDelivery": null,
            "vatRate": null,
            "showStatusToSender": null,
            "allowSenderCancellation": null,
            "orderRecipientMode": 0,
            "allowedConsentTypes": null,
            "informationFields": null,
            "attachmentOptions": null,
            "allowedOrderRecipients": null,
            "shortDescription": null,
            "imageUrls": null,
            "audience": null,
            "allAudiences": false,
            "basicProducts": null,
            "includedIn": null,
            "internalProductIdentifier": null,
            "productStatus": 0,
            "primaryContactActorId": null,
            "postProcessed": true,
            "chatParticipants": [],
            "listNamespace": null,
            "openingHours": null,
            "isActive": null,
            "pathSegments": []
        },
        {
            "id": "cf160819-5f11-4434-b189-06a68430089c",
            "namespace": "dk.realequity.appointment.andet",
            "handlerNamespace": "dk.realequity.appointment",
            "displayName": "Andet",
            "typeDisplayName": "Andet",
            "sortString": "andet",
            "firstName": null,
            "lastName": null,
            "parentId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "parentNamespace": "dk.realequity.actor.employee",
            "rootId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "rootNamespace": "dk.realequity.actor.employee",
            "scopeNamespaces": [
                "dk",
                "dk.realequity",
                "dk.realequity.actor",
                "dk.realequity.actor.employee"
            ],
            "scopeId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "scopeNamespace": "dk.realequity.actor.employee",
            "description": "",
            "caseId": null,
            "case": null,
            "caseReferences": null,
            "caseDisplayName": null,
            "imageUrl": null,
            "dataStoreId": "365066fd-8658-48dd-b620-4b3b659f6d81",
            "dataStoreName": null,
            "resourceGroupId": "00719287-745f-47d8-96d6-132547e120cc",
            "resourceGroupNamespace": "dk.realequity.rg.store",
            "chainMemberships": [],
            "permissionInheritanceLevel": "Parent",
            "createdAt": "2022-04-22T11:52:23.2656965+00:00",
            "lastUpdatedAt": "2022-04-22T11:52:25.7967672+00:00",
            "lastUpdatedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "executedAt": "2022-04-22T11:52:25.7967672+00:00",
            "executedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "scopeUpdatedAt": "2022-04-22T11:52:25.7967672+00:00",
            "scopeUpdatedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "createdByNamespace": null,
            "isDeleted": false,
            "namespaces": [
                "dk",
                "dk.realequity",
                "dk.realequity.appointment",
                "dk.realequity.appointment.andet"
            ],
            "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
            "stateNamespace": "dk.realequity.state.confirmed",
            "stateCategoryNamespace": "dk.realequity.statecategory.inprogress",
            "stateReasonNamespace": "dk.realequity.stateflow.reason.appointment.confirmed",
            "createdFromSource": null,
            "caseNumber": null,
            "isExternal": false,
            "caseDistributionChannels": [],
            "firstPublicDistributionDate": null,
            "lastPublicDistributionDeactivationDate": null,
            "totalPublicPeriodCalculationOffset": null,
            "publicDistributionActive": false,
            "includePublicDistributionInPublicProfile": false,
            "externalReferences": [],
            "caseExternalId": null,
            "permissionSet": [
                "#dk.realequity.tenant##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.readaccess",
                "#dk.realequity.datastore##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.fullaccess",
                "#dk.realequity.datastore##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.readaccess",
                "#dk.realequity.tenant##365066fd-8658-48dd-b620-4b3b659f6d81###dk.realequity.permission.fullaccess",
                "#dk.realequity.actor##cfe884c4-99c0-4997-b49d-ece28f1fe3e5###dk.realequity.permission.fullaccess",
                "#dk.realequity.rg##00719287-745f-47d8-96d6-132547e120cc###dk.realequity.permission.readaccess",
                "#dk.realequity.rg##00719287-745f-47d8-96d6-132547e120cc###dk.realequity.permission.fullaccess",
                "#dk.realequity.actor###dk.realequity.permission.fullaccess",
                "#dk.realequity.actor###dk.realequity.permission.fullaccess"
            ],
            "permissionsExecutedAt": "2022-04-22T11:52:23.3640882+00:00",
            "externalId": null,
            "sharingRules": [],
            "stateHistory": [
                {
                    "id": "0e4585b1-efbc-48f4-b794-7eed84593c2a",
                    "stateNamespace": "dk.realequity.state.confirmed",
                    "stateReasonNamespace": "dk.realequity.stateflow.reason.appointment.confirmed",
                    "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
                    "stateCategoryNamespace": "dk.realequity.statecategory.inprogress",
                    "createdAt": "2022-04-22T11:52:25.7878885+00:00",
                    "executedAt": "2022-04-22T11:52:25.7704235+00:00",
                    "isCurrent": true,
                    "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "executedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5"
                },
                {
                    "id": "513a1649-50da-486f-8564-feb66682796e",
                    "stateNamespace": "dk.realequity.state.notconfirmed",
                    "stateReasonNamespace": "dk.realequity.stateflow.default.reason.init",
                    "stateFlowNamespace": "dk.realequity.stateflow.appointment.default",
                    "stateCategoryNamespace": "dk.realequity.statecategory.preprocessing",
                    "createdAt": "2022-04-22T11:52:23.2656965+00:00",
                    "executedAt": "2022-04-22T11:52:23.2522502+00:00",
                    "isCurrent": false,
                    "createdById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "executedById": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5"
                }
            ],
            "actorRoleReferences": [],
            "actorIdentities": [],
            "entityFeatureRegistrationItems": [],
            "userRole": null,
            "userRoleStatus": null,
            "phones": [],
            "emails": [],
            "soMes": [],
            "estates": [],
            "addresses": [],
            "estateNamespace": null,
            "agentId": null,
            "agentDataStoreId": null,
            "favoriteUserTags": null,
            "favoriteUserTagList": [],
            "rating": null,
            "rooms": null,
            "livingArea": null,
            "propertyArea": null,
            "priceNamespace": null,
            "price": null,
            "priceCurrency": null,
            "version": 1,
            "minorVersion": 1,
            "tenantId": "365066fd-8658-48dd-b620-4b3b659f6d81",
            "tenantDisplayName": null,
            "tenantElasticPoolName": null,
            "tenantAdminUrl": null,
            "mergedIntoActorId": null,
            "setAsPrimaryAt": null,
            "isPrimary": false,
            "hidden": false,
            "showInContactLists": false,
            "allowToViewInCustomerPortal": null,
            "priority": null,
            "referenceActorId": null,
            "leadScore": null,
            "rextId": null,
            "startDate": "2022-04-21T07:00:00+00:00",
            "endDate": "2022-04-21T08:00:00+00:00",
            "isConfirmed": false,
            "hasActiveWish": null,
            "hasActiveProfile": null,
            "latestLogin": null,
            "matchCaseTypes": null,
            "wishCriterias": null,
            "verificationStateNamespace": "dk.realequity.verification.none",
            "verificationExecutedAt": null,
            "isVerified": false,
            "primaryResourceGroupId": null,
            "primaryTenantId": null,
            "tags": [],
            "comments": [],
            "entityReferences": [],
            "actorConsents": [],
            "consentPermissions": [],
            "fileRefUrl": null,
            "activeFrom": null,
            "activeTo": null,
            "isEvent": false,
            "eventFrom": null,
            "eventTo": null,
            "setSpecificContent": false,
            "title": "Andet",
            "subtitle": null,
            "notificationFrequency": null,
            "personalContact": false,
            "transferTime": null,
            "dateTime": null,
            "energyLabelClassification": null,
            "externalPresentationUrl": null,
            "concealedListing": false,
            "underConstruction": false,
            "constructionReadyDate": null,
            "isCaseCollection": false,
            "canPreparePublicProfile": false,
            "includeInPublicProfile": false,
            "includeInMatchEngine": false,
            "pricingValues": [],
            "adTextValues": [],
            "keyValues": [],
            "energyLabel": null,
            "fileAttachments": [],
            "receivedAt": "0001-01-01T00:00:00+00:00",
            "recipients": [],
            "attendees": [
                {
                    "attendanceType": "Optional",
                    "attendanceState": "Pending",
                    "attendeeId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
                    "attendeeNamespace": "dk.realequity.actor.employee"
                }
            ],
            "notifyees": [],
            "isSent": null,
            "sendById": null,
            "messagePreview": null,
            "messageSubject": null,
            "sentAt": null,
            "handledById": null,
            "handledAt": null,
            "assignedToId": null,
            "assignedAt": null,
            "assignedById": null,
            "archivedById": null,
            "archivedAt": null,
            "externalContentUrl": null,
            "supplementalLegalEstateTypes": [],
            "legalEstateTypes": [],
            "alternativeEstateTypes": [],
            "cvr": null,
            "pNumber": null,
            "applicationUrl": null,
            "hideCasePricing": null,
            "activatedIdentityProviders": null,
            "ssoConfigurations": null,
            "customDomainName": null,
            "accessByActorTypes": null,
            "primaryActorType": null,
            "actorAutoCreationAllowed": false,
            "autoApproval": false,
            "userAuthenticationScope": null,
            "tokenClaims": null,
            "allowBroadActorMatch": false,
            "groupName": null,
            "groupKey": null,
            "advertisementAddress": null,
            "advertisementAddressLatitude": 0.0,
            "advertisementAddressLongitude": 0.0,
            "fields": [],
            "isFlexProperty": false,
            "companyActorId": null,
            "position": null,
            "lawRegulations": null,
            "applications": null,
            "geometry": null,
            "coName": null,
            "informationSensivityLevel": 1,
            "wishOwnerActorId": "00000000-0000-0000-0000-000000000000",
            "wishOwnerDisplayName": null,
            "wishOwnerNamespace": null,
            "wishOwnerPrimaryEmail": null,
            "referenceCode": null,
            "trackedActivityNamespaces": null,
            "trackedActivityCount": 0,
            "firstTrackedActivity": null,
            "lastTrackedActivity": null,
            "claimIdentifier": null,
            "ownerId": "cfe884c4-99c0-4997-b49d-ece28f1fe3e5",
            "responsibleActorId": null,
            "relatedActorId": null,
            "relatedCaseId": null,
            "relatedAppointmentId": null,
            "todoStartDate": "0001-01-01T00:00:00+00:00",
            "dueDate": null,
            "dateCompleted": null,
            "todoPriority": 0,
            "bodyText": null,
            "resultText": null,
            "cachedActorDatanodeNamespace": null,
            "cachedActorDatanodeVersion": 0,
            "actorDisplayName": null,
            "actorNamespace": null,
            "actorReferencedVersion": 0,
            "roleDisplayName": null,
            "source": null,
            "offerId": null,
            "relatedEstateIds": null,
            "suppressingIds": null,
            "suppressingScopeIds": null,
            "favoriteCaseData": null,
            "location": null,
            "endResultNamespaces": [],
            "endResultOutcomes": [],
            "isAllDay": false,
            "externalUrl": null,
            "isReserved": false,
            "advertisementZipSource": null,
            "advertisementZipSourceId": null,
            "advertisementZipCountryCode": null,
            "advertisementMunicipalitySource": null,
            "advertisementMunicipalitySourceId": null,
            "advertisementMunicipalityCountryCode": null,
            "advertisementZip": null,
            "advertisementMunicipality": null,
            "referencedCaseCollections": null,
            "externalSystemName": null,
            "isCurrent": true,
            "isPrepare": false,
            "comment": null,
            "suppressedDatanodeId": null,
            "customProperties": [],
            "productType": null,
            "discontinued": false,
            "replacedById": null,
            "productVersion": 0,
            "globalAdminApprovalState": 0,
            "globalAdminHandlerId": null,
            "globalAdminHandledAt": null,
            "useAmountDeclaration": false,
            "productChannel": null,
            "productCategory": null,
            "partnerProductIdentifier": null,
            "priceUnit": null,
            "allowAmountDeclarationAtDelivery": null,
            "vatRate": null,
            "showStatusToSender": null,
            "allowSenderCancellation": null,
            "orderRecipientMode": 0,
            "allowedConsentTypes": null,
            "informationFields": null,
            "attachmentOptions": null,
            "allowedOrderRecipients": null,
            "shortDescription": null,
            "imageUrls": null,
            "audience": null,
            "allAudiences": false,
            "basicProducts": null,
            "includedIn": null,
            "internalProductIdentifier": null,
            "productStatus": 0,
            "primaryContactActorId": null,
            "postProcessed": true,
            "chatParticipants": [],
            "listNamespace": null,
            "openingHours": null,
            "isActive": null,
            "pathSegments": []
        }
    ]
}