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": "56ee19ab-2783-46db-a876-7702b4d836b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fcc7a82-c2e4-42e1-9d09-609eabb5f20b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9a75e834-eefb-4fca-a038-2b2cf15ca55c",
"CreateDate": "2026-03-07T11:34:56.8353426-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-07T11:34:56.8353426-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "873b17d4-328d-4998-9fe3-74136fcee433",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cd835816-9c43-4792-a8c9-a55dd25c6fa7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "97d7ce17-2680-4b09-898a-438886166955",
"CreateDate": "2026-03-07T11:34:56.8353426-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-07T11:34:56.8353426-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ec276bb9-c6cf-4e66-8cdc-6cc12e0edf7a",
"FieldId": "345d821b-8a31-420c-9b39-4beda1c1bf14",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ec276bb9-c6cf-4e66-8cdc-6cc12e0edf7a",
"FieldId": "345d821b-8a31-420c-9b39-4beda1c1bf14",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "d176fd5f-2bf4-497a-aa27-f72fb0c09c1d",
"CreateDate": "2026-03-07T11:34:56.8353426-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-07T11:34:56.8353426-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}