Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

95
Views
Teamwork API get request

So I'm currently working on a project with Teamwork API. I'm really new to this and also Javascript so bear with me haha. I generated some code from the Teamwork API and I can show data in the console log. In the console log you can see all the data that includes certain companies that are linked to your Teamwork Account. I'm also figuring out how I can get the names of the companies and leave out all the other data. Thanks in advance.

So basically turn the Console log into a div and get the names of the companies

https://developer.teamwork.com/projects/api-v1/ref/companies/get-companies-json

var request = require("request");

var options = { method: 'GET', url: '-', headers: {authorization: '-'} };

request(options, function (error, response, body) { if (error) throw new Error(error);

console.log(body); });

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!