<application xmlns="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema"><grammars></grammars><resources base="http://gateway-hml.neurotech.com.br/services/lgpd/dataindex/client"><resource path="/"><resource path="search/{cpf}"><param name="cpf" style="template" type="xs:string"/><method name="GET"><request><param name="Authorization" style="header" type="xs:string"/><param name="startDate" style="query"/><param name="endDate" style="query"/><param name="account" style="query" type="xs:int"/></request><response><representation mediaType="application/json;charset=utf-8"/></response></method></resource><resource path="version"><method name="GET"><response><representation mediaType="text/plain"><param name="result" style="plain" type="xs:string"/></representation></response></method></resource><resource path="{id}"><param name="id" style="template" type="xs:string"/><method name="DELETE"><request><param name="Authorization" style="header" type="xs:string"/></request><response status="204"></response></method><method name="GET"><request><param name="Authorization" style="header" type="xs:string"/></request><response><representation mediaType="application/json;charset=utf-8"/></response></method></resource></resource></resources></application>