List configuration versionsCopy Pageget https://{hostname}/appsec/v1/configs/{configId}/versionsAll products Lists available versions for the specified security configuration, with results optionally paginated.Path ParamsconfigIdint64requiredA unique identifier for each configuration.Query ParamspageintegerDefaults to 1The index of the result page. If the value is -1, then pagination is ignored. The default value is 1.pageSizeintegerDefaults to 25The number of items on each result page. The default value is 25.detailbooleanDefaults to falseWhen true, the results contain detailed information on versions. With the default false, the results contain summary information on versions.truetruefalseaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successfully retrieved resource. 400Bad request. Invalid request body or URL parameter input. 403Forbidden. You don't have access to the resource. 404Not found. That resource doesn't exist, or the URL is malformed.Updated about 2 months ago