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": "fac2299e-f43a-4eee-9797-c6764f97250e", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "36218a8d-71f4-4579-8504-b30e0addd4bc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2e30f0a5-1d4e-4476-a5d6-c02a965f6f3d", "CreateDate": "2025-04-30T14:18:23.8920824-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:18:23.8920824-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5a69dcff-11d2-4d1e-910a-ae856fca08ca", "Name": "sample string 1" }, "Unit": { "UnitId": "b337fe76-436c-48da-b0fb-6bd1688e5e23", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2762c708-c74c-480a-a556-959a3b7442df", "CreateDate": "2025-04-30T14:18:23.8920824-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:18:23.8920824-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c0b86ee3-60eb-400b-8a25-950d57297f95", "FieldId": "0076f9e0-9a17-43a4-af1b-7626aa4e51ab", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c0b86ee3-60eb-400b-8a25-950d57297f95", "FieldId": "0076f9e0-9a17-43a4-af1b-7626aa4e51ab", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "61b9ff6b-2909-4244-98df-1e70a9d2410c", "CreateDate": "2025-04-30T14:18:23.8920824-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:18:23.8920824-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }