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": "f57a1b20-ba69-47c8-b07a-3470289082e7",
"Asset": {
"AssetId": "dc0ddd6a-faa2-438e-b00a-13f3a342294e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "328fedd9-3766-41c1-9e58-01fddd15f22c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e838d758-7c6e-43a0-802b-65615c0079ad",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "554caae7-11a7-4c16-bc77-d59795cd3a22",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-28T09:44:19.7739563-07:00",
"MeasurementValueNeededDate": "2026-06-28T09:44:19.7739563-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0584d8a8-bdab-4f44-b4a6-4c90758a64f6",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-28T09:44:19.7739563-07:00",
"MeasurementValueNeededDate": "2026-06-28T09:44:19.7739563-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f9f5b404-348a-4e2f-bb24-a1ed96023772",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "4c66da92-83fd-4086-aa92-208660602241",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "328fedd9-3766-41c1-9e58-01fddd15f22c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e838d758-7c6e-43a0-802b-65615c0079ad",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c46e21f3-07c5-4ebf-a590-ea16a04972f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a351673c-7646-4eb1-92ce-10e223293542",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "00999d7a-7a1a-417c-b483-8b1b163891da",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-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": "9c45eff8-19c2-407e-bbb1-1f409a3aefc5",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "71b0ccd9-7c2a-4eaa-b242-828c3b2388ea",
"CreateDate": "2026-06-28T09:44:19.7739563-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:44:19.7739563-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}