Get TestRail Settings By ProjectID
This endpoint retrieves the TestRail settings associated with a specified project. The user must have access to the project and be part of the associated company. The endpoint returns the TestRail project details, including information such as project ID, name, announcement visibility, suite mode, and users associated with the project.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/projects/{projectId}/plugins/testrail
Method:
GET
Authentication: Required (
Bearer Token
)
Path Parameters
projectId
Long
Yes
The unique ID of the project to retrieve TestRail settings for.
Query Parameters
offset
Integer
0
The offset for pagination, default is 0
.
limit
Integer
250
The number of items to return, default is 250
.
Request Body
No request body is required for this endpoint.
Response
The response includes TestRail project details for the specified project.
Example Response:
Error Codes
400
INVALID_PROJECT_ID
The provided project ID is invalid.
403
ACCESS_DENIED
The user does not have access to the specified project.
404
PROJECT_NOT_FOUND
The project with the specified ID does not exist.
500
INTERNAL_SERVER_ERROR
An unexpected error occurred while retrieving TestRail settings.
Example Request
Last updated