---
title: "Get applications"
method: GET
path: "/applications"
tags: ["applications"]
---

# Get applications

`GET /applications`

List all the applications

## Query parameters

- `name` string
- `id` string
- `page` number
- `perPage` number
- `orderby` string[]

## Response `200`

The set of applications that match the filter criteria

- object
  - `paging` PagingType
    - `total` number — total results
    - `page` number — The number of the current page
    - `perPage` number — Number of results per page
    - `previous` string — Link to previous page (if exists)
    - `next` string — Link to next page (if exists)
    - `first` string — Link to first page
    - `last` string — Link to last page
  - `items` ApplicationType[] — Array of the returned applications
    - `name` string, required — The unique name of the entity
    - `description` string — Description of this application
    - `androidSnsApplicationArn` string — (For the SNS Push action) The SNS ARN of the GCM application for sending Push notifications.
    - `iosSnsApplicationArn` string — (For the SNS Push action) The SNS ARN of the IOS application for sending Push notifications.
    - `nightTimeStartMillis` number — Start of night, defined a milliseconds since 12:00AM (e.g. 22:00 is 79200000)
    - `nightTimeEndMillis` number — End of night, defined a milliseconds since 12:00AM (e.g. 9AM is 32400000)
    - `nightDeliveryAllowed` boolean — If set to false, no deliveries will be performed at night (defined by nightTimeStartMillis and nightTimeEndMillis).
    - `id` string, required — System wide unique identifier of the entity
    - `supportsSNSPush` boolean — True if application is setup for SNS pushes, false otherwise. If it's null/unspecified, the application may or may not be setup for SNS Pushes.

## Other responses

- `400` — Malformed request
- `default` — Unexpected error

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
