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": "b4d9a793-06d4-4cfb-935f-0731f272de01",
"CreatorUserId": "81c96ab9-d41e-483d-a0f3-2452b8faa451",
"TenantIds": [
"d31b677f-dafa-4fbb-8290-862c8f15af11",
"ff972ee8-0a7d-4719-80d8-b7edf89ecc38"
],
"IsDeleted": true,
"Name": "sample string 1",
"DataType": 0,
"CreationDateFrom": "2026-01-11T04:37:04.3747452+00:00",
"CreationDateTo": "2026-01-11T04:37:04.3747452+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>2026-01-11T04:37:04.3747452+00:00</CreationDateFrom>
<CreationDateTo>2026-01-11T04:37:04.3747452+00:00</CreationDateTo>
<CreatorUserId>81c96ab9-d41e-483d-a0f3-2452b8faa451</CreatorUserId>
<DataType>Bool</DataType>
<Id>b4d9a793-06d4-4cfb-935f-0731f272de01</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>d31b677f-dafa-4fbb-8290-862c8f15af11</d2p1:guid>
<d2p1:guid>ff972ee8-0a7d-4719-80d8-b7edf89ecc38</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.