Get information about specific QA profile.
URL
(GET) /resources/qa/profile/{profileId}
PARAMETERS
The URL parameters are:
|
profileId |
The ID of the QA profile. |
Int |
RESULTS
A JSON with these properties:
|
profile |
See QA Profile (Object) for details. |
||||
|
allprofiles |
List of other profiles available :
|
||||
|
options |
See QA Option (Object) for details. Can be null. |
||||
|
canEdit |
Boolean indicating if the user can be edit the profile. |