Currently, I am in the process of testing a REST API to perform an action that requires a list of integers.
I am uncertain about how to correctly handle the parameters required for this test.
In my request payload, I have included the following:
idAttachedFiles : 1007, 1008, 1009
Unfortunately, when checking the received list, it appears to be empty. Interestingly, if I include just one ID, I do receive one value in the list.
Update: I have attached a screenshot showing the debugger receiving the POST from the REST console.