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.

Changes

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

  • a73101579c5c14See the full diff
    • the ////// response's property type changed from array to object for status

      response-property-type-changed

    • 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 to the ////// response property allOf list for the response status

      response-property-all-of-added

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

  • 9a36b9043379131See the full diff
    • the ////// response's property type changed from object to array for status

      response-property-type-changed

    • 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 from the ////// response property allOf list for the response status

      response-property-all-of-removed

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