Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

...

  • Path Parameter: /public/testObjects/my-testobject?api-version=3.0

    • all path parameters are seperated by a /

  • Query Paremeter: /public/testObjects/my-testobject?api-version=3.0

    • the first query parameter must start with an ?

    • all following query parameters are appended starting with an &

...

Request

Response

Number of Request

Top

Skip

Count

Value

Count

1.

80

0

true

First 80 elements

200

2.

80

80

true

Second 80 elements

200

3.

40

160

true

Last 40 elements

200

Checklist Template Creation

A checklist template defines the structure of a checklist with its pages, sections and checks. In Testify there is a revisioning mechanism for checklist templates, and these checklist template revisions can be in different states (Draft, Published, Disabled).

...