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": "3afd3a23-e4c3-4674-9cad-32a39d15e2c8",
"Asset": {
"AssetId": "5e8e19a6-6ab3-44df-8a06-2a2fdc2833d2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "fad82911-f91b-4c2d-b2a5-79e20011a06d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9cac4d57-acef-4c11-92a8-e7d8c5cc1e11",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9d6207c0-3600-4b7d-8b97-2413a61a9bc1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-21T16:07:06.8689501-08:00",
"MeasurementValueNeededDate": "2026-01-21T16:07:06.8689501-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "759f7fd8-f53f-4f5d-ad2b-b0a410670a9d",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-21T16:07:06.8689501-08:00",
"MeasurementValueNeededDate": "2026-01-21T16:07:06.8689501-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8bc5d7d2-405b-43e3-a4f6-f4d13636e196",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "75244c52-6952-4e84-aa24-408513561d39",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fad82911-f91b-4c2d-b2a5-79e20011a06d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9cac4d57-acef-4c11-92a8-e7d8c5cc1e11",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "20b773df-539d-47cb-a286-48b635b27aa2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "97bc651b-434d-44ce-8da8-34c443ed4f2c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ec1c20f-35d4-4dd9-aa24-083ae5d9f4d4",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-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": "74ee760a-54f8-4248-b1f5-92227d207baa",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "593a3111-4fed-436e-a1c0-5ce4debf21cc",
"CreateDate": "2026-01-21T16:07:06.8689501-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:06.8689501-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}