POST api/profilepropertytypes/select/{pageNumber}/{pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNumber | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
ProfilePropertyTypesFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| TenantIds | Collection of globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| Name | string |
None. |
|
| DataType | ProfilePropertyDataTypeDto |
None. |
|
| CreationDateFrom | date |
None. |
|
| CreationDateTo | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f2849b5b-5615-4eba-86a3-49a5e52aaf29",
"CreatorUserId": "7d8971f1-b39c-4102-8a51-a45c59abcc11",
"TenantIds": [
"3aa28cbd-7593-4ea7-9afe-ceae1fc8ffc8",
"a4a891a4-49d5-4ac2-a702-55980497040f"
],
"IsDeleted": true,
"Name": "sample string 1",
"DataType": 0,
"CreationDateFrom": "2025-12-06T04:54:11.773785+00:00",
"CreationDateTo": "2025-12-06T04:54:11.773785+00:00"
}
application/xml, text/xml
Sample:
<ProfilePropertyTypesFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models.FilterCriteria">
<CreationDateFrom>2025-12-06T04:54:11.773785+00:00</CreationDateFrom>
<CreationDateTo>2025-12-06T04:54:11.773785+00:00</CreationDateTo>
<CreatorUserId>7d8971f1-b39c-4102-8a51-a45c59abcc11</CreatorUserId>
<DataType>Bool</DataType>
<Id>f2849b5b-5615-4eba-86a3-49a5e52aaf29</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3aa28cbd-7593-4ea7-9afe-ceae1fc8ffc8</d2p1:guid>
<d2p1:guid>a4a891a4-49d5-4ac2-a702-55980497040f</d2p1:guid>
</TenantIds>
</ProfilePropertyTypesFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.