# Get all distinct foundation versions Returns a list of distinct foundation versions present in the tenant's devices Endpoint: GET /api/v2/foundationversions Version: 1.0.0 ## Header parameters: - `X-Tenant-Id` (string, required) - `X-Caller-Id` (string, required) - `X-SCAPI-Private-URL` (string, required) ## Query parameters: - `limit` (integer) Number of results to return per page - `offset` (integer) The initial index from which to return the results - `search` (string) Filter foundation versions by partial string match (case-insensitive) ## Response 200 fields (application/json): - `count` (integer) Total number of distinct foundation versions - `prev` (string) URL to the previous page of results - `next` (string) URL to the next page of results - `results` (array) - `results.foundation_version` (string) The foundation version string ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)