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": "dffa9b1b-bf56-49c6-8292-e9ad27532adb", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "dee60f8c-e975-4bc2-b837-63b9ecfc6a41", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "28fb1899-889f-414d-b6b3-24b823244dfd", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8827a5fb-8e3b-48ad-9c2f-25927a5a6dde", "Name": "sample string 1" }, "Unit": { "UnitId": "a1b287ae-69fd-4c2f-9650-822ad37535a8", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f0ae61a0-4767-4c13-97ec-a1f949a2d147", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "30aa20dc-4737-46e1-9150-6883d2a78a0b", "FieldId": "10433087-79c3-480d-8bb5-d94ae3c3b0e4", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "30aa20dc-4737-46e1-9150-6883d2a78a0b", "FieldId": "10433087-79c3-480d-8bb5-d94ae3c3b0e4", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "39c4a77f-631e-40af-a43c-9aff7bb2173f", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 7" }, { "PropertyTypeId": "dffa9b1b-bf56-49c6-8292-e9ad27532adb", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "dee60f8c-e975-4bc2-b837-63b9ecfc6a41", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "28fb1899-889f-414d-b6b3-24b823244dfd", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8827a5fb-8e3b-48ad-9c2f-25927a5a6dde", "Name": "sample string 1" }, "Unit": { "UnitId": "a1b287ae-69fd-4c2f-9650-822ad37535a8", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f0ae61a0-4767-4c13-97ec-a1f949a2d147", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "30aa20dc-4737-46e1-9150-6883d2a78a0b", "FieldId": "10433087-79c3-480d-8bb5-d94ae3c3b0e4", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "30aa20dc-4737-46e1-9150-6883d2a78a0b", "FieldId": "10433087-79c3-480d-8bb5-d94ae3c3b0e4", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "39c4a77f-631e-40af-a43c-9aff7bb2173f", "CreateDate": "2024-12-08T18:26:10.8999472-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-08T18:26:10.8999472-08:00", "LastModifiedUser": "sample string 7" } ], "Total": 1, "Message": "sample string 1" }