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": "454cb30f-96b2-420b-a97c-6f8b4a3cc67d", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "62952dcc-63ed-44b2-a7fe-5f32481d3c5d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6c1bc77b-ad57-4c98-90c7-b8ca9e254a9d", "CreateDate": "2025-07-31T03:16:59.1996379-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:16:59.1996379-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e73bae9f-4c56-4c52-a4d4-37c97e531a22", "Name": "sample string 1" }, "Unit": { "UnitId": "7fb4edd7-c294-433f-99c0-b8ead417d5c3", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "83197d82-17d3-4744-a81b-450da7350fd1", "CreateDate": "2025-07-31T03:16:59.1996379-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:16:59.1996379-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5186c69e-1986-44d1-b55b-cc8a8a4523d3", "FieldId": "60665c60-7fb6-4b85-9d5d-a36054e7a9c1", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5186c69e-1986-44d1-b55b-cc8a8a4523d3", "FieldId": "60665c60-7fb6-4b85-9d5d-a36054e7a9c1", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "32c58130-a3ef-423d-b514-bf62e46eb14b", "CreateDate": "2025-07-31T03:16:59.1996379-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:16:59.1996379-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }