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": "1c0cd45a-ba14-444c-ab66-36fdb9df67c2", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "b948bd07-9657-42a7-b8d5-b456014b16b9", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1900e81b-2397-4f8d-953c-130ea11a438b", "CreateDate": "2025-04-03T15:19:07.653989-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:19:07.653989-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "cf6b7360-72ac-4f88-b031-73c6bf26dd9d", "Name": "sample string 1" }, "Unit": { "UnitId": "ee72cf11-7918-4691-825c-d43408d356fc", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a1e7c57e-9e67-40d4-9285-d9dcf0990ae2", "CreateDate": "2025-04-03T15:19:07.653989-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:19:07.653989-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "92b99844-cba8-4177-b642-5d6464c29769", "FieldId": "c73a1ff7-6ccb-47a1-9e53-21ff1bc2a7b8", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "92b99844-cba8-4177-b642-5d6464c29769", "FieldId": "c73a1ff7-6ccb-47a1-9e53-21ff1bc2a7b8", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "f6ae2988-96ab-4bd0-bdb5-bce41c900961", "CreateDate": "2025-04-03T15:19:07.653989-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:19:07.653989-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }