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 Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/y91o1vbv1NJlkkvTnkuSVKPCuaAb0dA0/source-items/990?return_json=1'
      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"
      }

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Path Params
      organization
      string 
      required
      The organization identifier from Source Wiki.
      Example:
      y91o1vbv1NJlkkvTnkuSVKPCuaAb0dA0
      id
      string 
      required
      The ID of the Source Item.
      Example:
      990
      Query Params
      return_json
      string 
      optional
      Indicates whether the response should be returned in JSON format. A value of 1 should be used by other applications to receive a structured JSON response.
      Example:
      1

      Responses

      🟢200OK
      application/json
      Body
      source_item_id
      integer 
      required
      project_id
      integer 
      required
      parent_id
      null 
      required
      title
      string 
      required
      description
      null 
      required
      type
      string 
      required
      shared
      boolean 
      required
      status
      string 
      required
      sort
      integer 
      required
      subitems_count
      null 
      required
      created_at
      string 
      required
      updated_at
      string 
      required
      created_by
      integer 
      required
      updated_by
      integer 
      required
      is_policy
      integer 
      required
      autosave
      boolean 
      required
      data
      object 
      required
      color
      string 
      required
      favorite
      integer 
      required
      views
      integer 
      required
      loading
      boolean 
      required
      parent
      null 
      required
      document
      null 
      required
      first_document
      null 
      required
      latest_draft
      null 
      required
      shareable
      null 
      required
      project
      object 
      required
      project_id
      integer 
      required
      name
      string 
      required
      description
      string 
      required
      image_url
      string 
      required
      image_path
      string 
      required
      avatar_url
      null 
      required
      color_hex
      null 
      required
      general_access
      string 
      required
      sort
      integer 
      required
      created_by
      integer 
      required
      updated_by
      null 
      required
      created_at
      string 
      required
      updated_at
      string 
      required
      archived_at
      null 
      required
      folder_count
      integer 
      required
      subitems_count
      integer 
      required
      documents_count
      integer 
      required
      organization
      object 
      required
      url
      string 
      required
      can_edit
      boolean 
      required
      total_acknowledgements
      null 
      required
      total_acknowledged
      null 
      required
      acknowledgement_rate
      integer 
      required
      general_access
      string 
      required
      can_edit
      boolean 
      required
      can_publish
      boolean 
      required
      can_delete
      boolean 
      required
      url
      string 
      required
      public_url
      string 
      required
      Modified at 2025-05-07 05:21:56
      Previous
      List of Source Items (Documents)
      Built with