FlexV1PluginVersions

get/v1/PluginService/Plugins/{PluginSid}/Versions

Path parameters

PluginSidstring required

The SID of the Flex Plugin the resource to belongs to.

Query parameters

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Headers

Flex-Metadatastring

The Flex-Metadata HTTP request header

Response

OK

Changes

Changed in 3 of the 51 revisions of this API.12

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • added the optional property plugin_versions/items/validated to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added