Returns a list of distinct foundation versions present in the tenant's devices
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/foundationversions
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/foundationversions
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v2/foundationversions?limit=10&offset=0&search=string'Response
{ "count": 0, "prev": "string", "next": "string", "results": [ { … } ] }