Get Plans By Scheduled Reports
This endpoint retrieves all active plans and their associated projects for the currently authenticated company.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/plans/createScheduledReport
Method:
GET
Authentication: Required (
Bearer Token
)Header: Required (
current-company-id: <your_company_id>
)
Response
The response contains a list of active plans and their associated projects for the user's company.
Response Fields
id
Long
The unique ID of the test plan.
project_id
Long
The unique ID of the associated project.
project_name
String
The name of the project associated with the test plan.
plan_name
String
The name of the test plan.
Error Codes
400
INVALID_REQUEST
The request was malformed or contained errors.
401
UNAUTHORIZED
The request lacks proper authentication.
403
ACCESS_DENIED
User lacks the necessary permissions to access the resource.
500
INTERNAL_SERVER_ERROR
An unexpected error occurred on the server side.
Example Request
4o mini
Last updated