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": "ebde9a4f-73fb-4b3e-94f3-2d44ab384c1d",
"Asset": {
"AssetId": "8e39da59-14d8-4cf9-89d0-87f3c022f48b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "01c3d558-3c18-4db7-9999-1fef9a0a2c39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "65996ae9-b864-42c1-b683-20d96cd96ee4",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e9d09ee4-d29f-498f-9f85-fba06ab38d29",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T21:31:55.5411508-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:31:55.5411508-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "afc3dfdc-e874-40d8-bebd-1214bda09cae",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T21:31:55.5411508-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:31:55.5411508-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1a3fa97c-56d3-48a1-8029-7de5217f998f",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "cc10de38-2247-4ac0-8bf1-f50f1fa9c551",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "01c3d558-3c18-4db7-9999-1fef9a0a2c39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "65996ae9-b864-42c1-b683-20d96cd96ee4",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9972e9ae-006f-41a2-9ed6-5e2782905749",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "92093b79-320b-4237-9d89-3babf8c92eed",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3529ae56-118b-4586-854a-4714eb00a3f2",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-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": "202ee79d-c7a3-4971-b3aa-2623ed0131a2",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b0ee701e-2396-4147-9e88-1371a79d5232",
"CreateDate": "2026-03-23T21:31:55.5411508-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.5411508-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}