GET v1/delphinariats?page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
PagedResultOfDelphinariatDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of DelphinariatDTO |
None. |
|
| TotalCount | integer |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| HasNextPage | boolean |
None. |
|
| HasPreviousPage | boolean |
None. |
|
| TotalPages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"DelphinariatId": 1,
"DelphinariatEntity": "5686dcfd-fc2a-41cf-81db-dcc619d020c1",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "827e3c11-8622-4297-93f5-c4b50fc83b11",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-05-08T15:37:40.5911802+02:00",
"UpdatedAtUtc": "2026-05-08T15:37:40.5911802+02:00",
"Self": "sample string 10"
},
{
"DelphinariatId": 1,
"DelphinariatEntity": "5686dcfd-fc2a-41cf-81db-dcc619d020c1",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "827e3c11-8622-4297-93f5-c4b50fc83b11",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-05-08T15:37:40.5911802+02:00",
"UpdatedAtUtc": "2026-05-08T15:37:40.5911802+02:00",
"Self": "sample string 10"
}
],
"TotalCount": 1,
"Page": 2,
"PageSize": 3,
"HasNextPage": false,
"HasPreviousPage": true,
"TotalPages": 1
}