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": "0e893c46-4960-4258-a5c2-3803cbb982e3", "Asset": { "AssetId": "6b99e8f7-4c44-4283-b60b-81e8a52c73ae", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "57446fb0-7828-41ca-880b-7fee46a41435", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ab053533-8fd0-4773-b65f-53b98a015dbe", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "f0ed3a44-fe1f-4497-bc54-49eab6aebd44", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2023-12-01T11:57:17.1625626-08:00", "MeasurementValueNeededDate": "2023-12-01T11:57:17.1625626-08:00", "SourceSystemId": "sample string 3", "CompanyId": "5add3ac1-d566-4422-ba1e-c1804d44369c", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2023-12-01T11:57:17.1625626-08:00", "MeasurementValueNeededDate": "2023-12-01T11:57:17.1625626-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "eaad09df-4d29-452c-8047-e01766dfa1b3", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "21b70d8b-0b56-435a-a225-b7233dcc2ba8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "57446fb0-7828-41ca-880b-7fee46a41435", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ab053533-8fd0-4773-b65f-53b98a015dbe", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "2764ccf4-f4dc-4943-b07e-81d613aa0890", "Name": "sample string 1" }, "Unit": { "UnitId": "7912ce00-32eb-488d-ae26-223d515c19a5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "0da2a145-b32f-466f-a3c6-4acdca3ead5c", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08: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": "37b44fcc-ca9e-4420-a86f-3d2b3b0f56cc", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5aa14539-31fd-4850-aa9d-4ffed1c00eb2", "CreateDate": "2023-12-01T11:57:17.1625626-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-12-01T11:57:17.1625626-08:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }