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": "d1beb6f9-3109-48e1-80c0-d3c822098680",
"Asset": {
"AssetId": "545d6d29-b506-4b02-acbb-7864cd0d23a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "83b16105-bb53-4829-b562-7ed26d52601c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0d7472ee-bdba-48ff-8c23-d45d0c0ecc72",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d7495f79-c974-4151-ac66-404fc3e9713a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T04:47:53.0284331-07:00",
"MeasurementValueNeededDate": "2026-04-14T04:47:53.0284331-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "38ef73e6-6295-4912-9b84-c8a70a84fa23",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T04:47:53.0284331-07:00",
"MeasurementValueNeededDate": "2026-04-14T04:47:53.0284331-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0659e6b5-d6ea-4101-872f-e2123c4ee501",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "43c56252-129f-424d-a123-ebc816af2a07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "83b16105-bb53-4829-b562-7ed26d52601c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0d7472ee-bdba-48ff-8c23-d45d0c0ecc72",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "01941bc7-b08d-4124-a005-c67a1ee2e4d0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b2d6c3a4-18d9-4f07-9f11-5426e1e7b343",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7db52b20-6657-491d-8f1a-aee0837915d5",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-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": "9f6ec5c7-6887-45ba-91fd-d11544ac9f9c",
"CreateDate": "2026-04-14T04:47:53.0284331-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T04:47:53.0284331-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "98c29389-587e-452b-b256-7908068c6e2e",
"CreateDate": "2026-04-14T04:47:53.0440598-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T04:47:53.0440598-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}