Survey
Service to fetch equipment configuration surveys
Responses
200
Success
401
Unauthorized
403
Forbidden
404
Survey not found for product
get
GET //api/equipment/surveys/** HTTP/1.1
Host: gateway-sb.clearent.net
Accept: */*
<?xml version="1.0"?>
<object>
<metadata>
<exchangeId>text</exchangeId>
<timestamp>text</timestamp>
</metadata>
<questionAnswerGroup>
<id>1</id>
<questionAnswerSets>
<ANY_ADDITIONAL_PROPERTY>
<answers>
<answer>text</answer>
<id>1</id>
<selected>true</selected>
</answers>
<children>[Circular Reference]</children>
<conditionalOnAnswer>1</conditionalOnAnswer>
<id>1</id>
<isHidden>true</isHidden>
<question>text</question>
<required>true</required>
<selectedAnswer>1</selectedAnswer>
<sendToMerchantApp>true</sendToMerchantApp>
<tags>
<group>text</group>
<name>text</name>
</tags>
<type>text</type>
</ANY_ADDITIONAL_PROPERTY>
</questionAnswerSets>
<questionAreas>text</questionAreas>
</questionAnswerGroup>
</object>
Was this helpful?