Get reaction space detail from reactionSpaceId or targetGroupId
2.29.0
getReactionSpaceDetail({ reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7",}).then(reactionSpace => console.log(reactionSpace))ORgetReactionSpaceDetail({ targetGroupId: "target-group-1",}).then(reactionSpace => console.log(reactionSpace)) Copy
getReactionSpaceDetail({ reactionSpaceId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7",}).then(reactionSpace => console.log(reactionSpace))ORgetReactionSpaceDetail({ targetGroupId: "target-group-1",}).then(reactionSpace => console.log(reactionSpace))
Generated using TypeDoc
Description
Get reaction space detail from reactionSpaceId or targetGroupId
Async
Since
2.29.0
Example