Aller au contenu

/api/entries (GET)

GET
/api/entries
curl --request GET \
--url https://example.com/api/entries \
--header 'Authorization: Bearer <token>'
from
string format: date-time
to
string format: date-time
projectId
string format: uuid
clientId
string format: uuid
taskId
string format: uuid
tagId
string format: uuid
project_ids
string
client_ids
string
task_ids
string
tag_ids
string
member_ids
string
description_contains
string
cursor
string
limit
integer format: int32

OK