| Parameters | Details | Description |
|---|---|---|
| search | Optional String | The search string. |
| search_by | Optional String | What field are you searching by. Allowed values are: name. |
| datetime_field | Optional String | Allowed values: datetime, last_datetime |
| datetime_start | Optional String | Filter results starting from this datetime. Y-m-d H:i:s format. |
| datetime_end | Optional String | Filter results up to this datetime. Y-m-d H:i:s format. |
| order_by | Optional String | What field to order the results by. Allowed values are: project_id, datetime, last_datetime, name. |
| order_type | Optional String | The ordering of the results. Allowed values are: ASC for ascending ordering, and DESC for descending ordering. |
| page | Optional Integer | The page number that you want results from. Defaults to 1. |
| results_per_page | Optional Integer | How many results you want per page. Allowed values are: 10, 25, 50, 100, 250, 500, 1000. Defaults to 25. |
{
"data": [
{
"id": 1,
"name": "Development",
"color": "#0e23cc",
"last_datetime": null,
"datetime": "2026-06-24 06:58:09",
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://instan.app/api/projects?page=1",
"last": "https://instan.app/api/projects?page=1",
"next": null,
"prev": null,
"self": "https://instan.app/api/projects?page=1"
}
}
{
"data": {
"id": 1,
"name": "Development",
"color": "#0e23cc",
"last_datetime": null,
"datetime": "2026-06-24 06:58:09",
}
}
| Parameters | Details | Description |
|---|---|---|
| name | Required String | - |
| color | Optional String | - |
{
"data": {
"id": 1
}
}
| Parameters | Details | Description |
|---|---|---|
| name | Optional String | - |
| color | Optional String | - |
{
"data": {
"id": 1
}
}
Pengguna
membuat link baru
baru saja