サンプルNotify

SUB sample/notify/{deviceId}

ここに説明

SUBSCRIBE sample/notify/{deviceId}

Notify sample message

Payload

  • token integer(int64) Required

    トークン

    Minimum value is 0.

  • timestamp string(date-time)

    タイムスタンプ

  • action string Required

    アクション

    Values are get, post, put, or delete.

Payload example
{
  "token": 42,
  "timestamp": "2023-05-04T09:42:00+00:00",
  "action": "get"
}