GetApplications

View as Markdown

Gets the account’s applications.

Allowed roles: Owner, Admin, Developer, Supervisor, Call list manager, User manager, Accountant, Support.

Example request: Get two applications, but skip the first one.

Authentication

AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value: ``` Authorization: Bearer $VOXIMPLANT_TOKEN ``` See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.

Query parameters

application_idintegerOptional
The application ID to filter
application_namestringOptional
The application name part to filter
with_rulesbooleanOptionalDefaults to false
Whether to get bound rules info
with_scenariosbooleanOptionalDefaults to false
Whether to get bound rules and scenarios info
countintegerOptionalDefaults to 20
The max returning record count
offsetintegerOptionalDefaults to 0

The first N records are skipped in the output

Response

Successful response
resultlist of objects
total_countinteger
The total found application count
countinteger
The returned application count