GET v1/dolphins?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
PagedResultOfPlushDolphinDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of PlushDolphinDto |
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": [
{
"DolphinId": 1,
"DolphinEntity": "dcfaa1d9-a434-4bc9-a6cf-64150cd346f1",
"Delphinariat": "sample string 3",
"StaticContext": {
"Id": "e7f160d1-419c-4713-a799-80936e45e8c6",
"Name": "sample string 2",
"Description": "sample string 3"
},
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Description": "sample string 6",
"Image": "sample string 7",
"DisplayOrder": 1,
"IsActive": true,
"CreatedAtUtc": "2026-05-08T15:36:52.1186428+02:00",
"UpdatedAtUtc": "2026-05-08T15:36:52.1186428+02:00",
"FullName": "sample string 4 sample string 5",
"Self": "sample string 11"
},
{
"DolphinId": 1,
"DolphinEntity": "dcfaa1d9-a434-4bc9-a6cf-64150cd346f1",
"Delphinariat": "sample string 3",
"StaticContext": {
"Id": "e7f160d1-419c-4713-a799-80936e45e8c6",
"Name": "sample string 2",
"Description": "sample string 3"
},
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Description": "sample string 6",
"Image": "sample string 7",
"DisplayOrder": 1,
"IsActive": true,
"CreatedAtUtc": "2026-05-08T15:36:52.1186428+02:00",
"UpdatedAtUtc": "2026-05-08T15:36:52.1186428+02:00",
"FullName": "sample string 4 sample string 5",
"Self": "sample string 11"
}
],
"TotalCount": 1,
"Page": 2,
"PageSize": 3,
"HasNextPage": false,
"HasPreviousPage": true,
"TotalPages": 1
}