Skip to content

App List

Unified API to query Webclips and Tenant IOS Apps

Operations

Get unified list of iOS apps (IPAs and Webclips) for a tenant

Request

Security
apiKey
Query
limitnumber
offsetnumber
searchstring
orderingstring
Enum:"name""created_at""updated_at"
app_typestring
legacy_formatboolean

If false, returns version_code instead of build_number. Defaults to true for backward compatibility.

Default:true
cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v2/apps?limit=0&offset=0&search=string&ordering=name&app_type=string&legacy_format=true' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "prev": "string", "next": "string", "results": [] } }