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": "601d0d5b-ded3-4c5f-ab6a-8ae57594a369", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "737ee9d3-81b2-4ced-9ec0-41ade1063f72", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "7790c0b9-0e02-4af1-bb2e-28bdca1b1c46", "CreateDate": "2025-04-02T11:42:06.9276056-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-02T11:42:06.9276056-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "f6571ebb-3d20-43df-8889-43ae0a302768", "Name": "sample string 1" }, "Unit": { "UnitId": "a397c583-2cc5-4d27-b80d-f5a12696ed1b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "88b279e7-cd2c-45d0-af7e-00abadb45721", "CreateDate": "2025-04-02T11:42:06.9276056-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-02T11:42:06.9276056-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "4e3093ad-40b4-4ae1-b4e0-376608b5cfe9", "FieldId": "e036fd7a-829c-4fb6-b738-86491fe891f5", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "4e3093ad-40b4-4ae1-b4e0-376608b5cfe9", "FieldId": "e036fd7a-829c-4fb6-b738-86491fe891f5", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "a3e5d975-d833-46ff-96a9-1c69c742ac2b", "CreateDate": "2025-04-02T11:42:06.9276056-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-02T11:42:06.9276056-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }