Skip to content

Export customer data (customer, product, licenses, expiration) #105

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

NetLicensing RESTful API can be used to retrieve the needed data from the NetLicensing.

Customer Data

Licensees list endpoint will deliver you the list of all your customers, incl. Customer number, name and productNumber

Response

    ...
    <ns2:item type="Licensee">
      <ns2:property name="number">I4HMA9J3A</ns2:property>
      <ns2:property name="active">true</ns2:property>
      <ns2:property name="productNumber">PPVFIIS44</ns2:property>
      <ns2:property name="name">Mobifin</ns2:property>
      <ns2:property name="warningLevel">{"RED":[],"YELLOW":[],"GREEN":[]}</ns2:property>
      <ns2:property name="lastExport">2023-06-13 05:36:40.826</ns2:property>
      <ns2:property name="ma…

Replies: 1 comment

Comment options

r-brown
Jun 27, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #62 on October 29, 2023 22:32.