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": "1eb5f478-3e4e-4009-bd80-b454ece0ae00", "Asset": { "AssetId": "fef310b1-b7dc-4b47-b907-9bba211b10bc", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "4d6e1fa8-f535-43f3-8d8a-a3beb02d9f52", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f25b4824-9b21-469d-afe4-63a41ac337d1", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "04626628-e393-4201-97b1-345de35afb08", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-13T18:12:45.992863-07:00", "MeasurementValueNeededDate": "2025-10-13T18:12:45.992863-07:00", "SourceSystemId": "sample string 3", "CompanyId": "b2914d50-afea-446a-b371-b5757769be11", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-13T18:12:45.992863-07:00", "MeasurementValueNeededDate": "2025-10-13T18:12:45.992863-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "3f9f5e0c-d352-447b-8ea8-658d3db8e355", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "95d4b706-86e8-4037-a575-33ea2a645e5a", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "4d6e1fa8-f535-43f3-8d8a-a3beb02d9f52", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f25b4824-9b21-469d-afe4-63a41ac337d1", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "489e8434-c2f7-4244-bba3-8b59f1f16b19", "Name": "sample string 1" }, "Unit": { "UnitId": "9d4d3d7a-1105-4ef2-9bd1-8b01744819a5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ca694c53-203c-4491-9d3a-bd917f83be1a", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T18:12:45.992863-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": "a5d83386-c586-4578-98fd-bb4579ca3cc1", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a0b6d4e9-4623-415d-be68-bd4af4a03586", "CreateDate": "2025-10-13T18:12:45.992863-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T18:12:45.992863-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }