GET api/todo/property/taskprofile?taskId={taskId}

Get the profile infos for a propery task Processes this property to do API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

The unique identifier of the task resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

PropertyToDoTaskDataContract
NameDescriptionTypeAdditional information
Owner

The owner value.

PropertyOwnerDataContract

None.

Price

The price value.

PriceDataContract

None.

Street

The street value.

string

None.

Number

The number value.

string

None.

City

The city value.

string

None.

PostCode

The post code value.

string

None.

Description

The description value.

string

None.

Image

The image value.

string

None.

PropertyId

The unique identifier of the related property resource.

integer

None.

RoleId

The unique identifier of the related role resource.

integer

None.

ToDoDetails

The to do details value.

ToDoDetailsDataContract

None.

ClaimedNegotiator

The claimed negotiator value.

NegotiatorTodoDataContract

None.

DueDate

The due date, expressed as a date and time.

date

None.

Overdue

Indicates whether overdue is true.

boolean

None.

StatusType

The status type value.

EnumDataContract

None.

BranchId

The unique identifier of the related branch resource.

integer

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Owner": {
    "Name": "sample string 1",
    "TeamAccessType": "sample string 2",
    "Description": "sample string 3",
    "GroupType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "GroupIcon": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "GroupBackgroundImageUrl": "sample string 4",
    "Notes": "sample string 5",
    "Members": [
      {
        "Person": {
          "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
          },
          "Addresses": [
            {
              "AddressType": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "ContactOrder": 1,
              "Location": {
                "CenterPoint": {
                  "Latitude": 1.1,
                  "Longitude": 2.1,
                  "Altitude": 3.1,
                  "Order": 4,
                  "Id": 5
                },
                "Extent": [
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  },
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  }
                ],
                "ViewPoints": [
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  },
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  }
                ],
                "Id": 1
              },
              "AddressSource": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "SourceId": "sample string 2",
              "OrganizationName": "sample string 3",
              "Number": "sample string 4",
              "BuildingName": "sample string 5",
              "Street": "sample string 6",
              "Town": "sample string 7",
              "Locality": "sample string 8",
              "County": "sample string 9",
              "Country": "sample string 10",
              "Postcode": "sample string 11",
              "Uprn": "sample string 12",
              "CreatedDate": "2026-07-23T08:14:16.4604605Z",
              "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": 14
            },
            {
              "AddressType": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "ContactOrder": 1,
              "Location": {
                "CenterPoint": {
                  "Latitude": 1.1,
                  "Longitude": 2.1,
                  "Altitude": 3.1,
                  "Order": 4,
                  "Id": 5
                },
                "Extent": [
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  },
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  }
                ],
                "ViewPoints": [
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  },
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  }
                ],
                "Id": 1
              },
              "AddressSource": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "SourceId": "sample string 2",
              "OrganizationName": "sample string 3",
              "Number": "sample string 4",
              "BuildingName": "sample string 5",
              "Street": "sample string 6",
              "Town": "sample string 7",
              "Locality": "sample string 8",
              "County": "sample string 9",
              "Country": "sample string 10",
              "Postcode": "sample string 11",
              "Uprn": "sample string 12",
              "CreatedDate": "2026-07-23T08:14:16.4604605Z",
              "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": 14
            }
          ],
          "ContactItems": [
            {
              "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
            },
            {
              "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
            }
          ],
          "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
            }
          ],
          "ExternalApplicantReference": "sample string 5",
          "Id": 6
        },
        "RelationshipType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "SystemStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Order": 1,
        "Id": 2
      },
      {
        "Person": {
          "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
          },
          "Addresses": [
            {
              "AddressType": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "ContactOrder": 1,
              "Location": {
                "CenterPoint": {
                  "Latitude": 1.1,
                  "Longitude": 2.1,
                  "Altitude": 3.1,
                  "Order": 4,
                  "Id": 5
                },
                "Extent": [
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  },
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  }
                ],
                "ViewPoints": [
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  },
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  }
                ],
                "Id": 1
              },
              "AddressSource": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "SourceId": "sample string 2",
              "OrganizationName": "sample string 3",
              "Number": "sample string 4",
              "BuildingName": "sample string 5",
              "Street": "sample string 6",
              "Town": "sample string 7",
              "Locality": "sample string 8",
              "County": "sample string 9",
              "Country": "sample string 10",
              "Postcode": "sample string 11",
              "Uprn": "sample string 12",
              "CreatedDate": "2026-07-23T08:14:16.4604605Z",
              "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": 14
            },
            {
              "AddressType": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "ContactOrder": 1,
              "Location": {
                "CenterPoint": {
                  "Latitude": 1.1,
                  "Longitude": 2.1,
                  "Altitude": 3.1,
                  "Order": 4,
                  "Id": 5
                },
                "Extent": [
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  },
                  {
                    "Latitude": 1.1,
                    "Longitude": 2.1,
                    "Altitude": 3.1,
                    "Order": 4,
                    "Id": 5
                  }
                ],
                "ViewPoints": [
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  },
                  {
                    "Point": {
                      "Latitude": 1.1,
                      "Longitude": 2.1,
                      "Altitude": 3.1,
                      "Order": 4,
                      "Id": 5
                    },
                    "Pitch": 1.1,
                    "Heading": 2.1,
                    "FieldOfVision": 3.1,
                    "Zoom": 4.1,
                    "Label": "sample string 5",
                    "Id": 6
                  }
                ],
                "Id": 1
              },
              "AddressSource": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "SourceId": "sample string 2",
              "OrganizationName": "sample string 3",
              "Number": "sample string 4",
              "BuildingName": "sample string 5",
              "Street": "sample string 6",
              "Town": "sample string 7",
              "Locality": "sample string 8",
              "County": "sample string 9",
              "Country": "sample string 10",
              "Postcode": "sample string 11",
              "Uprn": "sample string 12",
              "CreatedDate": "2026-07-23T08:14:16.4604605Z",
              "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": 14
            }
          ],
          "ContactItems": [
            {
              "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
            },
            {
              "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
            }
          ],
          "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
            }
          ],
          "ExternalApplicantReference": "sample string 5",
          "Id": 6
        },
        "RelationshipType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "SystemStatus": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Order": 1,
        "Id": 2
      }
    ],
    "OwningTeamId": 6,
    "BranchId": 7,
    "Id": 8
  },
  "Price": {
    "PriceValue": 1.1,
    "CurrencyCode": "sample string 2",
    "PriceText": "sample string 3",
    "PriceType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "PriceQualifierType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Id": 4
  },
  "Street": "sample string 1",
  "Number": "sample string 2",
  "City": "sample string 3",
  "PostCode": "sample string 4",
  "Description": "sample string 5",
  "Image": "sample string 6",
  "PropertyId": 7,
  "RoleId": 8,
  "ToDoDetails": {
    "Title": "sample string 1",
    "Description": "sample string 2",
    "Type": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "CompletedTasksNumber": 3,
    "TotalTasksNumber": 4,
    "Id": 5
  },
  "ClaimedNegotiator": {
    "Email": {
      "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
    },
    "ContactName": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "Id": 4
  },
  "DueDate": "2026-07-23T08:14:16.4604605Z",
  "Overdue": true,
  "StatusType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "BranchId": 11,
  "Id": 12
}