Skip to main content

Get a list of test case libraries

GET 

/testcase/libraries

Get a list of test case libraries.

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request

Query Parameters

    teamID stringrequired

    The team ID

    limit integer

    Possible values: <= 500

    Default value: 500

    The default value for the number of results to return in this request is 500. Values exceeding 500 or ≤0 will be reset to 500

    cursor string

    The starting location of this request

Responses

Request is successful.

Schema

    data

    object

    list

    object[]

  • Array [

  • name string

    The name of the test case library.

    id string

    The id of the test case library.

    createTime integer

    The create time of the test case library.

    updateTime integer

    The update time of the test case library.

    stickToTop boolean

    Whether the test case library is at the top.

    testcaseFieldConfig

    object

    Test case library project configuration information.

    name string

    Test case library project configuration name.

    id string

    Test case library configuration ID.

  • ]

  • pageInfo

    object

    Page information.

    count integer

    The number returned this time.

    endCursor string

    The last cursor on this page is generally used to turn pages.

    hasNextPage boolean

    Is there a next page.

    startCursor string

    The first cursor on this page is generally used to turn pages.

    totalCount integer

    The total number of items available in the entire collection, including those that are returned in the current response.

    result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

Loading...