Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

How to Retrieve All Teams Using Workfront API (Limit Issue)

Avatar

Level 1

Hi everyone,

I'm trying to retrieve all teams from a Workfront domain using the following API endpoint:

 

However, this only returns 100 teams. Is there a way to get all teams, not just the first 100?

Do I need to use pagination or some other parameter to retrieve the full list?

Any help would be appreciated!

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Zikpe,

Just have to ask but you have more than 100 teams created in your Workfront instance?  That's a lot.  In your query string you can add $$LIMIT=2000, that is the max allowed then pagination is needed after that.  That should pull up to 2000 items or whatever max you have for teams.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Zikpe,

Just have to ask but you have more than 100 teams created in your Workfront instance?  That's a lot.  In your query string you can add $$LIMIT=2000, that is the max allowed then pagination is needed after that.  That should pull up to 2000 items or whatever max you have for teams.

Avatar

Community Advisor

Kurt has already answered the question. 
I just wanted to point out that adding API key to curl (if you are actually doing it) can be a serious security issue. I would advise against that.