- Introduction
- Authentication
- Miscellaneous
- User_rights
- Versioning
- Attachments
- Embedded Images
- Reports
- Custom Fields
- Search
- Discussion threads
- Folders
- Companies
- Categories
- User Profiles
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Test Attributes
- Tests
- Test case Parameters
- Test cases
- Testcases referencing reusable testcases
- Campaigns
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Summary (Pre-formatted HTML)
- Types
Methods
Type | Ver. | Command parameter | Parameters |
Getters | |||
GET | 3.2+ | getUserActionRights | See the details of all values for module rights and action rights |
This method should not be called explicitly. User's action rights are automatically handeled by the authenticate method. Example of success:
Important: This API applies for all users except "admin" which has anyway all the rights.
|
|||
GET | 3.2+ | getUserAccessRights | |
This method should not be called explicitely. User's access rights are automatically fetched by the API when retrieving a tree. Example of success: All the <ids> listed in the response corresponds to folder, company or category <ids>.
Important: This API applies for all users except "admin" which has anyway access to the whole system.
|