Steve Carlton Posted August 25 Share Posted August 25 I am attempting to use the API and query using ENTRY_DATE date range, but I am getting an error: <errormessage> <error> <errorno>DL02000001</errorno> <description>Error</description> <description2>There was an error processing the request.</description2> <correction></correction> </error> </errormessage> When I use WHENMODIFIED, the query works: <filter> <between> <field>WHENMODIFIED</field> <value>01/01/2023 00:00:00</value> <value>12/31/2023 23:59:59</value> </between> </filter> But, this does not work: <filter> <between> <field>ENTRY_DATE</field> <value>01/01/2023 00:00:00</value> <value>12/31/2023 23:59:59</value> </between> </filter> Am I really not able to query using ENTRY_DATE? Link to comment Share on other sites More sharing options...
Steel, Mark Posted August 29 Share Posted August 29 Hi Steve, Thanks for your post. If you don't receive a response soon, try posting in the relevant product forum as it may not be clear which products and API's your post is in reference to. Thanks Mark Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now