Get all resource folders

Description

Retrieves a list of all existing resource folders in the project.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/resourcefolders

HTTP Method

GET: Returns the folders in the body of the response.

Request

Headers:

Accept: application/xml

Cookies:

Version 2020 (or later)

LWSSO_COOKIE_KEY={LwssoCookie};

Versions earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

None

Response

Headers:

One of:

  • Content-Type: application/xml

  • Content-Type: application/json

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

The XML containing the resource folders.

See Also

Get resource folders by ID
Add resource folder
Delete resource folder