Skip to content

Get Foundry builds

Request

Returns a list of all specified builds.

Security
AuthToken
Query
foundation_major_numberstring

Filter by Esper Foundation Major Number, Foundation Numbers are integers starting at 1.

build_archstring

Filter by build architecture name, build architectures {arm, arm64, x86_64, x86}

android_major_versioninteger

Filter by Android Major Version, Android Major Versions are integers starting at 1 and going to Current Android Release

device_model_idstring, (uuid)

Device model id

approvedboolean

Filter builds which have been approved for OTA update

limitinteger
offsetinteger
orderingstring
lockedboolean

Filter the locked builds. To be used with build_fingerprint_hash and device_model_id

build_fingerprint_hashstring

hash of the build fingerprint of the existing build

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v1/foundry/builds/?foundation_major_number=string&build_arch=string&android_major_version=0&device_model_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&approved=true&limit=0&offset=0&ordering=string&locked=true&build_fingerprint_hash=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

List of Foundry builds

Bodyapplication/json
codeinteger

returned response code

contentobject
Response
{ "code": 0, "content": { "count": 0, "next": "string", "previous": "string", "results": [] } }