Get Maximum Execution Times
Retrieves the list of maximum execution time options available in the system. These options can be used for configuring test execution limits.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/enums/maxExecutionTimes
Method:
GET
Authentication: Required (
Bearer Token
)
Response Body
Field
Type
Description
max_execution_minute
Integer
The maximum execution time in minutes.
max_execution_name
String
The name of the maximum execution time option.
Error Codes
HTTP Code
Error Message
Description
400
INVALID_REQUEST
The request was malformed or contained errors.
500
SYSTEM_INTERNAL_ERROR
An unexpected error occurred while processing the request.
Example Request
Last updated