Patsnap LS Search API

LS Search APIs.

OpenAPI Specification

patsnap-ls-search-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Patsnap Open Platform AI Translation LS Search API
  version: 1.0.0
  description: OpenAPI specification for Patsnap Open Platform APIs, including patent search, analytics, and Eureka AI capabilities.
servers:
- url: https://connect.patsnap.com
  description: Patsnap Open Platform API gateway
tags:
- name: LS Search
  description: LS Search APIs.
paths:
  /synapse/news/search:
    post:
      operationId: b043NewsSearch
      summary: B043 Medical News Search
      description: Obtain news about title, content, publish date etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b043 medical news search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B043NewsSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/news/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B043NewsSearchRequest'
  /synapse/drug-deal/search:
    post:
      operationId: b045DrugDealSearch
      summary: B045 Medical Deal Search
      description: Obtain drug deal search information about partner, principle, deal time, drug etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b045 medical deal search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B045DrugDealSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/drug-deal/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B045DrugDealSearchRequest'
  /synapse/clinical-trial/search:
    post:
      operationId: b012ClinicalTrialSearch
      summary: B012 Clinical Trial Search
      description: Obtain clinical trial through fields such as target, organization, disease, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b012 clinical trial search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B012ClinicalTrialSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/clinical-trial/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B012ClinicalTrialSearchRequest'
  /synapse/ct-result/search:
    post:
      operationId: b044CtResultSearch
      summary: B044 clinical result search
      description: Obtain clinical result through drug, target, disease, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b044 clinical result search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B044CtResultSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/ct-result/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B044CtResultSearchRequest'
  /synapse/patent/core/search:
    post:
      operationId: b009CoreSearch
      summary: B009 Drug core patent search
      description: Obtain core drug patents through drugs
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b009 drug core patent search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B009CoreSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/patent/core/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B009CoreSearchRequest'
  /synapse/drug/search:
    post:
      operationId: b007DrugSearch
      summary: B007 Drug search
      description: Obtain drugs through fields such as target, organization, disease, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b007 drug search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B007DrugSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/drug/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B007DrugSearchRequest'
  /synapse/paper/search:
    post:
      operationId: b011PaperSearch
      summary: B011 Medical Literature Search
      description: Obtain Literature through fields such as target, organization, disease, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b011 medical literature search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B011PaperSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/paper/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B011PaperSearchRequest'
  /synapse/translational/medicine/search:
    post:
      operationId: b069MedicineSearch
      summary: B069 Translational medicine search
      description: Obtain translational medicine data through fields such as drug, target, disease, organization, subject, translation stage, journal, conference, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b069 translational medicine search response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B069MedicineSearchResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/translational/medicine/search
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B069MedicineSearchRequest'
  /synapse/patent/core/aggregation:
    post:
      operationId: b009-1CoreAggregation
      summary: B009-1 Drug core patent aggregation
      description: Obtain Aggregated information through drug, target, disease, etc.
      tags:
      - LS Search
      security:
      - bearerAuth: []
      responses:
        '200':
          description: Successful b009-1 drug core patent aggregation response.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/B009-1CoreAggregationResponse'
        '201':
          description: Created.
        '401':
          description: Unauthorized.
        '403':
          description: Forbidden.
        '404':
          description: Not Found.
      externalDocs:
        description: API Reference documentation
        url: https://open.patsnap.com/devportal/api-reference/synapse/patent/core/aggregation
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/B009-1CoreAggregationRequest'
components:
  schemas:
    B012ClinicalTrialSearch_ClinicalTrialSearchOrganizationConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 6a8c172f1efc649035845f94c31a9c1e
          description: Value List
    B009CoreSearchResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchResponseDto'
        status:
          type: boolean
          example: 'false'
          description: Status
        error_msg:
          type: string
          example: The request parameter format is incorrect!
          description: Error Message
        error_code:
          type: integer
          example: '0'
          description: Error Code
      required:
      - status
      - error_code
    B009CoreSearch_PatentSearchDiseaseConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 62eaee6d9ee44410b8aca59dfc7408e9
          description: Value List
    B009-1CoreAggregation_PatentAggregationDrugTypeConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - c38eb408d6b842f487d6a27484156633
          description: Value List
    B009CoreSearch_PatentSearchExdtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20280101
          description: from
        to:
          type: integer
          format: int64
          example: 20290101
          description: to
    B043NewsSearch_TargetConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 9786d32e3d244a688ec6a60d2fe1b10b
          description: Value List
    B045DrugDealSearch_DrugDealSearchTargetConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - d9ded8f23b4140a5828314a55d2d66b4
          description: Value List
    B012ClinicalTrialSearch_ClinicalTrialSearchStudyIdentifierConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - MK-3475-587
          description: Value List
    B009CoreSearchRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 10000, limit up to 1,000.
        drug:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchDrugConditionValue'
        filter_dto:
          $ref: '#/components/schemas/B009CoreSearch_GetRelatePatentSearchFilterDto'
        legal_status:
          type: array
          example:
          - 1
          - 3
          description: 'patent legal status


            1: disclosure 2: substantive review 3: authorization 8: avoidance of reauthorization 11: withdrawal 13: rejection 14: full cancellation 15: expiration 16: unpaid annual fee 21: restoration of rights 22: Termination of rights 23: Partial invalidation 24: application for termination 30: abandonment 222:  PCT International Announcement 223: PCT enters designated country (specified period) 224: PCT enters designated country (specified period) 225: PCT does not enter designated country'
        sort:
          type: array
          example:
          - sort_field: score
            sort_order: desc
          description: Field order, field can support:score,PBDT_YEARMONTHDAY,APD_YEARMONTHDAY,EXDT_TS; order can support:desc, asc(default desc)
          items:
            $ref: '#/components/schemas/B009CoreSearch_PatentSearchSortDto'
        drug_type:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchDrugTypeConditionValue'
        drug_patent_type:
          type: string
          example: PRODUCT_COMPOUND_SEQUENCE
          description: 'Drug patent type. The value is an enum with the following values: PRODUCT_COMPOUND_SEQUENCE, DRUG_COMBINATION_FORMULATION, PRODUCT_DERIVATIVE, CRYSTAL_FORM, PROCESS, NEW_USE, DOSAGE_FORM, DEVICE, DIAGNOSTIC_ANALYSIS_AND_ASSAY, OTHERS'
        patent_tech_type:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchPatentTechTypeConditionValue'
        disease:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchDiseaseConditionValue'
        target:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchTargetConditionValue'
        source:
          type: string
          example: MEDSPAL
          description: 'Patent Source. The value is an enum with the following values: FDA_PURPLE_BOOK, FDA_ORANGE_BOOK, CDE, MEDSPAL, VAXPAL, MFDS'
        patent_assignee:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchPatentAssigneeConditionValue'
        patent_country:
          type: array
          example:
          - EP
          description: Authority, obtain this through the dictionary query interface
        simple_legal_status:
          type: array
          example:
          - ACTIVE
          description: 'Simple Legal Status. The value is an enum with the following values: INACTIVE, ACTIVE, PENDING, PCT_DESIGNATED_STAGE, PCT_DESIGNATED_STAGE_EXPIRED, UNDETERMINED'
        isdt:
          $ref: '#/components/schemas/B009CoreSearch_PatentAggregationIsdtLongRangeItem'
        pbdt:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchPbdtLongRangeItem'
        priority_date:
          $ref: '#/components/schemas/B009CoreSearch_PatentAggregationPridtLongRangeItem'
        apdt:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchApdtLongRangeItem'
        exdt:
          $ref: '#/components/schemas/B009CoreSearch_PatentSearchExdtLongRangeItem'
        current_patent_assignee_type:
          type: array
          example:
          - COMPANY
          description: current patent assignee type
        inventor_name:
          type: array
          example:
          - CARVEN, GREGORY JOHN
          description: Inventor
    B045DrugDealSearch_DrugDealSearchPrincipleConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - e7655969b809388df5bfc8ffc865f3cc
          description: Value List
    B045DrugDealSearch_DrugDealSearchDrugConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - dc5440fb07a44174930e2ee62c137e54
          description: Value List
    B009-1CoreAggregation_PatentAggregationDrugConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 945fa31ebe9e41ae912e493aa3324576
          description: Value List
    B043NewsSearch_KeywordConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - keytruda
          description: Value List
    B044CtResultSearch_ClinicalTrialResultSearchSponsorCollaboratorOrganizationConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 6a8c172f1efc649035845f94c31a9c1e
          description: Value List
    B012ClinicalTrialSearch_ClinicalTrialSearchMainExperimentationDrugConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 945fa31ebe9e41ae912e493aa3324576
          description: Value List
    B009CoreSearch_PatentAggregationPridtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20010101
          description: from
        to:
          type: integer
          format: int64
          example: 20240822
          description: to
    B012ClinicalTrialSearch_ClinicalTrialSearchTargetConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 9786d32e3d244a688ec6a60d2fe1b10b
          description: Value List
    B007DrugSearch_DrugSearchSortDto:
      type: object
      properties:
        sort_field:
          type: string
          example: DRUG_TYPE_SORT
          description: 'sort field, enum values: DRUG_TYPE_SORT, GLOBAL_HIGHEST_DEV_STATUS_RANK, FIRST_APPROVED_DATE'
        sort_order:
          type: string
          example: desc
          description: sort order, support:desc,asc
    B043NewsSearch_OrganizationConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 6a8c172f1efc649035845f94c31a9c1e
          description: Value List
    B043NewsSearch_NewsSearchSortDto:
      type: object
      properties:
        sort_field:
          type: string
          example: post_time
          description: 'sort field, enum values: post_time'
        sort_order:
          type: string
          example: desc
          description: sort order, support:desc,asc
    B045DrugDealSearch_DrugDealSearchDealTimeLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 1659657600000
          description: from
        to:
          type: integer
          format: int64
          example: 1754438399999
          description: to
    B044CtResultSearch_ClinicalTrialResultSummaryDto:
      type: object
      properties:
        title:
          type: string
          example: Matching-Adjusted Indirect Treatment Comparisons (MAIC) of Sotorasib 960mg (soto960) Plus Panitumumab (pani) Vs. Trifluridine/Tipiracil(T/T) Plus Bevacizumab (bev) in Chemorefractory Metastatic Colorectal Cancer (mCRC)
          description: Title
        data_source:
          type: array
          example: 'Please check the form: ClinicalTrialResultSourceInfoDto'
          description: data source
          items:
            $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSourceInfoDto'
        ct_result_id:
          type: string
          example: 2eadada4ed582332940e522e5258e52e
          description: Clinical Trial Result Id
    B045DrugDealSearch_DrugDealSearchTotalValueLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 500
          description: from
        to:
          type: integer
          format: int64
          example: 1000
          description: to
    B045DrugDealSearch_DrugDealSearchPartnerConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 8e9a09c415413dc4cd1c139b8fcb6993
          description: Value List
    B009CoreSearch_PatentSearchTargetConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 9786d32e3d244a688ec6a60d2fe1b10b
          description: Value List
    B012ClinicalTrialSearch_ClinicalTrialSearchControlDrugConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 945fa31ebe9e41ae912e493aa3324576
          description: Value List
    B045DrugDealSearch_DrugDealSearchSortDto:
      type: object
      properties:
        sort_field:
          type: string
          example: DEAL_TIME
          description: 'sort field, enum values: DEAL_TIME, TOTAL_VALUE, NORMALIZED_PHASE_SIGN_RANK_MAX'
        sort_order:
          type: string
          example: desc
          description: sort order, support:desc,asc
    B044CtResultSearch_ClinicalTrialResultSearchOverallEnrollmentLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 500
          description: from
        to:
          type: integer
          format: int64
          example: 1000
          description: to
    B007DrugSearch_DrugSearchMechanismActionConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 4dd338b149b3ecd0ee860e1fb379b44f
          description: Value List
    B043NewsSearch_DiseaseConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 3beea980d93a4cc0abc864e27514601c
          description: Value List
    B012ClinicalTrialSearchRequest:
      type: object
      properties:
        offset:
          type: integer
          format: int64
          example: 0
          description: Offset, default 0
        limit:
          type: integer
          format: int64
          example: 10
          description: Limit, default 10. offset + limit <= 20000, limit up to 1,000.
        keyword:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchKeywordConditionValue'
        main_experimentation_drug:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchMainExperimentationDrugConditionValue'
        control_drug:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchControlDrugConditionValue'
        organization:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchOrganizationConditionValue'
        target:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchTargetConditionValue'
        mechanism_action:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchMechanismActionConditionValue'
        disease:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchDiseaseConditionValue'
        drug_type:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchDrugTypeConditionValue'
        study_identifier:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchStudyIdentifierConditionValue'
        register_number:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchRegisterNumberConditionValue'
        title:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchTitleConditionValue'
        recruitment_status:
          type: array
          example:
          - Recruiting
          description: 'Recruitment Status, The value is an enum with the following values: Not_Yet_Recruiting, Recruiting, Enrolling_By_Invitation, Active_Not_Recruiting, Suspended, Terminated, Completed, Withdrawn, Unknown_Status'
        phase:
          type: array
          example:
          - Phase_3
          description: 'Study Phase, The value is an enum with the following values: Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, Phase_4, Not_Applicable'
        start_date:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchStartDateLongRangeItem'
        first_posted_date:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchFirstPostedDateLongRangeItem'
        enrollment:
          type: array
          example:
          - GREATER_THAN_FIVE_HUNDRED
          description: 'Enrollment, The value is an enum with the following values: LESS_THAN_FIFTEEN, FIFTEEN_TO_SIXTY, SIXTY_TO_THREE_HUNDRED, THREE_HUNDRED_TO_FIVE_HUNDRED, GREATER_THAN_FIVE_HUNDRED'
        organization_type:
          type: array
          example:
          - Company
          description: 'Organization Type, The value is an enum with the following values: Company, University_Institution, Other'
        employee_number:
          type: array
          example:
          - GREATER_THAN_500
          description: 'Employee Number, The value is an enum with the following values: LESS_THAN_10, BETWEEN_10_AND_100, BETWEEN_100_AND_500, GREATER_THAN_500'
        country:
          type: array
          example:
          - Asia
          description: 'Country/Location, The value is an enum with the following values: Asia, North_America, Europe, Oceania, South_America, US, EU, CN, JP, Other'
        therapeutic_area:
          type: array
          example:
          - 62eaee6d9ee44410b8aca59dfc7408e9
          description: Therapeutic Areas, Retrieve therapeutic area id using the [B058].
        sort:
          type: array
          example:
          - sort_field: STUDY_FIRST_POSTED_DATE
            sort_order: desc
          - sort_field: START_DATE
            sort_order: desc
          - sort_field: LAST_UPDATE_POSTED_DATE
            sort_order: desc
          description: 'Sorting fields. The value is an enum with the following values: STUDY_FIRST_POSTED_DATE, START_DATE, LAST_UPDATE_POSTED_DATE. The default sorting is by first post date, start date, and last post date, all in descending order. Referencing "ClinicalTrialSearchSortDto"'
          items:
            $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchSortDto'
    B009CoreSearch_PatentSearchResponseDto:
      type: object
      properties:
        items:
          type: array
          example: Please check the form:PatentSummaryDto
          description: result itemsN
          items:
            $ref: '#/components/schemas/B009CoreSearch_PatentSummaryDto'
        limit:
          type: integer
          format: int64
          example: 10
          description: limit
        total:
          type: integer
          format: int64
          example: 0
          description: total
        offset:
          type: integer
          format: int64
          example: 0
          description: offset
        uncollapse_total:
          type: integer
          format: int64
          example: 0
          description: Uncollapse Total
    B044CtResultSearch_ClinicalTrialResultSearchOutcomeConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 84a502e8ba664184bd01fbee1e8554c3
          description: Value List
    B011PaperSearch_PaperSearchDiseaseConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 62eaee6d9ee44410b8aca59dfc7408e9
          description: Value List
    B009-1CoreAggregation_PatentAggregationTargetConditionValue:
      type: object
      properties:
        condition:
          type: string
          example: OR
          description: Logical operators, The value is an enum with the following values:AND,OR. Case-sensitive.
        value:
          type: array
          example:
          - 9786d32e3d244a688ec6a60d2fe1b10b
          description: Value List
    B009CoreSearch_SimplifiedOrganizationDto:
      type: object
      properties:
        entity_id:
          type: string
          example: 7d2ce3422e13151f3260bfc6815fd2ec
          description: organization id
        display_name_cn:
          type: string
          example: 北京世桥生物制药有限公司
          description: Chinese name of the institution
        display_name_en:
          type: string
          example: Beijing Sciecure Pharmaceutical Co., Ltd.
         

# --- truncated at 32 KB (105 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/patsnap/refs/heads/main/openapi/patsnap-ls-search-api-openapi.yml