-
Notifications
You must be signed in to change notification settings - Fork 16
Data
Kimon Kar edited this page Sep 5, 2019
·
7 revisions
xiv.data
Get an array of all content names.
Returns: [ string ]
Get a paginated list of content for the specified content name.
Params object:
Parameter | Type | Description |
---|---|---|
limit | number | Limit the number of results. |
ids | CSV* | Filter results down to specific ids. |
page | string | The page to navigate to. See Pagination. |
*CSV: accepts either string (e.g.
'35,67,201'
) or array (e.g.[35, 67, 201]
)
Returns: { Pagination, Results }
Get a specific object from the given content name with the specified ID.
Returns: Object