Getting License Available Count
This section describes the App Broker REST API endpoint to get the license available count (as a numeric integer) for a catalog item with an ID 18:
Endpoint Example: [GET] http://localhost/esd/api/catalogs/18/licenses/available/count?dn=FLEX&un=JohnDoe&dev=WIN-7X64
Response Body Example:
{
"result": 1
}