📝 listall.Content(options)
Lists content across users, channels, and content types.
1await listall.Content({2 productName: "HBH-CMS",3 userPage: 1,4 userLimit: 10,5 channelPage: 1,6 channelLimit: 10,7 contentPage: 1,8 contentLimit: 209});
Response
1{2 success: true,3 data: {4 "content-id-1": { user: "alice@example.com", channel: "Channel1" },5 "content-id-2": { user: "bob@example.com", channel: "News" }6 }7}
Notes
- Traverses entire DB hierarchy
- Content types are auto-detected
- Designed for CMS indexing