Get or delete all groups in test
Description
Gets or Deletes all groups from a test.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups
Remarks
None
HTTP Method
GET: Returns data on groups in the test.
DELETE: Removes all groups from the test.
Request
Headers:
DELETE: None
GET:
One of the following:
Content-Type: application/xml
Content-Type: application/json
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
No request body.
Response
Headers:
DELETE: None
GET:
One of:
Accept: application/xml
Accept: application/json
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
DELETE: None
GET: Groups data
See Also