Skip to main content
Nintex Community Menu Bar
Solved

How to configure calling Harvest Restful web service from Nintex Workflow cloud?

  • October 6, 2023
  • 2 replies
  • 100 views

Forum|alt.badge.img+1

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

 

Best answer by AnthonyD

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: 

 

2 replies

AnthonyD
Nintex Employee
Forum|alt.badge.img+6
  • Nintex Employee
  • Answer
  • October 9, 2023

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: 

 


Forum|alt.badge.img+1
  • Author
  • Rookie
  • October 9, 2023

Hi Anthony,

Thank you for your advise. It works

Toan