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

      Show Source Item (Document)

      Developing
      GET
      /api/{organization}/source-items/{id}

      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 --request GET '/api/y91o1vbv1NJlkkvTnkuSVKPCuaAb0dA0/source-items/990?return_json=1' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
          "source_item_id": 0,
          "project_id": 0,
          "parent_id": null,
          "title": "string",
          "description": null,
          "type": "string",
          "shared": true,
          "status": "string",
          "sort": 0,
          "subitems_count": null,
          "created_at": "string",
          "updated_at": "string",
          "created_by": 0,
          "updated_by": 0,
          "is_policy": 0,
          "autosave": true,
          "data": {
              "color": "string"
          },
          "favorite": 0,
          "views": 0,
          "loading": true,
          "parent": null,
          "document": null,
          "first_document": null,
          "latest_draft": null,
          "shareable": null,
          "project": {
              "project_id": 0,
              "name": "string",
              "description": "string",
              "image_url": "string",
              "image_path": "string",
              "avatar_url": null,
              "color_hex": null,
              "general_access": "string",
              "sort": 0,
              "created_by": 0,
              "updated_by": null,
              "created_at": "string",
              "updated_at": "string",
              "archived_at": null,
              "folder_count": 0,
              "subitems_count": 0,
              "documents_count": 0,
              "organization": {
                  "id": 0,
                  "org_id": 0,
                  "gta_id": 0,
                  "source": "string",
                  "name": "string",
                  "identifier": "string",
                  "email": "string",
                  "status": "string",
                  "brand_url": "string",
                  "last_login_at": null,
                  "date_registered": null,
                  "max_users": null,
                  "enable_ai": true,
                  "created_at": "string",
                  "updated_at": "string",
                  "archived_at": null,
                  "project_count": 0,
                  "user_count": 0,
                  "is_goteam_org": true
              },
              "url": "string",
              "can_edit": true
          },
          "total_acknowledgements": null,
          "total_acknowledged": null,
          "acknowledgement_rate": 0,
          "general_access": "string",
          "can_edit": true,
          "can_publish": true,
          "can_delete": true,
          "url": "string",
          "public_url": "string"
      }
      Modified at 2025-05-07 05:21:56
      Previous
      List of Source Items (Documents)
      Built with