POST api/profilepropertytypes/select/{pageNumber}/{pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageNumber

integer

Required

pageSize

integer

Required

Body Parameters

ProfilePropertyTypesFilterCriteriaDto
NameDescriptionTypeAdditional 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": "a79827c1-8a0f-4dff-a7cb-12e058b01801",
  "CreatorUserId": "06365bf7-adc3-451c-88b5-0cb843f4ec7f",
  "TenantIds": [
    "9a7482bb-b144-4071-a892-751aaa29c42e",
    "2b34090c-ea47-4790-8faa-7d6e2e7fc787"
  ],
  "IsDeleted": true,
  "Name": "sample string 1",
  "DataType": 0,
  "CreationDateFrom": "2025-12-06T03:06:40.0119636+00:00",
  "CreationDateTo": "2025-12-06T03:06:40.0119636+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-06T03:06:40.0119636+00:00</CreationDateFrom>
  <CreationDateTo>2025-12-06T03:06:40.0119636+00:00</CreationDateTo>
  <CreatorUserId>06365bf7-adc3-451c-88b5-0cb843f4ec7f</CreatorUserId>
  <DataType>Bool</DataType>
  <Id>a79827c1-8a0f-4dff-a7cb-12e058b01801</Id>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 1</Name>
  <TenantIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9a7482bb-b144-4071-a892-751aaa29c42e</d2p1:guid>
    <d2p1:guid>2b34090c-ea47-4790-8faa-7d6e2e7fc787</d2p1:guid>
  </TenantIds>
</ProfilePropertyTypesFilterCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.