Plugins

Gets a list of all Plugin resources

get/api/v1/plugins/

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).

groupIdinteger

Filter results by the Group ID.

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.

Changes

Changed in 2 of the 2 revisions of this API.44

    • added the new optional query request parameter descending

      new-optional-request-parameter

    • added the new optional query request parameter sortBy

      new-optional-request-parameter

    • added the optional property //////////// to the response with the status

      response-optional-property-added

    • added the optional property ////// to the response with the status

      response-optional-property-added

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • deleted the query request parameter descending

      request-parameter-removed

    • deleted the query request parameter sortBy

      request-parameter-removed

    • removed the optional property //////////// from the response with the status

      response-optional-property-removed

    • removed the optional property ////// from the response with the status

      response-optional-property-removed

    This revision also has 49 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog