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