v1

latestOpenAPI 3.0.12026-07-17235160320.7 KB
Plugins

Gets a list of all PluginFile resources for a Plugin resource

get/api/v1/plugins/{id}/files

Path parameters

idinteger required

ID for the Plugin resource.

Query parameters

sortBystring

The name of the column to sort.

descendingboolean

Boolean indicating whether to sort by descending or not.

searchstring

Search terms for the query (* and ? wildcards).

indexinteger

Starting index of the current page.

pageLengthinteger

Number of results to return per page.

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

indexinteger

Starting index of the current page.

isCompleteboolean

Boolean indicating if more data is available.

totalNumResultsinteger

Total number of results.

firststring

URL to first page in results set.

nextstring

URL to next page in results set.

prevstring

URL to last page in results set.