Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.08 KB

category_getAll.rst

File metadata and controls

54 lines (36 loc) · 1.08 KB

category_getAll

.. function:: GET /orgs/{oid}/categories

Summary

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

Retrieves all the categories from an organization.

A search criteria can be used to retrieve a subset of the categories in the organization.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/categories" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`category-object`
         * :ref:`categoryChild-create`
         * :ref:`category-create`
         * :ref:`category-delete`
         * :ref:`category-deleteAll`
         * :ref:`category-get`
         * :ref:`category-update`
         * :ref:`org-object`