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. |