Get Plan By Plan ID
Retrieves detailed information about a specific test plan by its ID, including scenarios, execution details, alerts, and configurations.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/plans/{planId}
Method:
GET
Authentication: Required (
Bearer Token
)
Path Parameters
planId
Long
Yes
The unique identifier of the test plan.
Response
Response Fields
id
Long
The unique identifier of the test plan.
type
String
The type of test plan (e.g., SELENIUM).
project_id
Long
The unique identifier of the associated project.
project_name
String
The name of the associated project.
company_id
Long
The unique identifier of the company.
plan_name
String
The name of the test plan.
scenarios
Array
A list of scenario IDs associated with the test plan.
period
Object
Details about the plan's schedule and repeat period.
alerts
Array
A list of alerts configured for the plan.
enabled
Boolean
Whether the test plan is enabled.
group_plan
Boolean
Indicates if the plan is part of a group plan.
plan_parallel_test_limit
Integer
The maximum number of parallel tests allowed for the plan.
last_execution
Object
Details about the most recent execution of the test plan.
created_at
String
The timestamp of when the plan was created.
updated_at
String
The timestamp of when the plan was last updated.
created_by
String
The username of the user who created the plan.
updated_by
String
The username of the user who last updated the plan.
screen_shot_type
String
Indicates whether screenshots are enabled for the test plan (e.g., "YES").
video_enabled
Boolean
Indicates if video recording is enabled for test executions.
environment_resolutions
Array
A list of environments and their associated screen resolutions for the plan.
Example Request
Last updated