Folders REST API Reference

Applies to QAComplete 14.3, last modified on February 19, 2024
Operation HTTP Method Description
/projects/{ProjectId}/{EntityCode}/folders GET Returns information about folders specified for an entity.
/projects/{ProjectId}/{EntityCode}/folders POST Adds a new folder for items of the specified entity type.
/projects/{ProjectId}/{EntityCode}/folders/{Id} GET Returns information about the folder containing items of the specified entity type.
/projects/{ProjectId}/{EntityCode}/folders/{Id} PUT Updates the specified folder.
/projects/{ProjectId}/{EntityCode}/folders/{Id} PATCH Updates the specified folder’s fields.
/projects/{ProjectId}/{EntityCode}/folders/{Id} DELETE Deletes the specified folder.

See Also

About QAComplete REST API

Highlight search results