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": "157715eb-1046-41a0-af9d-78594961a684", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d12520a5-fd54-4645-a796-f5534585ecfa", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "6009e98c-6c58-4f07-af91-4538e9e8ce95", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "ef74c45a-9512-43e0-bab4-04b8da6da21c", "Name": "sample string 1" }, "Unit": { "UnitId": "4ccedc80-feac-4b18-bbae-c12bc4b903eb", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ebfc9682-f772-4ae4-b1ff-086e2cb68e47", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "369dc13b-bb03-4dfb-966e-ce01715913cb", "FieldId": "9615ec28-16da-4768-ad48-40e7ba032926", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "369dc13b-bb03-4dfb-966e-ce01715913cb", "FieldId": "9615ec28-16da-4768-ad48-40e7ba032926", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "549fb2aa-e8f8-4493-acf8-01a2d48afbf5", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 7" }, { "PropertyTypeId": "157715eb-1046-41a0-af9d-78594961a684", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d12520a5-fd54-4645-a796-f5534585ecfa", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "6009e98c-6c58-4f07-af91-4538e9e8ce95", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "ef74c45a-9512-43e0-bab4-04b8da6da21c", "Name": "sample string 1" }, "Unit": { "UnitId": "4ccedc80-feac-4b18-bbae-c12bc4b903eb", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ebfc9682-f772-4ae4-b1ff-086e2cb68e47", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "369dc13b-bb03-4dfb-966e-ce01715913cb", "FieldId": "9615ec28-16da-4768-ad48-40e7ba032926", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "369dc13b-bb03-4dfb-966e-ce01715913cb", "FieldId": "9615ec28-16da-4768-ad48-40e7ba032926", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "549fb2aa-e8f8-4493-acf8-01a2d48afbf5", "CreateDate": "2025-06-30T13:53:56.4590452-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T13:53:56.4590452-07:00", "LastModifiedUser": "sample string 7" } ], "Total": 1, "Message": "sample string 1" }