Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First of all, you must have an INDEX_TOKEN and one or more FEED_IDS, if you don´t have anything  of this  you must  get them. INDEX_TOKEN and a list of one or more FEED_IDS can be obtained from your Account Manager, consulting to Appointed Lead Developer or alternatively contact support@empathybroker.com.
  2. Now, whit the previous information, you can post a new fedd feed to the service. You can choose one of this  ways:

    Filter by label (Content by label)
    showLabelsfalse
    showSpacefalse
    cqllabel = "empathy-index-api-post-feeds" and ancestor = "78260463"

    After posting the file the system will return something like:

    Code Block
    languagejs
    {"id":"JOB_ID","clientId":"CLIENT_NAME","feedId":"FEED_ID","fileId":"GENERATED_FILE_NAME","state":"QUEUED","date":"CURRENT_DATE"}


    • JOB_ID : ID of the job generated by the service
    • CLIENT_NAME : Your assigned client name
    • FEED_ID : Feed that you are using for sending the file


...