Workflow Soluiton

 View Only
  • 1.  Rest API - how to pass raw payload

    Posted Jan 17, 2017 05:19 PM

    Hello,

    I have an API POST call I created with rest generator, but the call will only work with a raw paylod in the body with all required parameters. Any ideas on how to make this work with the rest generator?

    Has anyone tried this before?

    Thank you

    Hanoe



  • 2.  RE: Rest API - how to pass raw payload

    Posted Jan 18, 2017 02:57 AM


  • 3.  RE: Rest API - how to pass raw payload
    Best Answer

    Posted Jan 18, 2017 03:00 AM

    Additionally I suggest you to look into Postman. This is a good tool to test things before implementing it in workflow.

    https://www.getpostman.com/

     



  • 4.  RE: Rest API - how to pass raw payload

    Posted Jan 18, 2017 04:02 AM

    You might also find the following article useful

    Workflow - Read Write JSON
    https://www.symantec.com/connect/articles/workflow-read-write-json



  • 5.  RE: Rest API - how to pass raw payload

    Posted Jan 18, 2017 05:02 PM

    HI Alex,

    Thank you for your reply. I am working on trying your article. I will keep you posted. Thanks



  • 6.  RE: Rest API - how to pass raw payload

    Posted Jan 19, 2017 09:11 AM

    Hi Stefan,

    The API call works when I use Postman. Thank you for the suggestion :)



  • 7.  RE: Rest API - how to pass raw payload

    Posted Jan 31, 2017 03:24 AM

    Did you manage to complete what you were trying?