Information Classification: External Restricted.
See https://www.chili-publish.com/security

Webservice Functions - ResourceSearchPaged

Search for items in the resource, and returns a paged result list

Declaration

public string ResourceSearchPaged ( string apiKey, string resourceName, string name, int pageSize, int pageNum );

Arguments

Name

Type

Description

apiKey

apiKey

The API key previously generated by calling the GenerateApiKey function

resourceName

resourceName

The name of the resource

name

string

The name to search on

pageSize

int

Number of items per page

pageNum

int

1-based index of the page to return

Returns

xmlString

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