Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.28 KB

orgCompany_getAll.rst

File metadata and controls

63 lines (46 loc) · 1.28 KB

orgCompany_getAll

GET /orgs/{oid}/companies

Summary

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

Retrieves all the company information for an organization.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

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}/companies" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • company-object
  • distribprofile-object
  • license-object
  • org-object
  • 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