| 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,
"name": "Development",
"color": "#0e23cc",
"last_datetime": null,
"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/projects?page=1",
"last": "https://www.clientlink.ch/api/projects?page=1",
"next": null,
"prev": null,
"self": "https://www.clientlink.ch/api/projects?page=1"
}
}
{
"data": {
"id": 1,
"name": "Development",
"color": "#0e23cc",
"last_datetime": null,
"datetime": "2026-03-03 01:45:31",
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| name | Erforderlich Zeichenfolge | - |
| color | Optional Zeichenfolge | - |
{
"data": {
"id": 1
}
}
| Parameter | Details | Beschreibung |
|---|---|---|
| name | Optional Zeichenfolge | - |
| color | Optional Zeichenfolge | - |
{
"data": {
"id": 1
}
}