Table of contents
...
Path Parameter
: /public/testObjects/my-testobject?api-version=3.0all path parameters are seperated by a
/
Query Paremeter
: /public/testObjects/my-testobject?api-version=3.0the 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).
...