Hi, is there a way of obtaining an offline copy of the API doc here please?
https://help.dataminer.services/WebServices/#t=SLC_UM_DataMinerWebServices%2FWS_v1%2FWS_v1.htm
I think there used to be a downloadable copy on the old DCP.
Hi Ben,
Yes. The solution Miguel suggested has worked for me in the meantime.
We tend to get requests from other parts of the business who want to interact with our DM systems. They typically don’t have DCP accounts, and sometimes don’t have access to our DM systems. In this case, I gave the person access and pointed them to the documentation on the DMA itself.
It could be useful to have a PDF version available for download in case you’re working offline, though.
Hi Russ,
Could you try the following URL:
http://<DMA IP Address>/API/v1/soap.asmx
This page (available on each DMA agent) shows all the methods exposed by the API.
This has only limited information, that is auto-generated using the WSDL. On DCP there used to be a PDF download of the Web Services Reference Guide (https://help.dataminer.services/WebServices/), which contains a lot more information about every method argument and every returned object. Some methods are self-explaining, but more advanced methods need some more documentation.
This documentation is now available here: https://docs.dataminer.services/develop/webservices/WS_v1/WS_Methods_v1/WS_Methods_v1_overview.html. Note that it is no longer possible to get a PDF of the documentation. We have chosen to move away from PDFs because they get outdated much too quickly, given that the documentation is constantly getting updated.
Hi Russ – you mean like a PDF file?