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": "a2497e61-b564-4fee-8a32-697620fd14c9",
"Asset": {
"AssetId": "d9daf51b-b058-4740-947d-a99d4b61d046",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "74ec8c7d-471c-46fa-a1bd-554c588a3d54",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "43eced10-52c1-42be-86dd-898bee4cad71",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "15c8a2d7-f970-4e53-8338-7b6fab2cfcba",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:59:51.4441428-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:51.4441428-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "69aaa9f9-6162-48e5-8655-8ef2b6a3693e",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:59:51.4441428-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:51.4441428-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3febe28c-d7b3-47c4-b347-4b30d4d227d8",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "6b4fbb17-697c-4fa4-8a87-25db9968423b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "74ec8c7d-471c-46fa-a1bd-554c588a3d54",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "43eced10-52c1-42be-86dd-898bee4cad71",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3db9e288-e87c-4190-8e3e-0633f0401ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b4cfca2a-5866-4d37-b045-7b62c04b9e5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ea350153-894c-4d67-96e8-004708162370",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-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": "32ecf923-a5fe-49d7-9d24-dc1e388b42c5",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "86bb1947-7902-4551-bc4c-b73c18da3057",
"CreateDate": "2026-07-13T23:59:51.4441428-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.4441428-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}