Versions Compared

Key

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

...

- the possible parameters are as follows:

Parameter
Required
Type
Description
${featureId}YesintegerId of feature for which you want to gather data
day NostringDate in format 'YYYY-MM-DD'. States for which day we want to get the data. If not provided defaults to today

 

If your request is successful, you should see a response similar to the following: 

 

Code Block
languagejs
firstline1
linenumberstrue
{
    success: ${success},
    msg: ${message},
    data: [{
        "fid": ${featureId},
        "lud": ${dateAndTime},
        "ltc": ${totalCount},
        "lumax": ${licenseUsageMax},
        "lbmax": ${licensesBorrowedMax}
    }],
    "code": ${errorCode},
    "totalCount": ${totalCount}
}

where the response fields can be explained as follows:

Field
Type
Description
fidintegerFeature ID.
ludstringDate And Time.
ltcintegerLicense Total Count.
lumaxintegerMaximum Amount Of Used Licenses.
lbmaxintegerMaximum Amount Of Borrowed Licenses.