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": "2832766f-c726-45d2-b3ed-3cffe562c392",
"CreatorUserId": "f145e07c-79ed-43d0-b955-24e14811e6fb",
"TenantId": "2f7f7a6a-6906-4776-b05b-d642b05ffd7f",
"IsDeleted": true,
"Name": "sample string 1",
"CreationDateFrom": "2025-12-06T04:54:12.6015427+00:00",
"CreationDateTo": "2025-12-06T04:54:12.6015427+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-06T04:54:12.6015427+00:00</CreationDateFrom> <CreationDateTo>2025-12-06T04:54:12.6015427+00:00</CreationDateTo> <CreatorUserId>f145e07c-79ed-43d0-b955-24e14811e6fb</CreatorUserId> <Id>2832766f-c726-45d2-b3ed-3cffe562c392</Id> <IsDeleted>true</IsDeleted> <Name>sample string 1</Name> <OrderByName>true</OrderByName> <TenantId>2f7f7a6a-6906-4776-b05b-d642b05ffd7f</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.