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 :)
Anonymous
1. Is your issue relevant to a single table or multiple?
2. If this is a single table, can you please share a sample of this table (by copy pasting the table in excel) atleast 10 records * you can change the actual records to be sample values.
3. If you are having this question to be resolved over multiple tables please share all the table's sample
4. If multiple tables are invlolved in the issue please also share the screenshot of the relationships.
- Anonymous7 years agoNot applicable
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
- Anonymous7 years agoNot applicable
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 :)