URL:
https://wv{{wolkvox_server}}.wolkvox.com/api/v2/billing.php?api=gamification
Description:
This API allows querying the number of active gamification licenses by relating the name of the operation, the product and the query date.
Benefit:
Allows periodic control of the operation of the functionalities in use.
How it works:
- The consumption of this API is done by GET method.
- To consume this API you must replace in the url {wolkvox_token} by the server nomenclature of the operation and the {token} generated from wolkvox Manager to obtain the information in a secure way.
- Note that the same token cannot be consumed simultaneously, so you can schedule the next API to be consumed when the result of the previous one is successful.
- In terms of time, to keep track of your operation you can make a consumption every 5 minutes of the information.
REQUEST |
NAME | DESCRIPTION | TYPE |
---|---|---|
api | Type of report required | String |
date_ini | Initial Date (YYYYmmddHHiiss) | String |
date_end | Final Date (YYYYmmddHHiiss) | String |
RESPONSE |
NAME | DESCRIPTION | TYPE |
---|---|---|
code | Error code. | Int |
error | Name of error. | String |
msg | Explanation of error. | String |
data | Set of data obtained by the API. | String |
operation | Name of the operation. | String |
description | Description of the service. | String |
items | Indicates the amount of use. | String |
date | Date of consultation. | String |