GET PropertyTypes?propertyTypeId={propertyTypeId}
Retrieves a property type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyTypeId |
Id of the property type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the property type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PropertyType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyTypeId": "19ab9ee3-b96e-4832-abdc-80473eea1eb1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9b18d59b-111d-498a-8e0f-7fcc236a0a90",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d809e9a4-5924-42b6-b05c-f1de55f629a0",
"CreateDate": "2025-11-04T16:50:01.6711476-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-04T16:50:01.6711476-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "9918e82b-240a-47ca-ad2f-ba4d41ba2f58",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2712939f-2d8e-49a3-969d-2e8919dffe27",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b97a4783-956b-44a5-9b8d-4ac127c94089",
"CreateDate": "2025-11-04T16:50:01.6711476-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-04T16:50:01.6711476-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "027b5e25-8adc-44cb-9341-5edb54152c7c",
"FieldId": "25cde65b-e9f1-48b4-8724-995638a79b3e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "027b5e25-8adc-44cb-9341-5edb54152c7c",
"FieldId": "25cde65b-e9f1-48b4-8724-995638a79b3e",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "dcceec0f-56d7-4808-a3bb-448d8cca598e",
"CreateDate": "2025-11-04T16:50:01.6711476-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-04T16:50:01.6711476-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}