Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

loop through the column

Hi!   I have just one table with a column of names.  name aee1 aee2 aee3 aee4 aee5 aee6 aee7 aee8 aee9 aee10   I`m trying to get the data through rest api so ...
  • Anonymous's avatar
    Anonymous
    7 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 :)