Hi All,
Can somebody please lighten me up what is the difference between
https://www.tempo.io/server-api-documentation
I understand the first one is the equivalent for the core functionalities, however there is as well a core sub page on the second link.
So question is, how really the second (third) link endpoints correlate to the first officially linked documentation and whether and how you can use API integration token. Or do you need maybe to implement an oauth flow to retrieve a bearer like that with an application so that might be the problem and a simple generation of integration api token is not enough?
Thanks, Best
Zoltan
Hi @Zoltán Rak
Only the first link you provided is for the Cloud version.
The other two links are for the Server/ Datacenter version and can not be used on Cloud.
Best regards
Susanne
Hi Susanne,
Thanks a lot for the quick answer, but still I have a big concern, that our main use case with this synchro app and its technical user is to be able to log time for others as we are synching their official leave times and we were only be able to identify for this endpoint
https://www.tempo.io/server-api-documentation/timesheets#tag/Worklogs/operation/createWorklog
the ability to create a worklog "on behalf of" a specified user id with the "worker" param.
I really hope you are not saying that in Cloud version there is no such option to create worklogs on behalf on anohter user, or how it is possible then through the browser?
Thanks, Best,
Zoltan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Zoltán Rak
To create worklogs for other users, you need to have the permission to do this.
This permission can either be given on team level (Manage Worklogs, https://help.tempo.io/timesheets/latest/tempo-team-permissions) or on Project level (Log work for others, https://help.tempo.io/timesheets/latest/project-permissions).
It is then possible to select other users in the Log Time dialog (in the User field) and create worklogs for others via REST API.
The API to use is
POST https://api.tempo.io/4/worklogs (https://apidocs.tempo.io/#tag/Worklogs/operation/createWorklog)
An example how the request body can look like
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.