List versions for a configurationAsk AIget https://api.sensible.so/v0/document_types/{type-id}/configurations/{config-name}/versionsGet the version ids for a configuration.Path Paramstype-iduuidrequiredThe unique document type identifier in v4 UUID format. Find IDs using the /document_types endpoint.config-namestringrequiredlength between 3 and 128Unique name for a configuration. Find it in the Sensible app or from the /document_types/{type-id}/configurations endpoint.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200Version information for the identified configuration 400Bad Request 401Not authorized 404Not Found 415Unsupported Media Type 500Internal Server ErrorUpdated 5 months ago