Resource: Rover Execution Tree ( /api/plugin/rover/project/{projectId}/executiontree )

Allows the retrieval of tree information for use by the Rover app

Root Relation: RoverExecutionTree

This resource supports the following methods: GET

Methods

GET


Retrieves tree information for execution packages and assignments (for use by the Rover app).

Required Permissions

  • TestManagement/View

Status Codes

These are the expected status codes returned by the service. In addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

StatusDescription
200 - OKIf then request completed successfully.
404 - NotFoundReturned if the projectId could not be resolved.
  • No labels