Skip to main content
Skip table of contents

6.4 Search Service

6.4.1 POST Find All Thru Files and Folders by Search Criteria

Url

[ThruWebServer]/REST/[version]/Search/[Skip]/[Take]

Verb

POST

Required HTTP Headers

Accept: (application/xml or application/json)

Description

Retrieves a collection of folder and file structures based on the provided search criteria structure.

Request Body

ThruPublicSearchCriteria object

Return Data Object

ThruPublicContentResult object

Invocation Scenario(s)

Search over all Thru files and folders available to the current authenticated user.

Remarks

NameCriteria, DescriptionCriteria, KeywordCriteria are automatically wrapped by the ‘
if not contains it as part of criteria. For ex: “text” -> “*text”, but “tex*t” -> “tex*t”

6.4.2 POST Find All Thru Folders by Search Criteria

Url

[ThruWebServer]/REST/[version]/Search/Folders/[Skip]/[Take]

Verb

POST

Required HTTP Headers

Accept: (application/xml or application/json)

Description

Retrieves a collection of folder structures based on provided search criteria structure.

Request Body

ThruPublicSearchCriteria object

Return Data Object

ThruPublicContentResult object

Invocation Scenario(s)

Search over all Thru folders available to the current authenticated user.

Remarks

ThruPublicContentResult always contain null for ThruPublicFileInfo NameCriteria, DescriptionCriteria, KeywordCriteria
are automatically wrapped by the ‘’ if not contains it as part of criteria. For ex: “text” -> “*text”, but “tex*t” -> “tex*t”

6.4.3POST Find All Thru Files by Search Criteria

Url

[ThruWebServer]/REST/[version]/Search/Files/[Skip]/[Take]

Verb

POST

Required HTTP Headers

Accept: (application/xml or application/json)

Description

Retrieves a collection of files structures based on the provided search criteria structure.

Request Body

ThruPublicSearchCriteria object

Return Data Object

ThruPublicContentResult object

Invocation Scenario(s)

Search over all Thru files available to the current authenticated user.

Remarks

ThruPublicContentResult always contain null for ThruPublicFolderInfo NameCriteria, DescriptionCriteria, KeywordCriteria are automatically wrapped
by the ‘’ if not contains it as part of criteria. For ex: “text” -> “*text”, but “tex*t” -> “tex*t”

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.