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": "cbdbfa2f-d319-4f7a-8344-a6cbe19a7a49",
"Asset": {
"AssetId": "cba65771-2a2c-4e5d-a6d1-b2312f67527a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "45bb602e-9f8e-44f7-93b7-bb691126e32d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b0eafbb5-5581-4d95-992d-9347374ab717",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "030f9609-58ce-4d77-9626-9118a6c0d4cd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:11:31.0919238-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:31.0919238-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7fac2346-c30d-427c-9060-8fb7b2c1982b",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:11:31.0919238-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:31.0919238-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "84874d68-a0db-4228-b9a8-7e7d8fa4b31e",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "89d3f228-5e08-40a3-8b09-b634afdc8cbf",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "45bb602e-9f8e-44f7-93b7-bb691126e32d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b0eafbb5-5581-4d95-992d-9347374ab717",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "589464b7-7d54-4dd9-9787-b7ae38f55997",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2a79d630-1519-47fc-886b-962a7409a1f2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0d8219c3-c2ed-471b-8676-168a13043abd",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-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": "be6a2705-b547-4372-a1a6-487b0e30fc95",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e8eeaf53-4da3-4423-8297-9d31854afe2e",
"CreateDate": "2026-03-03T08:11:31.0919238-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:31.0919238-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}