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": "5a24625f-85f7-40e4-9449-28e34930d5d7",
"Asset": {
"AssetId": "ea4b1688-f1e1-4093-b716-286e55ce5063",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ab72f300-8b7d-4e9a-b54f-201ae96c7aa8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6bb127b1-4064-48f8-bbba-6a11b57b9281",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2cc9afbb-ed83-41b1-a046-39492fde2755",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T01:26:20.477876-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:20.477876-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "04e432fa-aba4-4e97-90f6-2c887da2a8fe",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T01:26:20.477876-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:20.477876-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d7ae3f82-27e2-4612-8814-6939826137ed",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "67362209-d4ad-4e92-994c-e7b216f25d79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ab72f300-8b7d-4e9a-b54f-201ae96c7aa8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6bb127b1-4064-48f8-bbba-6a11b57b9281",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6eac30d6-dd9b-47a5-94c2-744acd64c816",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d29aea2-cc4e-47c7-ba44-e353eeeda8d6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d48f187f-98a6-45ba-97ad-e170972f60f1",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:20.477876-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": "99771bbc-2c41-4dfb-bb0b-5e58854ca91b",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "818e362e-6c50-4357-8be6-8a4459339125",
"CreateDate": "2026-02-11T01:26:20.477876-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.477876-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}