APIリファレンス(JavaScript)
baasatrakuza > StampRallySpotQuery > findByBeaconId
StampRallySpotQuery.findByBeaconId() method
ビーコン端末IDを指定して、スタンプラリースポット情報を検索します。
Signature:
findByBeaconId(beaconId: string): Promise<StampRallySpot[]>;
Parameters
Parameter | Type | Description |
---|---|---|
beaconId | string |
Returns:
Promise<StampRallySpot[]>
スタンプラリースポット情報
Remarks
TIP
検索条件、ソート条件を指定することができます。