Forum Discussion
MattV
Khoros Staff
ian You can build more complex LiQL calls with this object: https://developer.khoros.com/khoroscommunitydevdocs/reference/restbuilder
Inactive User
5 years agoWould this be correct, then?
<#assign messagePostCall = restBuilder()
.method("POST")
.path("/subscriptions")
.body({
"type": "message",
"board": {
"id": "board-test"
},
"target": {
"type":"label",
"id": "Jupiter"
}
})
.admin(true) />
<#assign resp = messagePostCall.call() />
Related Content
- 12 months ago
- 2 years ago