v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
apps : Find and modify apps

Searches through the text of fields to find APPROVED or SUSPENDED apps

  • Results are returned for the market provided within the basic authentication credentials
get/apps/textSearch

Query parameters

querystring

A query document. Example: {'name':'MyApp'} matches all the documents that have the name 'MyApp'

textstring required

The text to search for.

fieldsstring required

A JSON array containing all the fields to be searched through. Example: ['name', 'customData.description']

pageNumberinteger

The result set page number to be returned

limitinteger

The maximum number of results to return per page

userIdstring

The unique id of the user requesting this resource

isOwnedboolean

Whether this result should only contain apps that are owned by this user

Response

OK