30
Views
8
Comments
"errorCode":"INVALID_REQUEST_PARAMETER","message":"The request contained at least one

Facing this issue in docusign demo app 

"errorCode":"INVALID_REQUEST_PARAMETER","message":"The request contained at least one invalid parameter. Query parameter 'from_date' must be set to a valid DateTime or 'envelope_ids', 'folder_ids' or 'transaction_ids' must be specified."}


2019-04-09 00-57-55
carl ruhle

Hi Semi,

have a look to see what values are you using, that way you can find what is wrong. 

Regards, Carl 

2022-01-13 11-06-04
Neha Sheikh
Champion

Hi Semi,

I think you need to check what value are you passing for "from_date" parameter.

Thanks,

Neha


UserImage.jpg
Denross Salenga

Is there already a fix for this? I am currently experiencing the same issue.

2023-11-22 10-51-50
Jozy Sohail

Hi Semi,

can you please help us with the scenario in which you are getting this error?


2019-04-09 00-57-55
carl ruhle

Hi,

it looks like the parameters do not conform from what it is expected, that's what it looks like.

The fromDate parameter must be a date-time variable and the ID's type integer.

From what I can understand from here it looks like that one/both of them are missing.

Is it possible to show us what are you passing, and if you are building the SQL statement dynamic.

Best regards, we doing our best to help

2024-09-17 12-24-07
Rammurthy Naidu Boddu
Champion

Hi Semi, 

As per my understanding you are calling API end point for communicating. The API returns some struture and may be an error or sucess. before testing in the applicaiton API test in Consume API the action is created. 
before checking please check the below points:

  • Invalid Parameter Values: Ensure that all parameters, such as from_date, envelope_ids, folder_ids, or transaction_ids, are set to valid values.

  • Missing Parameters: Check if any mandatory parameters are missing from your request.

  • Incorrect Parameter Format: Verify that all parameters are in the correct format, especially IDs which should be globally unique identifiers (GUIDs).

  • Incorrect Endpoint URL: Make sure the endpoint URL is correct and includes all necessary components, such as accountId.

  • Private Key Issues: If you're using JWT, ensure that the private key is correctly formatted and accessible.

2020-07-21 19-28-50
Rajat Agrawal
Champion

Hi @Semi Colons 

Query parameter from_date must be set to a valid DateTime This specifically refers to the from date parameter, which seems to expect a valid DateTime value. If you are passing this parameter, ensure that it is in a proper DateTime format (e.g., "2025-01-22T15:30:00"). 

Regards ,

Rajat


UserImage.jpg
Denross Salenga

Update for this!

Fix for:
"errorCode":"INVALID_REQUEST_PARAMETER","message":"The request contained at least one invalid parameter. Query parameter 'from_date' must be set to a valid DateTime or 'envelope_ids', 'folder_ids' or 'transaction_ids' must be specified."} 


Cause by:
Empty value of EnvelopeId because of the server action "InitiateDocuSignProcess"


Solution:

DocuSignRecipientEmail and DocuSignRecipientName are still empty even though the site properties value was set. 

Go to "GetDocuSignReceipient" > "DocuSign Site Properties"
Manually input the value for DocuSignRecipientName and DocuSignRecipientName 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.