Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nlucia
Contributor II
Contributor II

Help with API REST connection

Hello everybody!

I need help with this connection. I´m new with this.

I have this URL, with{ProjectId} and {TaskId}

I need to see the efforts of all the engineers in all projects and all task.

I think I must to put a variable but a I dont know how

https://api.itmplatform.com/v2/companyURL/project/{ProjectId}/task/{TaskId}/effortbyprofessionalcategory

Anybody can help me?

thanks!

 

Labels (1)
  • HTTP

3 Replies
Shai_E
Support
Support

Hi @nlucia ,

These are URL parameters you need to exchange them for values, for example:

https://api.itmplatform.com/v2/companyURL/project/a1d5890/task/bb54dr/effortbyprofessionalcategory

Of course in this case the values are fake, so exchange the URL parameters for actual values.

nlucia
Contributor II
Contributor II
Author

Hi @Shai_E!!

but I need all projects and all Task?

How can I get all of them? I think with a Variable....

Shai_E
Support
Support

Hi @nlucia ,

I checked your API documentation and saw that you have an endpoint to get all projects and you also have an API endpoint to get all tasks under a project via project id.

What do you mean by a variable?