Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl --request GET 'https://api.tempo.io/core4/3/accounts' -H 'Authorization: Bearer {TempoAPIToken}' 

...

Code Block
curl --location --request GET 'https://api.tempo.io/core4/3/worklogs/account/{TempoAccountKey}?from={periodStartdate}&to={periodEnddate}' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {TempoAuthorisationTokenYourTempoAccessToken}' 

The endpoint only accepts the Account key (not Tempo account ID or the Tempo Account name).