Skip to content

Get all distinct foundation versions

Request

Returns a list of distinct foundation versions present in the tenant's devices

Query
limitinteger

Number of results to return per page

Default:10
offsetinteger

The initial index from which to return the results

Default:0
searchstring

Filter foundation versions by partial string match (case-insensitive)

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/foundationversions?limit=10&offset=0&search=string'

Responses

Success

Bodyapplication/json
countinteger

Total number of distinct foundation versions

prevstring

URL to the previous page of results

nextstring

URL to the next page of results

resultsArray of objects
Response
{ "count": 0, "prev": "string", "next": "string", "results": [ {} ] }