Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline1
linenumberstrue
curl --data "limit=100" --data "offset=0" --data "sd=2015-01-01" --data "ed=2015-01-02" -H "X-Auth-token: token" "http://yourdomain/api/v1/report/denials/3/json"

Sample script

???

Obtaining information about grouped checkout

...

denials 

If you want to retrieve information about denials for username and hostname, we recommend that you use the following URL request template. 

...

FieldTypeDescription

ldt

string

License Denial Time in YYYY-MM-DD format

ldtc

string

License Denial Total Count

msg

string

Error message returned on failure.

success

boolean

Indicates if the API request was successfully processed.

msg

string

Error message returned on failure.

codeintegerError code if success == false
totalCountintegerCount of all matching results.

...