Hi there
I am new to use Web Service on Nintex Workflow Cloud. I would like to look for an advice for a sample to get all projects from Harvest system by calling a Restful web service API from Harvest https://help.getharvest.com/api-v2/projects-api/projects/projects/
I use personal access token for authentication, with my configure but it doesn’t return anything
URL: https://api.harvestapp.com/v2/projects?
Request type: HTTP Get
Request header:
Accept: application/json
Authorization: Bearer <my personal key>
Content-type: application/json
Harvest-Account-Id:<my account ID>
Request content:
Thank you!
Toan