Retrieve a push notification message Obsoleto

Obtener /groups/{groupId}/aplicaciones/{appId}/push/notificaciones/{messageId}

Retrieve a push notification message.

Parámetros de ruta

Respuestas

  • 200 aplicación/json

    Recuperado exitosamente.

    Ocultar atributos de respuesta Mostrar los atributos de respuesta Objeto
    • allowed_ips string
    • ID de la aplicación string
    • etiqueta string
    • Mensaje string
    • tema string
    • creado string
    • expedido string
    • Estado string

      Los valores son sent o draft.

OBTENER /grupos/{groupId}/aplicaciones/{appId}/push/notificaciones/{messageId}
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Ejemplos de respuestas (200)
{
  "allowed_ips": "string",
  "appID": "string",
  "label": "string",
  "message": "string",
  "topic": "string",
  "created": "string",
  "sent": "string",
  "state": "sent"
}