Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gjbankos1
Contributor
Contributor

pulling community content from Emplifi

Has anyone have any experience pulling community content info out of Emplifi using the rest connector?  This is the json for the basic query I'm trying to pull and I am getting error messages saying every field I am listing is required.  It is like it isn't recognizing my field listing.

 

POST /3/community/posts HTTPS Host: api.emplifi.io Authorization: Basic base64_encoded_auth Content-Type: application/json; charset=utf-8 { "profiles": [ { "id": "1784142059xxxxxxx", "platform": "facebook" } ], "date_start": "2021-09-23T12:00:00", "date_end": "2021-09-23T18:00:00", "fields": [ "author", "community_type", "content_type", "created_time", "id", "message", "messages", "origin", "parent_post", "platform", "post_labels", "profileId", "response_first", "sentiment", "url" ], "limit": 10, "sort": [ { "field": "created_time", "order": "desc" } ], "filter": [ { "field": "content_type", "value": "comment" }, { "field": "origin", "value": "Brand's Content" }, { "match_all": [ { "field": "post_labels", "value": [ "fc3fa9ff8df14xxxxxxx", "785c242afee7418e9877bb885xxxxxxx" ] } ] } ] }

Labels (1)
  • API

0 Replies