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": "ebeb3b49-2178-48c2-a7c5-fcaef43f6f55",
"Delphinariat": "sample string 3",
"StaticContext": {
"Id": "f2aeea11-a74b-4ef2-9cfa-cda08001dff3",
"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-03-24T01:03:29.4690728+01:00",
"UpdatedAtUtc": "2026-03-24T01:03:29.4690728+01:00",
"FullName": "sample string 4 sample string 5",
"Self": "sample string 11"
},
{
"DolphinId": 1,
"DolphinEntity": "ebeb3b49-2178-48c2-a7c5-fcaef43f6f55",
"Delphinariat": "sample string 3",
"StaticContext": {
"Id": "f2aeea11-a74b-4ef2-9cfa-cda08001dff3",
"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-03-24T01:03:29.4690728+01:00",
"UpdatedAtUtc": "2026-03-24T01:03:29.4690728+01:00",
"FullName": "sample string 4 sample string 5",
"Self": "sample string 11"
}
],
"TotalCount": 1,
"Page": 2,
"PageSize": 3,
"HasNextPage": false,
"HasPreviousPage": true,
"TotalPages": 1
}