...
Parameter | isRequired | Description |
---|---|---|
cps-path | yes | node path to be queried |
descendants | no | Number of descendants to be queried. default is none |
pageIndex | no | page index starting from 1. |
anchorSize | no | number of anchors per page starting from 1 (TBD). |
Query:
Query | Description | Decision |
---|---|---|
SELECT anchor_id FROM anchor ordered by anchor_id LIMIT : anchorSize OFFSET : pageIndex +1 | query number of anchors to query from fragment table | |