Patsnap LS Search API

LS Search APIs.

OpenAPI Specification

patsnap-ls-search-api-openapi.yml Raw ↑
openapi: 3.2.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:
    B011PaperSearch_PaperSearchOrganizationConditionValue:
      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
    B007DrugSearch_DrugSearchOrganizationConditionValue:
      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
    B011PaperSearchRequest:
      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.
        keyword:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchKeywordConditionValue'
        drug:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchDrugConditionValue'
        target:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchTargetConditionValue'
        disease:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchDiseaseConditionValue'
        organization:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchOrganizationConditionValue'
        drug_type:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchDrugTypeConditionValue'
        author:
          type: array
          example:
          - Hutchins, Beth
          description: Author
        publication_year:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchPublicationYearLongRangeItem'
        sort:
          type: array
          example:
          - sort_field: score
            sort_order: desc
          description: 'Sorting fields. The value is an enum with the following values: score, PUBLICATION_DATE. The default sorting is by Relevancy descending order. Referencing "PaperSearchSortDto"'
          items:
            $ref: '#/components/schemas/B011PaperSearch_PaperSearchSortDto'
    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
    B009-1CoreAggregation_AggregationResultItem:
      type: object
      properties:
        key:
          type: string
          example: 676de5ba-893a-36bb-8683-c93306aaf769
          description: Primary key
        color:
          type: string
          example: '#6B778C'
          description: Color(Return when the aggregated fields are SIMPLE_LEGAL_STATUS and LEGAL_STATUS)
        count:
          type: integer
          format: int64
          example: 10
          description: Quantity
        display_name_cn:
          type: string
          example: Polyclonal antibody
          description: English display name
        display_name_en:
          type: string
          example: 多克隆抗体
          description: Chinese display name
    B045DrugDealSearchRequest:
      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/B045DrugDealSearch_DrugDealSearchDrugConditionValue'
        drug_type:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchDrugTypeConditionValue'
        principle:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchPrincipleConditionValue'
        partner:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchPartnerConditionValue'
        target:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchTargetConditionValue'
        mechanism_action:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchMechanismActionConditionValue'
        drug_disease:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchDrugDiseaseConditionValue'
        deal_disease:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchDealDiseaseConditionValue'
        highest_dev_status:
          type: array
          example:
          - Phase_2_3
          description: 'Highest Phase (Deal). The value is an enum with the following values: Discovery, Preclinical, IND, IND_Approval, Early_Phase_1, Phase_1, Phase_1_2, Phase_2, Phase_2_3, Phase_3, NDA_BLA, Approved, Clinical, Pending, Discontinued, Withdraw, Suspended, Unknown.'
        country:
          type: array
          example:
          - US
          description: 'Country/Location. The value is an enum with the following values: US, JP, CN, EU, OTHER.'
        deal_type:
          type: array
          example:
          - License
          description: 'Agreement Type. The value is an enum with the following values: Collaboration, License, Acquisition, Investment, Option'
        amount_disclosure:
          type: boolean
          example: true
          description: Amount Fully Disclosed
        deal_total_value:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchTotalValueLongRangeItem'
        deal_upfront_payment:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchUpfrontPaymentLongRangeItem'
        deal_milestone_payment:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchMilestonePaymentLongRangeItem'
        deal_time:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchDealTimeLongRangeItem'
        keyword:
          $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchKeywordConditionValue'
        sort:
          type: array
          example:
          - sort_field: DEAL_TIME
            sort_order: desc
          - sort_field: TOTAL_VALUE
            sort_order: desc
          - sort_field: NORMALIZED_PHASE_SIGN_RANK_MAX
            sort_order: desc
          description: 'Sorting fields. The value is an enum with the following values: DEAL_TIME, TOTAL_VALUE, NORMALIZED_PHASE_SIGN_RANK_MAX. The default sorting is by deal time, total value, and highest R&D phase, all in descending order. Referencing "SortDto"'
          items:
            $ref: '#/components/schemas/B045DrugDealSearch_DrugDealSearchSortDto'
    B044CtResultSearch_ClinicalTrialResultSearchPublishTimeLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 1483228800000
          description: from
        to:
          type: integer
          format: int64
          example: 1514851199999
          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
    B043NewsSearch_NewsSearchLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 1722441600000
          description: from
        to:
          type: integer
          format: int64
          example: 1756742399999
          description: to
    B011PaperSearch_PaperSearchPublicationYearLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 2019
          description: from
        to:
          type: integer
          format: int64
          example: 2021
          description: to
    B009CoreSearch_PatentAggregationPridtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20010101
          description: from
        to:
          type: integer
          format: int64
          example: 20240822
          description: to
    B009-1CoreAggregation_PatentAggregationPridtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20130101
          description: from
        to:
          type: integer
          format: int64
          example: 20240822
          description: to
    B069MedicineSearch_TranslationalMedicineSearchDataResponse:
      type: object
      properties:
        items:
          type: array
          example: Please check the form:TranslationalMedicineSearchDataDetail
          description: Result Items
          items:
            $ref: '#/components/schemas/B069MedicineSearch_TranslationalMedicineSearchDataDetail'
        limit:
          type: integer
          format: int64
          example: 10
          description: limit
        total:
          type: integer
          format: int64
          example: 10
          description: total
        offset:
          type: integer
          format: int64
          example: 0
          description: offset
    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_PatentSearchSortDto:
      type: object
      properties:
        sort_field:
          type: string
          example: score
          description: 'sort field, enum values: score,PBDT_YEARMONTHDAY,APD_YEARMONTHDAY,EXDT_TS'
        sort_order:
          type: string
          example: desc
          description: sort order, support:desc,asc
    B012ClinicalTrialSearchResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B012ClinicalTrialSearch_ClinicalTrialSearchResponseDto'
        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
    B044CtResultSearchRequest:
      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.
        main_experimentation_drug:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchMainExperimentationDrugConditionValue'
        overall_enrollment:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchOverallEnrollmentLongRangeItem'
        sort:
          type: array
          example:
          - sort_field: ANNOTATION_METHOD_RANK
            sort_order: desc
          description: Field order, field can support:ANNOTATION_METHOD_RANK; order can support:desc, asc(default desc)
          items:
            $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchSortDto'
        disease:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchDiseaseConditionValue'
        target:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchTargetConditionValue'
        sponsor_collaborator_organization:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchSponsorCollaboratorOrganizationConditionValue'
        study_code:
          type: array
          example:
          - KEYNOTE-045
          description: Study Code
        register_number:
          type: array
          example:
          - NCT02256436
          description: Register Number
        drug_type:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchDrugTypeConditionValue'
        control_drug:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchControlDrugConditionValue'
        therapeutic_area:
          type: array
          example:
          - 62eaee6d9ee44410b8aca59dfc7408e9
          description: Therapeutic Areas, Retrieve therapeutic area id using the [B058].
        mechanism_action:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchMechanismActionConditionValue'
        ct_result_meeting:
          type: array
          example:
          - c47a5730bf5e40b3aa76c26820ec6d4e
          description: Clinical trial result meeting ID, obtain this through the dictionary query interface
        outcome:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchOutcomeConditionValue'
        therapy_type:
          type: array
          example:
          - SECOND_LINE
          description: 'Therapy Type. The value is an enum with the following values: FIRST_LINE, SECOND_LINE, THIRD_LINE, LAST_LINE, ADJUVANT, NEOADJUVANT, MAINTENANCE, CONSOLIDATION, ADD_ON, INDUCTION.'
        phase:
          type: array
          example:
          - Phase_3
          description: 'Trial 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.'
        publish_time:
          $ref: '#/components/schemas/B044CtResultSearch_ClinicalTrialResultSearchPublishTimeLongRangeItem'
        general_evaluation:
          type: array
          example:
          - POSITIVE
          description: 'General Evaluation. The value is an enum with the following values: SUPERIORITY, POSITIVE, NON_INFERIORITY, SIMILAR, NON_SUPERIORITY.'
    B011PaperSearch_PaperTitleDto:
      type: object
      properties:
        lang:
          type: string
          example: EN
          description: Paper Title Language
        title:
          type: string
          example: 'Adding PD-1/PD-L1 Inhibitors to Chemotherapy for the First-Line Treatment of Extensive Stage Small Cell Lung Cancer (SCLC): A Meta-Analysis of Randomized Trials'
          description: Paper Title
    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
    B009-1CoreAggregation_PatentAggregationExdtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20280101
          description: from
        to:
          type: integer
          format: int64
          example: 20290101
          description: to
    B009CoreSearch_PatentSearchApdtLongRangeItem:
      type: object
      properties:
        from:
          type: integer
          format: int64
          example: 20080101
          description: from
        to:
          type: integer
          format: int64
          example: 20090101
          description: to
    B007DrugSearchResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B007DrugSearch_DrugSearchResponseDto'
        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
    B012ClinicalTrialSearch_ClinicalTrialSearchDrugTypeConditionValue:
      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
    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
    B044CtResultSearch_ClinicalTrialResultSearchDiseaseConditionValue:
      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
    B011PaperSearchResponse:
      type: object
      properties:
        data:
          $ref: '#/components/schemas/B011PaperSearch_PaperSearchResponseDto'
        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
    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
 

# --- 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