When retrieving the Channels of a Team you should be able to `$expand=filesFolder`

When retrieving the Channels of a Team you should be able to `$expand=filesFolder`
0

Upvotes

Upvote

 Mar 04 2022
0 Comments 
New

If I have a Team with 20 Channels, and I want the filesFolder for each of those Channels. It's quite inefficient having to make another 20 calls to get those filesFolder 's

 

Since the Channel and a FilesFolder have a 1 to 1 mapping (correct me if I'm wrong) this shouldn't cause too much pain to implement than say if we had a 1 to many mapping where pagination is involved.