Source Wiki
    Source Wiki
    • List of Categories
      GET
    • List of Source Items (Documents)
      GET
    • Show Source Item (Document)
      GET

      List of Categories

      Developing
      GET
      /api/{organization}/categories

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Path Params

      Query Params

      Responses

      🟢200OK
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request GET '/api/y91o1vbv1NJlkkvTnkuSVKPCuaAb0dA0/categories?term=&project_limit=&page=1&per_page=10&order_by=name&order_type=asc&permissions[]=view&permissions[]=edit&permissions[]=publish' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "data": [
              {
                  "id": 0,
                  "name": "string",
                  "description": "string",
                  "icon": "string",
                  "color": "string",
                  "created_by": 0,
                  "general_access": "string",
                  "general_permission": "string",
                  "system_default": true,
                  "projects": [
                      {
                          "project_id": 0,
                          "name": "string",
                          "description": "string",
                          "image_url": "string",
                          "image_path": "string",
                          "avatar_url": "string",
                          "color_hex": "string",
                          "general_access": "string",
                          "sort": 0,
                          "created_by": 0,
                          "updated_by": 0,
                          "created_at": "string",
                          "updated_at": "string",
                          "archived_at": null,
                          "folder_count": 0,
                          "subitems_count": 0,
                          "documents_count": 0,
                          "owner": {
                              "id": 0,
                              "goteam_id": 0,
                              "user_id": 0,
                              "name": "string",
                              "fname": "string",
                              "mname": "string",
                              "lname": "string",
                              "first_name": "string",
                              "last_name": "string",
                              "initials": "string",
                              "email": "string",
                              "avatar": "string",
                              "status": "string",
                              "source": "string",
                              "superadmin": true,
                              "org_admin": true,
                              "role": "string",
                              "mfa": 0,
                              "created_at": "string",
                              "goteam_internal": true,
                              "two_factor_confirmed_at": null,
                              "goteam_position": "string"
                          },
                          "users": [
                              "string"
                          ],
                          "teams": [
                              "string"
                          ],
                          "category": {
                              "id": 0,
                              "name": "string",
                              "description": "string",
                              "icon": "string",
                              "color": "string",
                              "created_by": 0,
                              "general_access": "string",
                              "general_permission": "string",
                              "system_default": true,
                              "projects_count": null,
                              "folders_count": null,
                              "documents_count": null,
                              "created_at": "string",
                              "updated_at": "string",
                              "url": "string",
                              "can_edit": true,
                              "can_delete": true,
                              "setting_up": 0
                          },
                          "url": "string",
                          "can_edit": true
                      }
                  ],
                  "projects_count": 0,
                  "folders_count": 0,
                  "documents_count": 0,
                  "created_at": "string",
                  "updated_at": "string",
                  "url": "string",
                  "can_edit": true,
                  "can_delete": true,
                  "setting_up": 0
              }
          ],
          "links": {
              "first": "string",
              "last": "string",
              "prev": null,
              "next": "string"
          },
          "meta": {
              "current_page": 0,
              "from": 0,
              "last_page": 0,
              "links": [
                  {
                      "url": "string",
                      "label": "string",
                      "active": true
                  }
              ],
              "path": "string",
              "per_page": 0,
              "to": 0,
              "total": 0
          }
      }
      Modified at 2025-05-07 03:42:32
      Next
      List of Source Items (Documents)
      Built with