-
Notifications
You must be signed in to change notification settings - Fork 25
Relations Endpoint
Shashank Jain edited this page Oct 1, 2016
·
1 revision
You can call relations endpoint to get only the relation and paginate over them. For example, to get a particular user's comments, you can call:
GET /api/user/123/comments
You can specify which fields to return, limit, offset and ordering just like fields parameter. However, you cannot fetch relations. Multi-level relations are not yet supported.