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": "24e7e404-1ca3-46f2-ad4b-e8dc09db1444",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "96b40bf6-a365-4334-a901-3121e1fda20a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "71fd6c88-d49d-4be3-a44d-d142e135e7bf",
"CreateDate": "2025-12-01T15:15:20.2351396-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:15:20.2351396-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "486f087e-1a5f-41f1-b860-27849cedd79b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "75d11c48-341b-4fdb-84c2-f7f251b6b31a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ea34bbff-8878-4612-a5ef-98d7c1f9c96f",
"CreateDate": "2025-12-01T15:15:20.2351396-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-01T15:15:20.2351396-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b26e2677-3610-449f-90d8-26ede57e5406",
"FieldId": "3d9d5b08-250b-4432-9f17-29d7880bfea6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b26e2677-3610-449f-90d8-26ede57e5406",
"FieldId": "3d9d5b08-250b-4432-9f17-29d7880bfea6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ca447bb1-d21c-4b29-9497-421824382542",
"CreateDate": "2025-12-01T15:15:20.2351396-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:15:20.2351396-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}