Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.3 KB

orgLicense_getAll.rst

File metadata and controls

64 lines (47 loc) · 1.3 KB

orgLicense_getAll

GET /orgs/{oid}/licenses

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 1.0

Retrieves all the licenses registered in an organization.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/licenses" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribprofile-object
  • license-object
  • org-object
  • orgCompany-getAll
  • orgLicense-download
  • orgMember-getAll
  • orgMember-getAll
  • orgMember-remove
  • orgMember-remove
  • orgMember-update
  • orgMember-update
  • orgOSWindows-add
  • orgOSWindows-getAll
  • orgOS-add
  • orgOS-getAll
  • orgOS-update
  • org-create
  • org-get
  • org-getAll
  • user-object