Information Classification: External Restricted.
See https://www.chili-publish.com/security
GET - resources/{resourceName}/paged
Search for items in the resource, and returns a paged result list
URI
resources/{resourceName}/paged |
HTTP Method
Get
Request parameters
Name |
Location |
Type |
Description |
---|---|---|---|
API-KEY |
http header |
The API key previously generated by calling the GenerateApiKey function |
|
resourceName |
uri |
The name of the resource |
|
name |
query |
string |
The name to search on |
pageSize |
query |
int |
Number of items per page |
pageNum |
query |
int |
1-based index of the page to return |
HTTP Return Status
Ok
Returns
The results include the total amount of found items, total amount of pages, and current page:
<searchResults found="123" total="456" numPages="5" curPage="2">
<item ... />
...
</searchResults>
A valid XML string
Security rights needed
- Browse
Apply on resource
Resource from function parameter resourceName
All information on this page must be treated as External Restricted, or more strict. https://www.chili-publish.com/security