| Parameter | Details | Beschreibung |
|---|---|---|
| page | Optional Ganzzahl | Die Seitennummer, ab der Sie Ergebnisse wünschen. Der Standardwert ist 1. |
| results_per_page | Optional Ganzzahl | Wie viele Ergebnisse Sie pro Seite wünschen. Erlaubte Werte sind: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Standardwert ist 25. |
{
"data": [
{
"id": 1,
"biolink_block_id": 1,
"link_id": 1,
"project_id": 1,
"type": "mail",
"data": {
"email": "email@example.com",
"name": "John doe"
},
"datetime": "2026-03-03 01:45:31",
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://www.clientlink.ch/api/data?page=1",
"last": "https://www.clientlink.ch/api/data?page=1",
"next": null,
"prev": null,
"self": "https://www.clientlink.ch/api/data?page=1"
}
}
{
"data": {
"id": 1,
"biolink_block_id": 1,
"link_id": 1,
"project_id": 1,
"type": "mail",
"data": {
"email": "email@example.com",
"name": "John doe"
},
"datetime": "2026-03-03 01:45:31",
}
}