Skip to main content

Undeletes multiple 'TestPlan' entities

POST 

/testplan/bulk/undelete

Undeletes multiple existing 'TestPlan' entities (only if the entity type supports soft-deletion). Returns a full undeleted entity list including (optional) deletion metadata.

Request

Body

array

required

  • Array [

  • id integer

    The unique entity id - must be a positive integer

    title string

    A descriptive title for this entity or mapping (1 to 200 characters)

    Example: A Descriptive Title
    is_deleted boolean

    If the entity has been soft-deleted this value is true

    project_id integer

    The project id this entity or mapping belongs to

    created_at date-time

    The creation time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    created_by number

    The creator user id of this entity or mapping value - or zero if created by the system

    Example: 0
    modified_at date-time

    The last modification time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    modified_by number

    The id of the user who last modified or undeleted this entity or mapping value - or zero if modified by the system

    Example: 0
    deleted_at date-time

    The soft-deletion time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    deleted_by number

    The id of the user who deleted this entity or mapping value - or zero if deleted by the system

    Example: 0
    description string

    An optional description for this test plan (can be a rich text document)

    $testrun_count number

    The number of test runs linked to this test plan - read only

    $last_testrun_created object

    The time the last test run was created from this test plan - read only

    $open_testrun_count number

    The number of open test runs linked to this test plan - read only

    $query_count number

    The number of tset case queries linked to this test plan - read only

  • ]

Responses

Returns an array of TestPlan.

Schema

  • Array [

  • id integer

    The unique entity id - must be a positive integer

    title string

    A descriptive title for this entity or mapping (1 to 200 characters)

    Example: A Descriptive Title
    is_deleted boolean

    If the entity has been soft-deleted this value is true

    project_id integer

    The project id this entity or mapping belongs to

    created_at date-time

    The creation time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    created_by number

    The creator user id of this entity or mapping value - or zero if created by the system

    Example: 0
    modified_at date-time

    The last modification time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    modified_by number

    The id of the user who last modified or undeleted this entity or mapping value - or zero if modified by the system

    Example: 0
    deleted_at date-time

    The soft-deletion time for this entity or mapping value

    Example: 1970-01-01T00:00:00.000Z
    deleted_by number

    The id of the user who deleted this entity or mapping value - or zero if deleted by the system

    Example: 0
    description string

    An optional description for this test plan (can be a rich text document)

    $testrun_count number

    The number of test runs linked to this test plan - read only

    $last_testrun_created object

    The time the last test run was created from this test plan - read only

    $open_testrun_count number

    The number of open test runs linked to this test plan - read only

    $query_count number

    The number of tset case queries linked to this test plan - read only

  • ]

Loading...