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": "cc69b482-c25c-4377-855c-25c2fccaed8d",
"Asset": {
"AssetId": "54d45835-fe09-4f62-89c9-bbdc6c1657a1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "66beab1b-490e-485b-9b4c-eb6bd8e22324",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f09cb066-c3d6-4411-933d-6de4140f49bd",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "23696ce6-a7d6-4514-a47c-edf821204fb9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:02:13.4377176-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:13.4377176-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3a22accc-0e42-451c-b569-fa37a70da09f",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:02:13.4377176-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:02:13.4377176-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "480c9f77-c55b-4491-8e67-f74a3eb7909d",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "bc5c8337-1665-44f7-933b-1a7121a09873",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "66beab1b-490e-485b-9b4c-eb6bd8e22324",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f09cb066-c3d6-4411-933d-6de4140f49bd",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d1cdfab8-abc6-499e-99fc-f58889b793e2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9ebcdccd-9eab-4586-8174-c3e4e4d8c871",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "92b4dd9d-56d9-4333-a51b-6fa6350b43b1",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08: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": "4be9a4f5-2f8b-4354-98f4-f7b844dea7ed",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cffa8bed-76c5-4732-ba97-8f6c6f10f62a",
"CreateDate": "2026-02-05T17:02:13.4377176-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:02:13.4377176-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}