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": "ced860f1-b86b-4a4a-b729-88709cb0fad3",
"Asset": {
"AssetId": "8210357d-fa1f-4a1b-8b9f-aeb86fc14eff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b5d1ff0-63a8-4d55-add5-ed031b4e725e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8ba25bc7-3b2b-4749-9428-9eb0d0f578c0",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0309ac73-c0da-4df7-bf57-858fbc909595",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-13T09:21:56.0779761-07:00",
"MeasurementValueNeededDate": "2026-06-13T09:21:56.0779761-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c5dfbd91-2f32-4337-bb7b-42187ee59053",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-13T09:21:56.0779761-07:00",
"MeasurementValueNeededDate": "2026-06-13T09:21:56.0779761-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2384eefd-6d2f-49df-a598-1d0ac79bd345",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "b1f22759-5c8e-4746-b1af-9b65837cb028",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b5d1ff0-63a8-4d55-add5-ed031b4e725e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8ba25bc7-3b2b-4749-9428-9eb0d0f578c0",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ebfebf68-8c16-4638-b0bd-71f97709d122",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "24c94a83-12ce-4114-8318-1d3f7fdb7410",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5d065404-6046-4eae-b5c1-21f3a56fd898",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-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": "1d0e9858-1fb8-407f-bf02-ac6837fdbd14",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7a7f78f6-663c-4963-8c08-3cc4a2c740fe",
"CreateDate": "2026-06-13T09:21:56.0779761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T09:21:56.0779761-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}