Some folders not showing through api call

Jump to solution
kylerclaassen
Community Member

I did a topic earlier this school year about setting avatars through powershell. I have since got that mostly working. I can set most users pictures set through powershell, but some user's profile pictures folder exists  but cannot be seen by either a cmd native (no alias) curl call, or a invoke-webrequest. It seems it can only display a certain range of folders and stops at C's. Is there a limit to how many folders can be transmitted in a GET request for a users folders? If so, is there a way around it? I am really stumped so if anyone has experience or ideas please let me know. 

Thanks. 

Labels (5)
0 Likes
1 Solution
pennedav
Community Participant

The results of most API calls returning items are going to be paginated. Have you eliminated that as the reason you're not seeing all the results you're expecting?

View solution in original post