Get Plugins
The Get Company Plugins API retrieves the list of plugins associated with a company. Depending on the user's resource access, detailed or basic plugin information is returned. The user must be authenticated to access this endpoint.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/companies/plugins
Method:
GET
Authentication: Required (
Bearer Token
)
Response
The response contains a list of plugins associated with the user's current company.
Response Fields
company_id
Long
ID of the company to which the plugin belongs.
enabled
Boolean
Whether the plugin is enabled or not.
plugin_type
String
The type of the plugin (e.g., TUNNEL
, JIRA
).
clean_name
String
The name of the plugin.
configurable
Boolean
Whether the plugin is configurable by the user.
testrail_url
String
URL for TestRail plugin configuration (if configurable).
testrail_username
String
Username for TestRail plugin (if configurable).
testrail_password
String
Password for TestRail plugin (if configurable).
xray_server_url
String
URL for Xray plugin configuration (if configurable).
xray_username
String
Username for Xray plugin (if configurable).
xray_api_key
String
API Key for Xray plugin (if configurable).
jira_server_url
String
URL for Jira plugin configuration (if configurable).
jira_username
String
Username for Jira plugin (if configurable).
jira_password
String
Password for Jira plugin (if configurable).
Error Codes
403
ACCESS_DENIED
User does not have the necessary permissions to view plugins.
500
INTERNAL_ERROR
An unexpected error occurred on the server side.
Example Request
Last updated