Hi,
when I use the REST API to retrieve ALL projects via json, I only get the first few.
I do not specifiy any page parameter in URL. So I expect a json containing all projects.
Our environment only creates some projects (around 30) and I have to do three tries to retrieve
all projects. But in meantime when requesting page 2 other projects might be added/deleted.
This would cause an invalid "snapshot-view" of all projects.
Can you change the REST API in this way that without any page-parameter all projects are included in returned json object?
If I need it paged than I would specify the page parameter and perhaps a parameter to tell how many entries should be in such a page.
Thanks a lot
Stephan
Hi,
when I use the REST API to retrieve ALL projects via json, I only get the first few.
I do not specifiy any page parameter in URL. So I expect a json containing all projects.
Our environment only creates some projects (around 30) and I have to do three tries to retrieve
all projects. But in meantime when requesting page 2 other projects might be added/deleted.
This would cause an invalid "snapshot-view" of all projects.
Can you change the REST API in this way that without any page-parameter all projects are included in returned json object?
If I need it paged than I would specify the page parameter and perhaps a parameter to tell how many entries should be in such a page.
Thanks a lot
Stephan