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": "5b2fc399-9c60-4368-8895-3ffb857f0635",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b64b114e-4f9c-4795-a608-f3b002cf4deb",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d65279cf-4e81-4bb3-95f0-f331477e06ab",
"CreateDate": "2026-08-24T17:30:39.6788255-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T17:30:39.6788255-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "dc8b6994-2eb7-492b-a249-ab0ceb2f98a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b4dbfc77-7b96-43ca-99d2-be13a8059853",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cf51dd0f-a827-4bbc-a1c9-f14297f73fb2",
"CreateDate": "2026-08-24T17:30:39.6788255-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-24T17:30:39.6788255-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fa0fb311-9c0b-41ef-a835-73901d7d4f5f",
"FieldId": "b91c5b2f-5da2-4b4a-b4d2-3c933d89c8ec",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fa0fb311-9c0b-41ef-a835-73901d7d4f5f",
"FieldId": "b91c5b2f-5da2-4b4a-b4d2-3c933d89c8ec",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "32b074d5-ab25-47e9-9e94-ba93146abb26",
"CreateDate": "2026-08-24T17:30:39.6788255-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-24T17:30:39.6788255-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}