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": "0614c0f3-738a-455f-a3cc-a4cfbeda243e",
"Asset": {
"AssetId": "526356bc-6229-4652-ae20-7aba3a8848f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cb6ab838-3d65-4863-a331-196783107e93",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b0e1d821-4c25-4fb9-8630-c6da860f2bc3",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7302919c-085f-4fe3-a322-3d435938afe2",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:34:46.685013-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:34:46.685013-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3f5e040e-434c-4a20-ac68-a4ff0f8d93ff",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:34:46.685013-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:34:46.685013-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "778bf5c0-d86b-4652-a923-48d425741310",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"DisplayText": "sample string 2",
"PropertyType": {
"PropertyTypeId": "f722bc19-14ba-4ff2-b09e-7b6b5c42c44b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cb6ab838-3d65-4863-a331-196783107e93",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b0e1d821-4c25-4fb9-8630-c6da860f2bc3",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fce4daff-9166-4e8f-a9ae-6f130f3140df",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7f0cef96-31b6-46db-ab72-47ec35313ed6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fca164a8-8bb4-4f1e-9f6b-09d086494147",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "551024df-8b10-4171-8193-28f64debeb0c",
"FieldId": "9da46b70-d2d9-4f08-896a-cb894c12084d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "551024df-8b10-4171-8193-28f64debeb0c",
"FieldId": "9da46b70-d2d9-4f08-896a-cb894c12084d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "34155058-9065-45c9-bd27-1ebfd0b46ba3",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c1604860-67dc-49ef-b82d-f75bc69ebbff",
"CreateDate": "2026-09-02T00:34:46.685013-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:34:46.685013-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}