搜索 Spaces endpoint 入门
构建搜索 Spaces 请求的步骤
Key | Value |
query | hello |
- 主 Spaces 对象中的额外 title 字段。
- 指定 creator ID 的完整 用户对象。
- 关联 用户对象中的额外 user.created_at 字段。
Key | Value | Returned fields |
space.fields | title | creator_id |
expansions | creator_id | includes.users.id, includes.users.name, includes.users.username |
user.fields | created_at | includes.users.created_at |