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": "e03b9b1f-497b-42be-92b6-139e3a600658",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "68ac6303-ecdc-4f35-a206-54c72da9f5e3",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"UpdatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"Self": "sample string 10"
},
{
"DelphinariatId": 1,
"DelphinariatEntity": "e03b9b1f-497b-42be-92b6-139e3a600658",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "68ac6303-ecdc-4f35-a206-54c72da9f5e3",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"UpdatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"Self": "sample string 10"
}
],
"TotalCount": 1,
"Page": 2,
"PageSize": 3,
"HasNextPage": false,
"HasPreviousPage": true,
"TotalPages": 1
}