Get or delete all groups in test

Description

Gets or Deletes all groups from a test.

URL

Copy code
/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: Accept: application/xml

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:

  • Content-Type: application/xml
  • Content-Type: application/json

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

DELETE: None

GET: Groups data

See Also

Create a test
Add, update, or remove a group from a test