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": "f67a6fb5-0d3b-4ba1-96a2-31e4bb10aab8",
"Asset": {
"AssetId": "40e1f25a-aa32-433e-aeb6-b918da5584e9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7f649817-aac7-4231-ab15-32fd5e88f5f0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f89e5b4d-1e3d-44e9-a492-bc3bbbb2729a",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "150677d8-0a93-421f-a95c-dc830fbffd34",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-05T03:15:37.6461404-08:00",
"MeasurementValueNeededDate": "2025-12-05T03:15:37.6461404-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e6eee27b-430e-4763-9dd8-429396157a0c",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-05T03:15:37.6461404-08:00",
"MeasurementValueNeededDate": "2025-12-05T03:15:37.6461404-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "040fe2e0-8469-4dca-b27e-ef0190ff04cb",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "40427d6b-7a6d-4d5d-be90-c8680235b4ad",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7f649817-aac7-4231-ab15-32fd5e88f5f0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f89e5b4d-1e3d-44e9-a492-bc3bbbb2729a",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "43870b6b-fb12-4a1f-902d-48f228688740",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8916e6bb-a0a2-4061-b52d-83ce7f888a22",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ec367b76-38db-46d7-8aa9-6b0ad1880dce",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-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": "cf27d552-1069-4997-904b-c44e8b10fce2",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bc19b52a-eb31-4ec3-b23a-acf2ceabc3ec",
"CreateDate": "2025-12-05T03:15:37.6461404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T03:15:37.6461404-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}