Get resource folders by ID
Description
Gets a resource folder by the specified ID.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/resourcefolders/{id}
Remarks
None
HTTP Method
GET: Returns the resource folder.
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:
GET: No request body.
An XML describing the resources folder.

GET http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/resourcefolders/1002
Content-Type: application/xml
Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
One of:
Content-Type: application/xml
Content-Type: application/json
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
Upon successful retrieval, returns HTTP status 200 (OK).
HTML Body:
GET: Returns the data on the entity in the response.

<ResourceFolder xmlns="http://www.hp.com/PC/REST/API">
<Name>MNS_OFW</Name>
<ParentFolderID>1</ParentFolderID>
<Description />
<ID>1002</ID>
</ResourceFolder>
See Also
Get all resource folders
Add resource folder
Delete resource folder