GET PropertyTypes?assetTypeId={assetTypeId}&take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}
Retrieves property types for the given parameters.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetTypeId |
Id of the asset type |
globally unique identifier |
None. |
take |
Number of property types to retrieve. Default is all property types |
integer |
None. |
skip |
Number of property types to skip before retrieval |
integer |
Default value is 0 |
sort |
List of sorting rules to describe how to sort the property types before retrieval |
Collection of Sort |
None. |
Operator | string |
None. |
|
Field | string |
None. |
|
Value | string |
None. |
|
Logic | string |
None. |
|
Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of property types.
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of PropertyType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "PropertyTypeId": "68d3d4d7-37a4-48ef-a344-eda829a7f190", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "10f591a4-2557-4125-a730-47e4890c4a76", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e87a6bba-d9cb-4e1a-bdfa-24977dfb6211", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "3bdefbb1-6e95-4125-ae54-4eb263ccda6e", "Name": "sample string 1" }, "Unit": { "UnitId": "5b4d8878-442d-41c6-8c06-ff87202d6f8e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4f7a9cd1-6f71-4736-84c1-2fd9857d9bc9", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "SourceSystemId": "sample string 4", "CompanyId": "1b01aeee-0041-433a-864e-eac3c673a9dd", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 7" }, { "PropertyTypeId": "68d3d4d7-37a4-48ef-a344-eda829a7f190", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "10f591a4-2557-4125-a730-47e4890c4a76", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e87a6bba-d9cb-4e1a-bdfa-24977dfb6211", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "3bdefbb1-6e95-4125-ae54-4eb263ccda6e", "Name": "sample string 1" }, "Unit": { "UnitId": "5b4d8878-442d-41c6-8c06-ff87202d6f8e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4f7a9cd1-6f71-4736-84c1-2fd9857d9bc9", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "SourceSystemId": "sample string 4", "CompanyId": "1b01aeee-0041-433a-864e-eac3c673a9dd", "CreateDate": "2025-07-17T11:39:32.1515882-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T11:39:32.1515882-07:00", "LastModifiedUser": "sample string 7" } ], "Total": 1, "Message": "sample string 1" }