Forum Discussion

MikeSchoolik's avatar
MikeSchoolik
Occasional Contributor
8 years ago
Solved

Ready API: Rest call with same Parameters

How do I go about adding multiple parameters with the same name. In the application, you can not add a parameter with the same name.   For example    endpont: http://api.pleasework.com resource:...
  • MikeSchoolik's avatar
    MikeSchoolik
    8 years ago

    I figured it out

    on the request property: add a multi-value delimiter \|

    also select Disables URL-Encoding of the parameter value

    then

    make 2 parameters 

    id 

     

     

    on the request test steps fill them in according for various permutations :

    id&id=&id=

    or

    1&id=2&id=3

    and so on