Skip to main content

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

 

Hello @toanphan ,

When registering a rest service instance, you have the option to turning on the header properties. Set this value to true and you will have the option of parsing through a custom header property.

See also: 

 


Hi Anthony,

Thank you for your advise. It works

Toan


Reply