Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.42 KB

LicensesApi.md

File metadata and controls

59 lines (35 loc) · 1.42 KB

LicensesApi

All URIs are relative to https://<CROWD_URL>/rest/bootstrapi/1

Method HTTP request Description
addLicense POST /licenses Add a license
getLicenses GET /licenses Get all licenses information

addLicense

LicenseBean addLicense(LicenseBean)

Add a license

Parameters

Name Type Description Notes
LicenseBean LicenseBean

Return type

LicenseBean

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

getLicenses

List getLicenses()

Get all licenses information

Upon successful request, returns a &#x60;LicensesBean&#x60; object containing license details. Be aware that &#x60;products&#x60; collection of the &#x60;LicenseBean&#x60; contains the product display names, not the product key names

Parameters

This endpoint does not need any parameter.

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json