Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.26 KB

org_getAll.rst

File metadata and controls

65 lines (48 loc) · 1.26 KB

org_getAll

GET /orgs

Summary

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

Retrieves all the organizations on the platform.

A list of org-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_administrate

URI Parameters

None HTTP Request Body Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

None

Example Request

curl "https://uforge.example.com/api/orgs" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • distribprofile-object
  • license-object
  • org-object
  • orgCompany-getAll
  • orgLicense-download
  • orgLicense-getAll
  • 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
  • user-object