how to archieve ICS lookup in a file?
Summary
how to archieve ICS lookup in a file?Content
Hi Team,
I have a quirement to archieve ICS lookup file.
I found the API to perform this.
/icsapis/v2/lookups/{name}/archive
I tested this API in SOAP UI and POSTMan utilities.
I am able to get the response as shown below.
<data contentType="application/octet-stream" contentLength="63"><![CDATA[DVM,LangLookup,
Code,Meaning
EN,English
FR,French
GR,German
]]></data>
But i am not looking for response. I want to archieve lookup in a file. As per API document, I understand we can use "-o" parameter to save lookup as file.
1