Forum Discussion
loop through the column
- Anonymous7 years ago
Actually the initial problem was getting the list of all users with detailed info using crowd api. I found the solution using query parameter:
crowd/rest/usermanagement/1/search?entity-type=user&start-index=1000&max-results=1000&expand=user
In case anybody will ever need this :)
1. I have just one table with one column 'name'.
2. Sure, here it is
| name |
| aee1 |
| aee2 |
| aee3 |
| aee4 |
| aee5 |
| aee6 |
| aee7 |
| aee8 |
| aee9 |
| aee10 |
3. just one table with one column in it.
I also edited the post again and I hope it`s better for understanding now :)
Please, let me know if some more details are needed.
And thank you for your time!
Best,
Mariia
Actually the initial problem was getting the list of all users with detailed info using crowd api. I found the solution using query parameter:
crowd/rest/usermanagement/1/search?entity-type=user&start-index=1000&max-results=1000&expand=user
In case anybody will ever need this :)