From: Krzysztof B. <kb...@un...> - 2016-10-27 11:52:08
|
W dniu 27.10.2016 o 11:57, Sander Apweiler pisze: > Hi Krzysztof, > > Am Donnerstag, den 27.10.2016, 10:48 +0200 schrieb Krzysztof > Benedyczak: >> Hi Sander, >> >> W dniu 27.10.2016 o 10:38, Sander Apweiler pisze: >>> Hi Krzysztof, >>> >>> thanks for the information. Copy the values with REST API is >>> working >>> fin for me. Is there a possibility to get a list of all used entity >>> ids >>> via REST API? I'm working on an script which copy the attribute for >>> all >>> users and I want to avoid a long for loop with status code check. >> >> What do you mean by "all used entity ids"? Just all entities which >> are >> in the system? If so then get all members of the root group - this >> is >> the complete list. > yes that is what I want. But how could I queue the root group? I tried > - .../group > - .../group/ > - .../group// > All has a 404 error. Queue a subgroup was no problem. root is just / You may need to do percent encoding of the value. |