Get Framework Summary
This endpoint retrieves a summary of projects grouped by their test frameworks. Each group contains a list of active projects associated with the authenticated user's company.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/projects/framework-summary
Method:
GET
Authentication: Required (
Bearer Token
)
Request Body
No request body is required for this endpoint.
Response
The response is a list of frameworks, each containing its title
, value
, and associated projects.
Response Fields
title
String
The display name of the test framework.
value
String
The identifier of the test framework.
children
Array
List of projects associated with the framework.
id
Long
The unique ID of the project.
name
String
The name of the project.
Error Codes
400
INVALID_REQUEST
The request was malformed or contained errors.
403
ACCESS_DENIED
User lacks PROJECT_VIEW
authority.
500
INTERNAL_SERVER_ERROR
An unexpected error occurred on the server side.
Example Request
Last updated