The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. SIMPLEAPP
  2. StreamFy | Live streaming tv for Android
Public

14
17
14
17
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Installations

This GraphQL query fetches All Installations


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
query allInstallations {
      installations (skip: 0, limit: 3) {
        results {
          ACL
          GCMSenderId
          appIdentifier
          appName
          appVersion
          badge
          channels {
              ...on Element {
              value
            }
          }
          createdAt
          deviceToken
          deviceType
          id
          installationId
          localeIdentifier
          parseVersion
          pushType
          timeZone
          updatedAt
          user {
            id
          }
        }
      }
    }
{
  "data": {
    "installations": {
      "results": [
        {
          "ACL": null,
          "GCMSenderId": "senderid43",
          "appIdentifier": "red.simpleapp.streamfy",
          "appName": "StreamFy",
          "appVersion": "1.0",
          "badge": null,
          "channels": [
            {
              "value": "global"
            }
          ],
          "createdAt": "2019-11-23T16:58:15.358Z",
          "deviceToken": null,
          "deviceType": "android",
          "id": "VX3lfotG5H",
          "installationId": "0ffcfd68-6f64-46f7-ba9d-9741307ad565",
          "localeIdentifier": "ru-RU",
          "parseVersion": "1.17.3",
          "pushType": null,
          "timeZone": "Europe/Moscow",
          "updatedAt": "2019-12-21T03:07:13.904Z",
          "user": {
            "id": "B0CzHbqfs0"
          }
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid59",
          "appIdentifier": "red.simpleapp.streamfy",
          "appName": "Streamfy",
          "appVersion": "1.0",
          "badge": null,
          "channels": [
            {
              "value": "global"
            }
          ],
          "createdAt": "2019-11-26T20:20:09.793Z",
          "deviceToken": null,
          "deviceType": "android",
          "id": "gqJPLl3WqA",
          "installationId": "001b298d-669a-4e67-a86a-57c0c86623fe",
          "localeIdentifier": "ru-RU",
          "parseVersion": "1.17.3",
          "pushType": null,
          "timeZone": "Europe/Moscow",
          "updatedAt": "2019-12-21T03:07:13.906Z",
          "user": {
            "id": "c9nA7Kr0JQ"
          }
        },
        {
          "ACL": null,
          "GCMSenderId": "senderid61",
          "appIdentifier": "red.simpleapp.streamfy",
          "appName": "Streamfy",
          "appVersion": "1.0",
          "badge": null,
          "channels": [
            {
              "value": "global"
            }
          ],
          "createdAt": "2019-11-25T00:39:36.392Z",
          "deviceToken": null,
          "deviceType": "android",
          "id": "h6acHPdp97",
          "installationId": "62f3d67a-c6cb-4532-a476-583bcb72f13c",
          "localeIdentifier": "ru-RU",
          "parseVersion": "1.17.3",
          "pushType": null,
          "timeZone": "Europe/Moscow",
          "updatedAt": "2019-12-21T03:07:14.165Z",
          "user": {
            "id": "c9nA7Kr0JQ"
          }
        }
      ]
    }
  }
}