Discussions

 View Only
  • 1.  JSON Pipeline Header Syntax

    Posted 06-03-2021 13:33
    Anyone know the syntax in a JSON Pipeline for header.

    I am trying to query only data on or after this date.

    I am trying: filter: lastupdatedate ge datetime'2021-06-02'

    Thanks

    ------------------------------
    Steve Laurel
    ------------------------------


  • 2.  RE: JSON Pipeline Header Syntax

    Posted 06-15-2021 12:04
    Did you ever get this figured out?   I'm also having problems with the header and body syntax.   

    Pipelines keeps putting " " around the whole input making the request invalid.   


    ------------------------------
    Jeff Peterson
    ------------------------------



  • 3.  RE: JSON Pipeline Header Syntax

    Posted 06-15-2021 12:35
    Jeff - I was able to make it work by adding the filters to the URL and not use the headers.

    ?$filter=lastupdatedate%20ge%20datetime%272021-06-03%27%20

    ------------------------------
    Steve Laurel
    ------------------------------