POST api/organisations/select/{pageNumber}/{pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNumber | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
OrganisationsFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| Name | string |
None. |
|
| CreationDateFrom | date |
None. |
|
| CreationDateTo | date |
None. |
|
| OrderByName | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "f1cc06af-42fb-4d6b-afb1-a19c81248a4f",
"CreatorUserId": "9dfeb3d5-0f99-48cd-b5bf-7c8bc1ab2716",
"TenantId": "a64417fe-771b-4079-99b5-4ca09124507b",
"IsDeleted": true,
"Name": "sample string 1",
"CreationDateFrom": "2026-01-10T18:55:26.3989233+00:00",
"CreationDateTo": "2026-01-10T18:55:26.3989233+00:00",
"OrderByName": true
}
application/xml, text/xml
Sample:
<OrganisationsFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models.FilterCriteria"> <CreationDateFrom>2026-01-10T18:55:26.3989233+00:00</CreationDateFrom> <CreationDateTo>2026-01-10T18:55:26.3989233+00:00</CreationDateTo> <CreatorUserId>9dfeb3d5-0f99-48cd-b5bf-7c8bc1ab2716</CreatorUserId> <Id>f1cc06af-42fb-4d6b-afb1-a19c81248a4f</Id> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <OrderByName>true</OrderByName> <TenantId>a64417fe-771b-4079-99b5-4ca09124507b</TenantId> </OrganisationsFilterCriteriaDto>
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.