GET api/list/event/{id}

Get an EventListDataContract by event Id. Processes this list API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

EventListDataContract
NameDescriptionTypeAdditional information
Count

The count value.

integer

None.

StartDate

The start date, expressed as a date and time.

date

None.

EndDate

The end date, expressed as a date and time.

date

None.

AllDayEvent

Indicates whether all day event is true.

boolean

None.

OfferStatus

The offer status value.

EnumDataContract

None.

AttendingGroups

The collection of attending groups.

Collection of EventListAttendeeCollectionDataContract

None.

Roles

The collection of roles.

Collection of EventListRoleDataContract

None.

Properties

The collection of properties.

Collection of ListPropertyDataContract

None.

Prices

The collection of prices.

Collection of ListPriceDataContract

None.

PriceType

The price type value.

EnumDataContract

None.

Descriptions

The collection of descriptions.

Dictionary of string [key] and string [value]

None.

Branch

The branch value.

BranchSummaryDataContract

None.

Notes

The collection of notes.

Collection of EventListNoteDataContract

None.

DocumentIds

The unique identifiers of the related document resources.

Collection of integer

None.

Dates

The collection of dates.

Dictionary of string [key] and date [value]

None.

MethodOfContact

The method of contact value.

EnumDataContract

None.

MarketingPreferences

The collection of marketing preferences.

Collection of MarketingPreferenceDataContract

None.

Pinned

Indicates whether pinned is true.

boolean

None.

EditedVersionId

The unique identifier of the related edited version resource.

integer

None.

IsOriginal

Indicates whether this item is original.

boolean

None.

TeamId

The unique identifier of the related team resource.

integer

None.

KeySignedOut

The key signed out value.

KeySignedOutDataContract

None.

Source

The source value.

string

None.

NoteEditionHistory

The note edition history value.

NoteEditionsChainDataContract

None.

Name

The name value.

string

None.

Description

The description value.

string

None.

DateTime

The date time, expressed as a date and time.

date

None.

EventCategory

The event category value.

EnumDataContract

None.

EventType

The event type value.

EnumDataContract

None.

EventStatus

The event status value.

EnumDataContract

None.

Negotiators

The collection of negotiators.

Collection of ListNegotiatorDataContract

None.

BranchId

The unique identifier of the related branch resource.

integer

None.

OwningTeamId

The unique identifier of the related owning team resource.

integer

None.

TeamAccessType

The team access type value.

string

None.

CustomFields

The collection of custom fields.

Collection of CustomFieldGroupWithValuesDataContract

None.

CreatedDate

The created date, expressed as a date and time.

date

None.

CreatedBy

The created by value.

CreatedByDataContract

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Count": 1,
  "StartDate": "2026-08-04T22:22:49.9970045Z",
  "EndDate": "2026-08-04T22:22:49.9970045Z",
  "AllDayEvent": true,
  "OfferStatus": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "AttendingGroups": [
    {
      "EventId": 1,
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Group": {
        "OwningTeamId": 1,
        "BranchId": 2,
        "Name": "sample string 3",
        "TeamAccessType": "sample string 4",
        "Description": "sample string 5",
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "GroupIcon": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "FinancialStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "PrimaryGroupMember": {
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 1",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "ContactName": "sample string 4",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 5
        },
        "Id": 6
      },
      "AttendingPeople": [
        {
          "FirstName": "sample string 1",
          "LastName": "sample string 2",
          "Address": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 3
        },
        {
          "FirstName": "sample string 1",
          "LastName": "sample string 2",
          "Address": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 3
        }
      ]
    },
    {
      "EventId": 1,
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Group": {
        "OwningTeamId": 1,
        "BranchId": 2,
        "Name": "sample string 3",
        "TeamAccessType": "sample string 4",
        "Description": "sample string 5",
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "GroupIcon": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "FinancialStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "PrimaryGroupMember": {
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 1",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "ContactName": "sample string 4",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 5
        },
        "Id": 6
      },
      "AttendingPeople": [
        {
          "FirstName": "sample string 1",
          "LastName": "sample string 2",
          "Address": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 3
        },
        {
          "FirstName": "sample string 1",
          "LastName": "sample string 2",
          "Address": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 3
        }
      ]
    }
  ],
  "Roles": [
    {
      "Name": "sample string 1",
      "RoleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Rolestatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "RequestedLotNumber": 1,
      "PropertyAddress": "sample string 2",
      "GroupName": "sample string 3",
      "CompletedMilestones": 1,
      "TotalMilestones": 1,
      "PropertyId": 4,
      "Id": 5
    },
    {
      "Name": "sample string 1",
      "RoleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Rolestatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "RequestedLotNumber": 1,
      "PropertyAddress": "sample string 2",
      "GroupName": "sample string 3",
      "CompletedMilestones": 1,
      "TotalMilestones": 1,
      "PropertyId": 4,
      "Id": 5
    }
  ],
  "Properties": [
    {
      "Address": {
        "Number": "sample string 1",
        "BuildingName": "sample string 2",
        "OrganizationName": "sample string 3",
        "Street": "sample string 4",
        "Town": "sample string 5",
        "Locality": "sample string 6",
        "County": "sample string 7",
        "Postcode": "sample string 8",
        "LatitudeLongitude": "sample string 9"
      },
      "Bedrooms": 1,
      "PropertyType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Image": "sample string 2",
      "OwningGroup": {
        "OwningTeamId": 1,
        "BranchId": 2,
        "Name": "sample string 3",
        "TeamAccessType": "sample string 4",
        "Description": "sample string 5",
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "GroupIcon": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "FinancialStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "PrimaryGroupMember": {
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 1",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "ContactName": "sample string 4",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 5
        },
        "Id": 6
      },
      "PropertyRoles": [
        {
          "OwningTeamId": 1,
          "BranchId": 2,
          "Name": "sample string 3",
          "TeamAccessType": "sample string 4",
          "RoleType": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "RoleStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "CustomFields": [
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            },
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            }
          ],
          "CreatedDate": "2026-08-04T22:22:49.9970045Z",
          "CreatedBy": {
            "Initials": "sample string 1",
            "ContactName": "sample string 2",
            "Gender": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Title": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "PrimaryTelephone": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "PrimaryEmail": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "JobTitle": "sample string 6",
            "Id": 7
          },
          "Id": 6
        },
        {
          "OwningTeamId": 1,
          "BranchId": 2,
          "Name": "sample string 3",
          "TeamAccessType": "sample string 4",
          "RoleType": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "RoleStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "CustomFields": [
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            },
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            }
          ],
          "CreatedDate": "2026-08-04T22:22:49.9970045Z",
          "CreatedBy": {
            "Initials": "sample string 1",
            "ContactName": "sample string 2",
            "Gender": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Title": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "PrimaryTelephone": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "PrimaryEmail": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "JobTitle": "sample string 6",
            "Id": 7
          },
          "Id": 6
        }
      ],
      "Id": 3
    },
    {
      "Address": {
        "Number": "sample string 1",
        "BuildingName": "sample string 2",
        "OrganizationName": "sample string 3",
        "Street": "sample string 4",
        "Town": "sample string 5",
        "Locality": "sample string 6",
        "County": "sample string 7",
        "Postcode": "sample string 8",
        "LatitudeLongitude": "sample string 9"
      },
      "Bedrooms": 1,
      "PropertyType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Image": "sample string 2",
      "OwningGroup": {
        "OwningTeamId": 1,
        "BranchId": 2,
        "Name": "sample string 3",
        "TeamAccessType": "sample string 4",
        "Description": "sample string 5",
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "GroupIcon": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "FinancialStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "PrimaryGroupMember": {
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 1",
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "ContactName": "sample string 4",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "Id": 5
        },
        "Id": 6
      },
      "PropertyRoles": [
        {
          "OwningTeamId": 1,
          "BranchId": 2,
          "Name": "sample string 3",
          "TeamAccessType": "sample string 4",
          "RoleType": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "RoleStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "CustomFields": [
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            },
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            }
          ],
          "CreatedDate": "2026-08-04T22:22:49.9970045Z",
          "CreatedBy": {
            "Initials": "sample string 1",
            "ContactName": "sample string 2",
            "Gender": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Title": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "PrimaryTelephone": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "PrimaryEmail": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "JobTitle": "sample string 6",
            "Id": 7
          },
          "Id": 6
        },
        {
          "OwningTeamId": 1,
          "BranchId": 2,
          "Name": "sample string 3",
          "TeamAccessType": "sample string 4",
          "RoleType": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "RoleStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "CustomFields": [
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            },
            {
              "Name": "sample string 1",
              "Values": [
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                },
                {
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Name": "sample string 1",
                  "Value": {}
                }
              ]
            }
          ],
          "CreatedDate": "2026-08-04T22:22:49.9970045Z",
          "CreatedBy": {
            "Initials": "sample string 1",
            "ContactName": "sample string 2",
            "Gender": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Title": "sample string 3",
            "FirstName": "sample string 4",
            "LastName": "sample string 5",
            "PrimaryTelephone": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "PrimaryEmail": {
              "Type": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Value": "sample string 1",
              "Notes": "sample string 2",
              "ContactOrder": 3,
              "AllowContact": true,
              "MarketingContactStatus": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Name": "sample string 5",
              "Id": 6
            },
            "JobTitle": "sample string 6",
            "Id": 7
          },
          "Id": 6
        }
      ],
      "Id": 3
    }
  ],
  "Prices": [
    {
      "Name": "sample string 1",
      "Value": 2.1,
      "Currency": "sample string 3",
      "Other": "sample string 4",
      "Text": "sample string 5"
    },
    {
      "Name": "sample string 1",
      "Value": 2.1,
      "Currency": "sample string 3",
      "Other": "sample string 4",
      "Text": "sample string 5"
    }
  ],
  "PriceType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Descriptions": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "Branch": {
    "Name": "sample string 1",
    "VAT": "sample string 2",
    "Id": 3
  },
  "Notes": [
    {
      "Note": "sample string 1",
      "CreatedDate": "2026-08-04T22:22:49.9970045Z",
      "NegotiatorId": 3,
      "ApplicableToGroupIds": [
        1,
        2
      ],
      "Id": 4
    },
    {
      "Note": "sample string 1",
      "CreatedDate": "2026-08-04T22:22:49.9970045Z",
      "NegotiatorId": 3,
      "ApplicableToGroupIds": [
        1,
        2
      ],
      "Id": 4
    }
  ],
  "DocumentIds": [
    1,
    2
  ],
  "Dates": {
    "sample string 1": "2026-08-04T22:22:49.9970045Z",
    "sample string 3": "2026-08-04T22:22:49.9970045Z"
  },
  "MethodOfContact": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "MarketingPreferences": [
    {
      "ServiceType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ServiceStatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Referral": true,
      "ReferralStatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 2
    },
    {
      "ServiceType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ServiceStatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Referral": true,
      "ReferralStatusType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 2
    }
  ],
  "Pinned": true,
  "EditedVersionId": 1,
  "IsOriginal": true,
  "TeamId": 1,
  "KeySignedOut": {
    "KeyId": 1,
    "Name": "sample string 2",
    "Code": "sample string 3",
    "GroupId": 4,
    "GroupName": "sample string 5",
    "PersonId": 6,
    "PersonName": "sample string 7"
  },
  "Source": "sample string 2",
  "NoteEditionHistory": {
    "EditionHistory": [
      {
        "Id": 1,
        "CreatedBy": "sample string 2",
        "Description": "sample string 3",
        "CreatedDate": "2026-08-04T22:22:49.9970045Z",
        "EditedVersionId": 5,
        "Pinned": true
      },
      {
        "Id": 1,
        "CreatedBy": "sample string 2",
        "Description": "sample string 3",
        "CreatedDate": "2026-08-04T22:22:49.9970045Z",
        "EditedVersionId": 5,
        "Pinned": true
      }
    ]
  },
  "Name": "sample string 3",
  "Description": "sample string 4",
  "DateTime": "2026-08-04T22:22:49.9970045Z",
  "EventCategory": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "EventType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "EventStatus": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Negotiators": [
    {
      "ContactName": "sample string 1",
      "Gender": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Title": "sample string 2",
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "PrimaryTelephone": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "PrimaryEmail": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "JobTitle": "sample string 5",
      "Id": 6
    },
    {
      "ContactName": "sample string 1",
      "Gender": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Title": "sample string 2",
      "FirstName": "sample string 3",
      "LastName": "sample string 4",
      "PrimaryTelephone": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "PrimaryEmail": {
        "Type": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Value": "sample string 1",
        "Notes": "sample string 2",
        "ContactOrder": 3,
        "AllowContact": true,
        "MarketingContactStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Name": "sample string 5",
        "Id": 6
      },
      "JobTitle": "sample string 5",
      "Id": 6
    }
  ],
  "BranchId": 6,
  "OwningTeamId": 7,
  "TeamAccessType": "sample string 8",
  "CustomFields": [
    {
      "Name": "sample string 1",
      "Values": [
        {
          "Type": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Name": "sample string 1",
          "Value": {}
        },
        {
          "Type": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Name": "sample string 1",
          "Value": {}
        }
      ]
    },
    {
      "Name": "sample string 1",
      "Values": [
        {
          "Type": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Name": "sample string 1",
          "Value": {}
        },
        {
          "Type": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Name": "sample string 1",
          "Value": {}
        }
      ]
    }
  ],
  "CreatedDate": "2026-08-04T22:22:49.9970045Z",
  "CreatedBy": {
    "Initials": "sample string 1",
    "ContactName": "sample string 2",
    "Gender": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Title": "sample string 3",
    "FirstName": "sample string 4",
    "LastName": "sample string 5",
    "PrimaryTelephone": {
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Value": "sample string 1",
      "Notes": "sample string 2",
      "ContactOrder": 3,
      "AllowContact": true,
      "MarketingContactStatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Name": "sample string 5",
      "Id": 6
    },
    "PrimaryEmail": {
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Value": "sample string 1",
      "Notes": "sample string 2",
      "ContactOrder": 3,
      "AllowContact": true,
      "MarketingContactStatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Name": "sample string 5",
      "Id": 6
    },
    "JobTitle": "sample string 6",
    "Id": 7
  },
  "Id": 10
}