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": "7234ca3c-f4ba-49ef-ab9d-3f6b0570153c", "Asset": { "AssetId": "b5070799-7d90-462d-9328-29fd5ffa628a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "e8be1744-01c5-41db-a95f-535d11ca7faf", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b41faf65-d65d-43eb-8341-0fedaaaf04d5", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "047076be-3e86-47f4-8377-ab215ad43a00", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-30T12:57:13.0775394-07:00", "MeasurementValueNeededDate": "2025-08-30T12:57:13.0775394-07:00", "SourceSystemId": "sample string 3", "CompanyId": "5c5ea981-5fae-404d-a556-b048fd89c65c", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-30T12:57:13.0775394-07:00", "MeasurementValueNeededDate": "2025-08-30T12:57:13.0775394-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d948aed2-7bfd-4492-908b-3308f068f0e8", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "4610371a-d435-438c-ae4b-a73722b07894", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e8be1744-01c5-41db-a95f-535d11ca7faf", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b41faf65-d65d-43eb-8341-0fedaaaf04d5", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "747e4d27-3f2a-466d-aed0-3a60552ee33a", "Name": "sample string 1" }, "Unit": { "UnitId": "e2522cdd-d43e-42d7-a7e2-e03b135b50fa", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "e183fee3-f5c7-42b8-9ed6-1c8cbcbe688f", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:57:13.0775394-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": "e63e0887-bfbf-4d3b-b243-bc3c34c01090", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e11ece6f-57c1-47b6-a527-b1bd6e98e3f3", "CreateDate": "2025-08-30T12:57:13.0775394-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:57:13.0775394-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }