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": "fba90406-c6bd-42ba-991f-e8d214974815",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "736b80a7-00bc-444f-b3a3-1e747d160733",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-09-21T19:32:40.5299789+02:00",
"UpdatedAtUtc": "2026-09-21T19:32:40.5299789+02:00",
"Self": "sample string 10"
},
{
"DelphinariatId": 1,
"DelphinariatEntity": "fba90406-c6bd-42ba-991f-e8d214974815",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "736b80a7-00bc-444f-b3a3-1e747d160733",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-09-21T19:32:40.5299789+02:00",
"UpdatedAtUtc": "2026-09-21T19:32:40.5299789+02:00",
"Self": "sample string 10"
}
],
"TotalCount": 1,
"Page": 2,
"PageSize": 3,
"HasNextPage": false,
"HasPreviousPage": true,
"TotalPages": 1
}