GET api/v2/daqs/license
Request
URI Parameters
Response
DAQLicenseName | Description | Type | Additional information |
---|---|---|---|
Count | integer | ||
Used | integer | ||
Free | integer |
Response Format
application/json, text/json
Sample:
{ "Count": 1, "Used": 2, "Free": 3 }
text/html
Sample:
{"Count":1,"Used":2,"Free":3}