AppMachine API

Tutorials regarding the AppMachine API

Push Notification API Tutorial - Part 2
Requirements for this tutorial: - Basic knowledge of API’s - Live app in the store(s) so you can test this feature - Link to the API - Part ...
Fri, 4 Mar, 2022 at 2:49 PM
Push Notification API Tutorial - Part 1
Requirements for this tutorial: - Basic knowledge of APIs - Live app in the store so you can test this feature - Link to the API We are going to sen...
Thu, 21 Apr, 2022 at 10:38 AM
Retrieving a list of push messages through the AppMachine API
This tutorial will show you how you can retrieve a list of push messages from the AppMachine API and display them in a "GET" webservice block.  ...
Fri, 4 Mar, 2022 at 3:20 PM
AppMachine web services - Advanced tutorial overview
Introduction This tutorial is meant for the users who want to get more out of the AppMachine platform and are willing to spend some time to get familiar...
Fri, 4 Mar, 2022 at 3:23 PM
Difference {user:id} in-app and from {user:id} from API
Question: When I use {user:id} inside the app, I get a very short id. When I use the Appmachine API and call the get user function, I get a very large ID ...
Wed, 2 Feb, 2022 at 3:46 PM
AM web services - Editing data - PUT web service - Part 3
Now that we successfully set up a POST and GET web service block combination we can look into the possibilities of editing the data that has been submitted....
Wed, 27 Jul, 2022 at 2:20 PM
AM web services - Adding data - POST web service - Part 1
In this tutorial we'll explain the basics of building a POST web service in AppMachine to submit data to your database. Each AppMachine app has its own ...
Fri, 4 Mar, 2022 at 3:38 PM
AM web services - Retrieving data - GET web service - Part 2
In the previous tutorial we've gone over all the basics of setting up a POST web service block in your AppMachine app. This tutorial will cover creating...
Fri, 4 Mar, 2022 at 3:42 PM
How to add a query parameter to your GET web service
Sometimes you want to limit the data you receive from a GET web service to a specific set. For example; retrieving items that were submitted by a specific l...
Tue, 2 Aug, 2022 at 11:14 AM
V2: Sending a push message from within the app
As a temporary workaround for not being able to send push messages from within a Flutter app, you can add a web service block that allows app users with a c...
Wed, 30 Nov, 2022 at 1:35 PM