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": "faf50503-6fb3-4ecc-b808-fa06aed2c5ac",
"Asset": {
"AssetId": "c9f77e8c-1bbe-4c9f-b942-2520ab04cc56",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "75bf44b0-6afd-42c5-8c66-d8ee27f470f5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "48f659c9-d9e9-4db5-9a8d-0cac4ba260f2",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0781fcef-aa58-4d09-b057-4a3363225de8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T03:43:50.7495701-07:00",
"MeasurementValueNeededDate": "2026-03-24T03:43:50.7495701-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "eed1ac2d-c954-4f19-9207-3fddc44d6ca4",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T03:43:50.7495701-07:00",
"MeasurementValueNeededDate": "2026-03-24T03:43:50.7495701-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2fd20620-58e2-4215-87ef-04cdc067f7f2",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "1e5e5d45-d6de-4a97-9a27-3f00193e5cd0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "75bf44b0-6afd-42c5-8c66-d8ee27f470f5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "48f659c9-d9e9-4db5-9a8d-0cac4ba260f2",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5eaf521e-2e63-426d-a739-1dace0a41361",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "55739866-b2b4-4bee-a81e-3fea43cdbae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "225f82b9-ba3d-458b-a0d5-c90118e505b7",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-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": "1de2985e-b938-46f6-a460-56b01bc94556",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a86f3580-e290-40b5-87a5-60d5e7f552ae",
"CreateDate": "2026-03-24T03:43:50.7495701-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T03:43:50.7495701-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}