pembertonrw
12 years agoContributor
Same property Used Multiple Times in REST API Get
I am trying to test an application that uses the same property multiple times within the REST API request such as:
Method: Get
End-Point: https://someurl.com
Resource: /summaryOfEventTotals
Parameters: ?eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1
soapUI won't allow me to specify the same property twice was constructing the Get request so I didn't know if anyone else has encountered this issue and how they got around it?
Method: Get
End-Point: https://someurl.com
Resource: /summaryOfEventTotals
Parameters: ?eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1&eventType=TOTAL_EVENT_1
soapUI won't allow me to specify the same property twice was constructing the Get request so I didn't know if anyone else has encountered this issue and how they got around it?