SearchFeedback

Lists the feedbacked

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token* String Security Token
Output Parameter Type Description
Success Boolean True if success, false if failed

This Api call supports paging and filtering, see paging and filtering documentation for more info.
*=required

CURL EXAMPLE
curl -g  'https://example.com/ctrller/api.php?&FilterBy[]=id&FilterValue[]=a7d1a25e-5314-1f7f-9381-a0821227e862&Task=SearchFeedback&Token=grg91p5ueoa4d0fa722s0nabr0'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
    <TotalCount>1</TotalCount>
    <Feedbacks>
        <Feedback>
            <ID>a7d1a25e-5314-1f7f-9381-a0821227e862</ID>
            <Email>user@example.com</Email>
            <ClientVersion>8.2.2.0</ClientVersion>
            <Rating>10</Rating>
            <Reason>NotNeeded/Reason>
            <Competitor></Competitor>
            <Comment></Comment>
            <Date>1532676172</Date>
        </Feedback>
    </Feedbacks>
</Response>