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

.. function:: 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 :ref:`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"
.. seealso::

         * :ref:`distribprofile-object`
         * :ref:`license-object`
         * :ref:`org-object`
         * :ref:`orgCompany-getAll`
         * :ref:`orgLicense-download`
         * :ref:`orgLicense-getAll`
         * :ref:`orgMember-getAll`
         * :ref:`orgMember-getAll`
         * :ref:`orgMember-remove`
         * :ref:`orgMember-remove`
         * :ref:`orgMember-update`
         * :ref:`orgMember-update`
         * :ref:`orgOSWindows-add`
         * :ref:`orgOSWindows-getAll`
         * :ref:`orgOS-add`
         * :ref:`orgOS-getAll`
         * :ref:`orgOS-update`
         * :ref:`org-create`
         * :ref:`org-get`
         * :ref:`user-object`