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": "7e8a26b3-2e33-49a1-a8c2-260dd196c4c7",
"CreatorUserId": "30af01ec-c033-4af8-9f2b-4b77bfaa94a6",
"TenantIds": [
"4f662a42-9bd0-48f2-ab9a-8e41278429d0",
"9b3d8e42-34cb-4c34-a966-abea5b2354cc"
],
"IsDeleted": true,
"Name": "sample string 1",
"DataType": 0,
"CreationDateFrom": "2026-01-10T18:54:57.080607+00:00",
"CreationDateTo": "2026-01-10T18:54:57.080607+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-10T18:54:57.080607+00:00</CreationDateFrom>
<CreationDateTo>2026-01-10T18:54:57.080607+00:00</CreationDateTo>
<CreatorUserId>30af01ec-c033-4af8-9f2b-4b77bfaa94a6</CreatorUserId>
<DataType>Bool</DataType>
<Id>7e8a26b3-2e33-49a1-a8c2-260dd196c4c7</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4f662a42-9bd0-48f2-ab9a-8e41278429d0</d2p1:guid>
<d2p1:guid>9b3d8e42-34cb-4c34-a966-abea5b2354cc</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.