Mobile push
Was this helpful?
Was this helpful?
Retrieve a collection of app push notification.
/mobile_push
Use the filter
query parameter to retrieve just a subset of a collection.
Use the search
query parameter to restrict the results of a request to match a search criterion.
Use the orderby
query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
Use the skip
query parameter to set the number of items to skip at the start of a collection.
Use the top
query parameter to specify the page size of the result set.
Mobile push messages wake up PortSIP Solutions Soft Phone or other Client Apps on mobile device so that a call or Instant Message can be accepted, reducing battery usage and improving reliability Android devices receive push notifications from Firebase Cloud Messaging Server; iOS devices receive push notifications from APNs.
/mobile_push
Application name.
Enabled this notification or not.
The Firebase Cloud Messaging service account JSON file.
Content of this APNs SSL certificate key file.
Content of this APNs SSL private key file.
Connect to Apple/Google development push server or production push server:
PRODUCTION
: Connect to Apple/Google production push server.DEVELOPMENT
: Connect to Apple/Google development push server.PRODUCTION
, DEVELOPMENT
/mobile_push/{id}
The unique ID of push profile.
Application name.
Enabled this notification or not.
The Firebase Cloud Messaging service account JSON file.
Content of this APNs SSL certificate key file.
Content of this APNs SSL private key file.
Connect to Apple/Google development push server or production push server:
PRODUCTION
: Connect to Apple/Google production push server.DEVELOPMENT
: Connect to Apple/Google development push server.PRODUCTION
, DEVELOPMENT
No body