Get configuration by versionAsk AIget https://api.sensible.so/v0/document_types/{type-id}/configurations/{config-name}/{version}Get a configuration as stringified JSON by version id.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.versionstringrequiredUnique identifier for a configuration version.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200The identified configuration 400Bad Request 401Not authorized 404Not Found 415Unsupported Media Type 500Internal Server ErrorUpdated 5 months ago