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": "5874e1b1-02ea-479c-b58f-92ad506d16e5",
"CreatorUserId": "bef234cb-4caa-48dd-b113-7c6b7de53bd0",
"TenantId": "fa18cc60-6334-4386-9666-0cbec30b9731",
"IsDeleted": true,
"Name": "sample string 1",
"CreationDateFrom": "2025-12-06T03:06:40.5135601+00:00",
"CreationDateTo": "2025-12-06T03:06:40.5135601+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>2025-12-06T03:06:40.5135601+00:00</CreationDateFrom> <CreationDateTo>2025-12-06T03:06:40.5135601+00:00</CreationDateTo> <CreatorUserId>bef234cb-4caa-48dd-b113-7c6b7de53bd0</CreatorUserId> <Id>5874e1b1-02ea-479c-b58f-92ad506d16e5</Id> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <OrderByName>true</OrderByName> <TenantId>fa18cc60-6334-4386-9666-0cbec30b9731</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.