-
From the API documentation:
page - string - The page to display, renders a 404 if not found (default: 1)
The API call renders a 500 error if a non existent page is requested:
`[2021-03-26 21:…
-
**Description**
I have a situation to patch rate from user via API through a program. But it is visible and can be edited through "Edit Record" by the user. To restrict edit in "Edit Record" I have c…
-
Hi,
I'm using Kimai 1.9 and trying to update the activities meta fields via the API but getting the below error:
{"code":400,"message":"Bad Request"}
My curl command is:
```
curl -X PATC…
-
### Some context
i write this issue because we're using Kimai2 to track time in an organization called Wikitoki, in Basque Country, Spain. Maybe you remember us: one [Wikitoki](https://wikitoki.org) …
-
I'm using docker compose with the apache image.
```
kimai:
image: kimai/kimai2:apache-1.14.3-prod
container_name: kimai
environment:
- ADMINMAIL=x
- ADMINPASS=x
…
-
**Is your feature request related to a problem? Please describe.**
API to get all records that are updated after some timestamp.
**Describe the solution you'd like**
I am implementing a feature i…
-
I use the api to export the timesheet entries at the beginning of every month to use them in an own invoicing tool. I already did this with kimai 1 by directly accessing the database. Now i am convert…
-
**Describe the bug**
Is it just me or **should there be entries for rates in Project/Activities, but are not?**
Did I miss a concept change? Default priorities (which overrules which) are still in t…
-
**Describe the bug**
Some GET methods are returning HTTP 500 error. (api/customers and api/projects)
**To Reproduce**
Steps to reproduce the behavior:
1. Install a fresh kimai2 production applic…
-
I installed kimai2 with this image some time ago and it was working well. Thank you for the great work!
However I tried to login just now and it says **wrong credentials**. I thought something was …