GET Properties?propertyId={propertyId}
Retrieves a property by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
Id of the property |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the property.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Property |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyId": "2d145b8a-995d-4694-bd97-d45a3141bc56",
"Asset": {
"AssetId": "12855767-132d-4974-b7a9-79e6b2a6acff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "54a4f448-52e5-4010-b4fb-e71e54fa794d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0f2cc10e-b49e-45d8-b42f-c998b6fe2b66",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b7cb406f-31a6-4dd2-b68e-4658aa92e5db",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:03:31.4011194-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:03:31.4011194-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "519fbbb7-fcde-493f-9747-ae72bb03a4c9",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:03:31.4011194-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:03:31.4011194-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3e05a27c-a030-45a2-b426-c83d82448e0c",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "b2098b95-7dfc-4775-a079-6aae45bb941e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54a4f448-52e5-4010-b4fb-e71e54fa794d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0f2cc10e-b49e-45d8-b42f-c998b6fe2b66",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a758219e-c089-4656-b75c-38b27d4447bd",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "dffb77dd-8980-4da2-9055-9ea92b8ba13c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e55c1170-ce0b-4a4e-bdb7-9a7ce3ab3289",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "761ba421-95f7-409a-98f1-d3892df68e37",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "85ec0804-942a-46b8-91f1-0075f7ecd09a",
"CreateDate": "2026-05-24T15:03:31.4011194-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:03:31.4011194-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}