Application API
    Application API
    • Development Guide
    • Filter
    • Filter Demo
    • ErrorCode
    • app
      • Get Application Information
        GET
    • worksheet
      • Create Worksheet
        POST
      • Get worksheet structure information
        POST
      • Get List
        POST
      • Create Row Record
        POST
      • Batch Create Row Records
        POST
      • Get Row Record Details
        GET
      • Get row record details
        POST
      • Update Row Record Details
        POST
      • Batch Update Row Record Details
        POST
      • Delete Row Record
        POST
      • Get associated record
        POST
      • Get Record Share Link
        POST
      • Get total row count of worksheet
        POST
      • Get Row Record Log
        POST
    • Application Role
      • Get Application Role List GET
        GET
      • Create Application Role
        POST
      • Delete Application Role
        POST
      • Add Application Role Member
        POST
      • Remove Application Role Member
        POST
      • Exit application
        POST
      • Get Role Details
        GET
    • Options Set
      • Add Option Set
      • Get Option Set
      • Edit Option Set
      • Delete Option Set
    • Get regional Information
      POST

    Filter

    Filter

    Depending on the field type, filter is spliced ​​according to the following rules. Reference: Development Guide

    ParameterRequiredTypeDescription
    controlIdYesstringField ID
    dataTypeYesnumberControl type number, enumeration value DataTypeEnum Please refer to the directory below
    spliceTypeYesnumberSplicing method, 1:And 2:Or
    filterTypeYesnumberFilter type, enumeration value FilterTypeEnum Please refer to the directory below
    values ​​Nolist[string]According to the filter type, pass multiple values, pass special AccountID, please refer to the directory below
    valueNostringAccording to the filter type, pass a single value, pass special AccountID, please refer to the directory below
    dateRangeNonumberDate range, enumeration value DateRangeEnum Please refer to the directory below
    dateRangeTypeNonumberDate range type, 1: day 2: week 3: month 4: quarter 5: year
    minValueNostringMinimum value
    maxValueNostringMaximum value
    isAscNobooleanAscending order (false: descending order)
    isGroupNobooleanWhether the current filter condition is a filter group. If true, the groupFilters parameter needs to be passed. Only one layer of filter groups is supported
    groupFiltersNolist[object]Filter group list. The object is a filter object

    DataTypeEnum

    Enumeration valueControl typeDescription
    2TextSingle line, multiple lines
    3PhoneMobile phone
    4PhoneLandline
    5Email
    6Value
    7Certificate
    8Amount
    9Single choiceFlat
    10Multiple choice
    11Single choiceDrop-down
    14Attachment
    15DateDate: Year-Month-Day
    16DateDate: Year-Month-Day Hour:Minute
    19RegionRegion: Province
    21Free connection
    22Segmentation
    23RegionRegion: Province/City
    24RegionRegion: Province/City/County
    25Amount in capital letters
    26Member
    27Department
    28Level
    29Related records
    30Other table fields
    31FormulaCalculation result is number
    32Text combination
    33Auto number
    34Subtable
    35Cascade selection
    36Check box
    37Summarize
    38FormulaCalculation result is date
    40Positioning
    41Rich text
    42Signature
    45Embed
    46Time
    47Barcode
    48Organization role
    49API query
    50API query
    51Query record
    10010Note

    FilterTypeEnum

    Enumeration valueEnumeration characterDescription
    0Default
    1LikeContains
    2EqIs (equal to)
    3StartStarts with
    4EndEnds with
    5NContainDoes not contain
    6NeIs not (not equal to)
    7IsNullIs Null
    8HasValueIs not Null
    11BetweenBetween
    13Gt>
    14Gte>=
    15Lt<
    16Lte<=
    17DateEnumDate is
    18NDateEnumDate is not
    21MySelfWhat I own
    22UnReadUnread
    23SubSubordinate
    24RCEqAssociated Control Is
    25RCNeAssociated Control Is Not
    26ArrEqArray Equals
    27ArrNeArray Not Equals
    31DateBetweenIn Range

    Special AccountID

    IDDescription
    user-selfCurrent user
    user-subSubordinate
    user-workflowWorkflow
    user-apiAPI
    Modified at 2025-04-07 08:05:44
    Previous
    Development Guide
    Next
    Filter Demo
    Built with