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": "5c65cd0a-dbd2-496f-bad2-f9bdce946c5f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "453c4ab4-ac8b-42cc-9b28-8d711753f0e2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "addb0b70-abf7-4333-b8bf-3cee0804d778", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T03:18:56.4488206-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "948c53b5-b03e-41bc-b55b-712ce63dfd91", "Name": "sample string 1" }, "Unit": { "UnitId": "3ba3a861-b42c-4643-b7a1-c005a92d1c56", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "eba09c92-ecc1-4335-a01c-f8725b2418d0", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T03:18:56.4488206-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": "892ea10f-6300-4be2-a044-cf47053f8e69", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T03:18:56.4488206-07:00", "LastModifiedUser": "sample string 7" }, { "PropertyTypeId": "5c65cd0a-dbd2-496f-bad2-f9bdce946c5f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "453c4ab4-ac8b-42cc-9b28-8d711753f0e2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "addb0b70-abf7-4333-b8bf-3cee0804d778", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T03:18:56.4488206-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "948c53b5-b03e-41bc-b55b-712ce63dfd91", "Name": "sample string 1" }, "Unit": { "UnitId": "3ba3a861-b42c-4643-b7a1-c005a92d1c56", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "eba09c92-ecc1-4335-a01c-f8725b2418d0", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T03:18:56.4488206-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": "892ea10f-6300-4be2-a044-cf47053f8e69", "CreateDate": "2024-10-10T03:18:56.4488206-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T03:18:56.4488206-07:00", "LastModifiedUser": "sample string 7" } ], "Total": 1, "Message": "sample string 1" }