List configuration versions

GET https://{{host}}/appsec/v1/configs/{{configId}}/versions

Request Params

KeyDatatypeRequiredDescription
pagenullInteger 1 The index of the result page. If the value is -1, then pagination is ignored. The default value is 1.
pageSizenullInteger 10 The number of items on each result page. The default value is 25.
detailnullBoolean false When true, the results contain detailed information on versions. When false, the results contain summary information on versions.