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": "2d5ad5fa-2a70-4471-bf2e-846f4a9d387c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e7e8029b-c07d-4d39-8258-36a933043fac", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "225ad9d1-7d05-443d-acca-31aa14cd2df7", "CreateDate": "2025-06-02T04:02:52.7030741-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T04:02:52.7030741-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ad6e701b-2a7e-48c0-98ef-68c811fa490f", "Name": "sample string 1" }, "Unit": { "UnitId": "4d588b72-eefd-462e-8024-d5b5774b76cd", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7cc75fd3-19a7-47a4-a805-9a8cfd5e9952", "CreateDate": "2025-06-02T04:02:52.7030741-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T04:02:52.7030741-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "995fcfbd-13c0-4bd7-92c3-6331213e2c38", "FieldId": "099fc341-71b5-498e-bbec-5bc53a6aec57", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "995fcfbd-13c0-4bd7-92c3-6331213e2c38", "FieldId": "099fc341-71b5-498e-bbec-5bc53a6aec57", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "40201851-70c3-4126-a7ba-a0c81b829079", "CreateDate": "2025-06-02T04:02:52.7030741-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T04:02:52.7030741-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }