Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testit-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testit-api-client

API-client for Test IT

  • 5.0.0
  • PyPI
  • Socket score

Maintainers
1

Api client for Test IT TMS

Test IT

Release Status Downloads GitHub contributors

Getting Started

Compatibility

Test ITAPI Client
3.52.0.4
4.03.0.0
4.23.1.0
4.33.2.0
4.43.3.0
4.53.4.0
4.63.5.0
5.04.0.0
5.14.1.0
5.24.2.0+

Installation & Usage

pip install

pip install testit-api-client

Then import the package:

import testit_api_client

Examples

Please follow the installation procedure and then run the following:

import testit_api_client
from testit_api_client.api import attachments_api
from testit_api_client.model.attachment_model import AttachmentModel
from testit_api_client.model.image_resize_type import ImageResizeType
from testit_api_client.model.problem_details import ProblemDetails
from testit_api_client.model.validation_problem_details import ValidationProblemDetails

configuration = testit_api_client.Configuration(
    host = "Your TMS address"
)

with testit_api_client.ApiClient(
        configuration,
        header_name='Authorization',
        header_value='PrivateToken ' + 'Your private token') as api_client:
    api_instance = attachments_api.AttachmentsApi(api_client)
    id = "Attachment's guid in the TMS"

    try:
        api_instance.api_v2_attachments_id_delete(id)
    except testit_api_client.ApiException as e:
        print("Exception when calling AttachmentsApi->api_v2_attachments_id_delete: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription
AttachmentsApiapi_v2_attachments_id_deleteDELETE /api/v2/attachments/{id}Delete attachment file
AttachmentsApiapi_v2_attachments_id_getGET /api/v2/attachments/{id}Download attachment file
AttachmentsApiapi_v2_attachments_id_metadata_getGET /api/v2/attachments/{id}/metadataGet attachment metadata
AttachmentsApiapi_v2_attachments_occupied_file_storage_size_getGET /api/v2/attachments/occupiedFileStorageSizeGet size of attachments storage in bytes
AttachmentsApiapi_v2_attachments_postPOST /api/v2/attachmentsUpload new attachment file
AutoTestsApiapi_v2_auto_tests_flaky_bulk_postPOST /api/v2/autoTests/flaky/bulkSet "Flaky" status for multiple autotests
AutoTestsApiapi_v2_auto_tests_id_patchPATCH /api/v2/autoTests/{id}Patch auto test
AutoTestsApiapi_v2_auto_tests_id_test_results_search_postPOST /api/v2/autoTests/{id}/testResults/searchGet test results history for autotest
AutoTestsApiapi_v2_auto_tests_id_work_items_changed_id_getGET /api/v2/autoTests/{id}/workItems/changed/idGet identifiers of changed linked work items
AutoTestsApiapi_v2_auto_tests_id_work_items_changed_work_item_id_approve_postPOST /api/v2/autoTests/{id}/workItems/changed/{workItemId}/approveApprove changes to work items linked to autotest
AutoTestsApiapi_v2_auto_tests_search_postPOST /api/v2/autoTests/searchSearch for autotests
AutoTestsApicreate_auto_testPOST /api/v2/autoTestsCreate autotest
AutoTestsApicreate_multiplePOST /api/v2/autoTests/bulkCreate multiple autotests
AutoTestsApidelete_auto_testDELETE /api/v2/autoTests/{id}Delete autotest
AutoTestsApidelete_auto_test_link_from_work_itemDELETE /api/v2/autoTests/{id}/workItemsUnlink autotest from work item
AutoTestsApiget_all_auto_testsGET /api/v2/autoTests
AutoTestsApiget_auto_test_average_durationGET /api/v2/autoTests/{id}/averageDurationGet average autotest duration
AutoTestsApiget_auto_test_by_idGET /api/v2/autoTests/{id}Get autotest by internal or global ID
AutoTestsApiget_auto_test_chronologyGET /api/v2/autoTests/{id}/chronologyGet autotest chronology
AutoTestsApiget_test_runsGET /api/v2/autoTests/{id}/testRunsGet completed tests runs for autotests
AutoTestsApiget_work_items_linked_to_auto_testGET /api/v2/autoTests/{id}/workItemsGet work items linked to autotest
AutoTestsApilink_auto_test_to_work_itemPOST /api/v2/autoTests/{id}/workItemsLink autotest with work items
AutoTestsApiupdate_auto_testPUT /api/v2/autoTestsUpdate autotest
AutoTestsApiupdate_multiplePUT /api/v2/autoTests/bulkUpdate multiple autotests
BackgroundJobsApiapi_v2_background_jobs_completed_deleteDELETE /api/v2/backgroundJobs/completedDelete all completed background jobs
BackgroundJobsApiapi_v2_background_jobs_getGET /api/v2/backgroundJobs
BackgroundJobsApiapi_v2_background_jobs_id_cancel_postPOST /api/v2/backgroundJobs/{id}/cancelCancel current user background job
BackgroundJobsApiapi_v2_background_jobs_id_getGET /api/v2/backgroundJobs/{id}Get background job by ID
BackgroundJobsApiapi_v2_background_jobs_id_status_getGET /api/v2/backgroundJobs/{id}/statusGet background job status by job ID
BackgroundJobsApiapi_v2_background_jobs_search_postPOST /api/v2/backgroundJobs/searchSearch for user background jobs
ConfigurationsApiapi_v2_configurations_create_by_parameters_postPOST /api/v2/configurations/createByParametersCreate configurations by parameters
ConfigurationsApiapi_v2_configurations_delete_bulk_postPOST /api/v2/configurations/delete/bulkDelete multiple configurations
ConfigurationsApiapi_v2_configurations_id_deleteDELETE /api/v2/configurations/{id}Delete configuration
ConfigurationsApiapi_v2_configurations_id_patchPATCH /api/v2/configurations/{id}Patch configuration
ConfigurationsApiapi_v2_configurations_id_purge_postPOST /api/v2/configurations/{id}/purgePermanently delete configuration from archive
ConfigurationsApiapi_v2_configurations_id_restore_postPOST /api/v2/configurations/{id}/restoreRestore configuration from the archive
ConfigurationsApiapi_v2_configurations_purge_bulk_postPOST /api/v2/configurations/purge/bulkPermanently delete multiple archived configurations
ConfigurationsApiapi_v2_configurations_putPUT /api/v2/configurationsEdit configuration
ConfigurationsApiapi_v2_configurations_restore_bulk_postPOST /api/v2/configurations/restore/bulkRestore multiple configurations from the archive
ConfigurationsApiapi_v2_configurations_search_postPOST /api/v2/configurations/searchSearch for configurations
ConfigurationsApicreate_configurationPOST /api/v2/configurationsCreate Configuration
ConfigurationsApiget_configuration_by_idGET /api/v2/configurations/{id}Get configuration by internal or global ID
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_exists_getGET /api/v2/customAttributes/templates/exists
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_id_custom_attributes_exclude_postPOST /api/v2/customAttributes/templates/{id}/customAttributes/excludeExclude CustomAttributes from CustomAttributeTemplate
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_id_custom_attributes_include_postPOST /api/v2/customAttributes/templates/{id}/customAttributes/includeInclude CustomAttributes to CustomAttributeTemplate
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_id_deleteDELETE /api/v2/customAttributes/templates/{id}Delete CustomAttributeTemplate
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_id_getGET /api/v2/customAttributes/templates/{id}Get CustomAttributeTemplate by ID
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_name_getGET /api/v2/customAttributes/templates/{name}Get CustomAttributeTemplate by name
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_postPOST /api/v2/customAttributes/templatesCreate CustomAttributeTemplate
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_putPUT /api/v2/customAttributes/templatesUpdate custom attributes template
CustomAttributeTemplatesApiapi_v2_custom_attributes_templates_search_postPOST /api/v2/customAttributes/templates/searchSearch CustomAttributeTemplates
CustomAttributesApiapi_v2_custom_attributes_exists_getGET /api/v2/customAttributes/exists
CustomAttributesApiapi_v2_custom_attributes_global_id_deleteDELETE /api/v2/customAttributes/global/{id}Delete global attribute
CustomAttributesApiapi_v2_custom_attributes_global_id_putPUT /api/v2/customAttributes/global/{id}Edit global attribute
CustomAttributesApiapi_v2_custom_attributes_global_postPOST /api/v2/customAttributes/globalCreate global attribute
CustomAttributesApiapi_v2_custom_attributes_id_getGET /api/v2/customAttributes/{id}Get attribute
CustomAttributesApiapi_v2_custom_attributes_search_postPOST /api/v2/customAttributes/searchSearch for attributes
NotificationsApiapi_v2_notifications_count_getGET /api/v2/notifications/countGet unread Notifications total in last 7 days
NotificationsApiapi_v2_notifications_getGET /api/v2/notificationsGet all Notifications for current User
NotificationsApiapi_v2_notifications_id_read_postPOST /api/v2/notifications/{id}/readSet Notification as read
NotificationsApiapi_v2_notifications_read_postPOST /api/v2/notifications/readSet all Notifications as read
NotificationsApiapi_v2_notifications_search_postPOST /api/v2/notifications/searchSearch Notifications for current User
ParametersApiapi_v2_parameters_bulk_postPOST /api/v2/parameters/bulkCreate multiple parameters
ParametersApiapi_v2_parameters_bulk_putPUT /api/v2/parameters/bulkUpdate multiple parameters
ParametersApiapi_v2_parameters_groups_getGET /api/v2/parameters/groupsGet parameters as group
ParametersApiapi_v2_parameters_key_name_name_exists_getGET /api/v2/parameters/key/name/{name}/existsCheck existence parameter key in system
ParametersApiapi_v2_parameters_key_values_getGET /api/v2/parameters/{key}/valuesGet all parameter key values
ParametersApiapi_v2_parameters_keys_getGET /api/v2/parameters/keysGet all parameter keys
ParametersApiapi_v2_parameters_search_groups_postPOST /api/v2/parameters/search/groupsSearch for parameters as group
ParametersApiapi_v2_parameters_search_postPOST /api/v2/parameters/searchSearch for parameters
ParametersApicreate_parameterPOST /api/v2/parametersCreate parameter
ParametersApidelete_by_nameDELETE /api/v2/parameters/name/{name}Delete parameter by name
ParametersApidelete_by_parameter_key_idDELETE /api/v2/parameters/keyId/{keyId}Delete parameters by parameter key identifier
ParametersApidelete_parameterDELETE /api/v2/parameters/{id}Delete parameter
ParametersApiget_all_parametersGET /api/v2/parametersGet all parameters
ParametersApiget_parameter_by_idGET /api/v2/parameters/{id}Get parameter by ID
ParametersApiupdate_parameterPUT /api/v2/parametersUpdate parameter
ProjectAttributeTemplatesApiapi_v2_projects_project_id_attributes_templates_search_postPOST /api/v2/projects/{projectId}/attributes/templates/searchSearch for custom attributes templates
ProjectAttributeTemplatesApiapi_v2_projects_project_id_attributes_templates_template_id_deleteDELETE /api/v2/projects/{projectId}/attributes/templates/{templateId}Delete CustomAttributeTemplate from Project
ProjectAttributeTemplatesApiapi_v2_projects_project_id_attributes_templates_template_id_postPOST /api/v2/projects/{projectId}/attributes/templates/{templateId}Add CustomAttributeTemplate to Project
ProjectAttributesApicreate_projects_attributePOST /api/v2/projects/{projectId}/attributesCreate project attribute
ProjectAttributesApidelete_projects_attributeDELETE /api/v2/projects/{projectId}/attributes/{attributeId}Delete project attribute
ProjectAttributesApiget_attribute_by_project_idGET /api/v2/projects/{projectId}/attributes/{attributeId}Get project attribute
ProjectAttributesApiget_attributes_by_project_idGET /api/v2/projects/{projectId}/attributesGet project attributes
ProjectAttributesApisearch_attributes_in_projectPOST /api/v2/projects/{projectId}/attributes/searchSearch for attributes used in the project
ProjectAttributesApiupdate_projects_attributePUT /api/v2/projects/{projectId}/attributesEdit attribute of the project
ProjectConfigurationsApiget_configurations_by_project_idGET /api/v2/projects/{projectId}/configurationsGet project configurations
ProjectSectionsApiget_sections_by_project_idGET /api/v2/projects/{projectId}/sectionsGet project sections
ProjectSettingsApiapi_v2_projects_project_id_settings_autotests_postPOST /api/v2/projects/{projectId}/settings/autotestsSet autotest project settings.
ProjectSettingsApiget_autotest_project_settingsGET /api/v2/projects/{projectId}/settings/autotestsGet autotest project settings.
ProjectTestPlanAttributesApicreate_custom_attribute_test_plan_project_relationsPOST /api/v2/projects/{projectId}/testPlans/attributesAdd attributes to project's test plans
ProjectTestPlanAttributesApidelete_custom_attribute_test_plan_project_relationsDELETE /api/v2/projects/{projectId}/testPlans/attributes/{attributeId}Delete attribute from project's test plans
ProjectTestPlanAttributesApiget_custom_attribute_test_plan_project_relationsGET /api/v2/projects/{projectId}/testPlans/attributesGet project's test plan attributes
ProjectTestPlanAttributesApisearch_test_plan_attributes_in_projectPOST /api/v2/projects/{projectId}/testPlans/attributes/searchSearch for attributes used in the project test plans
ProjectTestPlanAttributesApiupdate_custom_attribute_test_plan_project_relationsPUT /api/v2/projects/{projectId}/testPlans/attributesUpdate attribute of project's test plans
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_analytics_getGET /api/v2/projects/{projectId}/testPlans/analyticsGet TestPlans analytics
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_delete_bulk_postPOST /api/v2/projects/{projectId}/testPlans/delete/bulkDelete multiple test plans
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_name_exists_getGET /api/v2/projects/{projectId}/testPlans/{name}/existsChecks if TestPlan exists with the specified name exists for the project
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_purge_bulk_postPOST /api/v2/projects/{projectId}/testPlans/purge/bulkPermanently delete multiple archived test plans
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_restore_bulk_postPOST /api/v2/projects/{projectId}/testPlans/restore/bulkRestore multiple test plans
ProjectTestPlansApiapi_v2_projects_project_id_test_plans_search_postPOST /api/v2/projects/{projectId}/testPlans/searchGet Project TestPlans with analytics
ProjectWorkItemsApiapi_v2_projects_project_id_work_items_search_grouped_postPOST /api/v2/projects/{projectId}/workItems/search/groupedSearch for work items and group results by attribute
ProjectWorkItemsApiapi_v2_projects_project_id_work_items_search_id_postPOST /api/v2/projects/{projectId}/workItems/search/idSearch for work items and extract IDs only
ProjectWorkItemsApiapi_v2_projects_project_id_work_items_search_postPOST /api/v2/projects/{projectId}/workItems/searchSearch for work items
ProjectWorkItemsApiapi_v2_projects_project_id_work_items_tags_getGET /api/v2/projects/{projectId}/workItems/tagsGet WorkItems Tags
ProjectWorkItemsApiget_work_items_by_project_idGET /api/v2/projects/{projectId}/workItemsGet project work items
ProjectsApiadd_globa_attributes_to_projectPOST /api/v2/projects/{id}/globalAttributesAdd global attributes to project
ProjectsApiapi_v2_projects_demo_postPOST /api/v2/projects/demo
ProjectsApiapi_v2_projects_id_deleteDELETE /api/v2/projects/{id}Archive project
ProjectsApiapi_v2_projects_id_failure_classes_getGET /api/v2/projects/{id}/failureClassesGet failure classes
ProjectsApiapi_v2_projects_id_favorite_putPUT /api/v2/projects/{id}/favoriteMark Project as favorite
ProjectsApiapi_v2_projects_id_filters_getGET /api/v2/projects/{id}/filtersGet Project filters
ProjectsApiapi_v2_projects_id_patchPATCH /api/v2/projects/{id}Patch project
ProjectsApiapi_v2_projects_id_purge_postPOST /api/v2/projects/{id}/purgePurge the project
ProjectsApiapi_v2_projects_id_restore_postPOST /api/v2/projects/{id}/restoreRestore archived project
ProjectsApiapi_v2_projects_id_test_plans_attribute_attribute_id_deleteDELETE /api/v2/projects/{id}/testPlans/attribute/{attributeId}Delete attribute from project's test plans
ProjectsApiapi_v2_projects_id_test_plans_attribute_putPUT /api/v2/projects/{id}/testPlans/attributeUpdate attribute of project's test plans
ProjectsApiapi_v2_projects_id_test_runs_active_getGET /api/v2/projects/{id}/testRuns/activeGet active Project TestRuns
ProjectsApiapi_v2_projects_id_test_runs_full_getGET /api/v2/projects/{id}/testRuns/fullGet Project TestRuns full models
ProjectsApiapi_v2_projects_name_name_exists_getGET /api/v2/projects/name/{name}/exists
ProjectsApiapi_v2_projects_purge_bulk_postPOST /api/v2/projects/purge/bulkPurge multiple projects
ProjectsApiapi_v2_projects_restore_bulk_postPOST /api/v2/projects/restore/bulkRestore multiple projects
ProjectsApiapi_v2_projects_search_postPOST /api/v2/projects/searchSearch for projects
ProjectsApicreate_projectPOST /api/v2/projectsCreate project
ProjectsApidelete_project_auto_testsDELETE /api/v2/projects/{id}/autoTestsDelete all autotests from project
ProjectsApiget_all_projectsGET /api/v2/projectsGet all projects
ProjectsApiget_auto_tests_namespacesGET /api/v2/projects/{id}/autoTestsNamespacesGet namespaces of autotests in project
ProjectsApiget_project_by_idGET /api/v2/projects/{id}Get project by ID
ProjectsApiget_test_plans_by_project_idGET /api/v2/projects/{id}/testPlansGet project test plans
ProjectsApiget_test_runs_by_project_idGET /api/v2/projects/{id}/testRunsGet project test runs
ProjectsApiupdate_projectPUT /api/v2/projectsUpdate project
SearchApiapi_v2_search_global_search_postPOST /api/v2/search/globalSearch
SectionsApiapi_v2_sections_id_patchPATCH /api/v2/sections/{id}Patch section
SectionsApicreate_sectionPOST /api/v2/sectionsCreate section
SectionsApidelete_sectionDELETE /api/v2/sections/{id}Delete section
SectionsApiget_section_by_idGET /api/v2/sections/{id}Get section
SectionsApiget_work_items_by_section_idGET /api/v2/sections/{id}/workItemsGet section work items
SectionsApimovePOST /api/v2/sections/moveMove section with all work items into another section
SectionsApirenamePOST /api/v2/sections/renameRename section
SectionsApiupdate_sectionPUT /api/v2/sectionsUpdate section
TagsApiapi_v2_tags_deleteDELETE /api/v2/tagsDelete tags
TagsApiapi_v2_tags_getGET /api/v2/tagsGet all Tags
TagsApiapi_v2_tags_id_deleteDELETE /api/v2/tags/{id}Delete tag
TagsApiapi_v2_tags_postPOST /api/v2/tagsCreate tag
TagsApiapi_v2_tags_putPUT /api/v2/tagsUpdate tag
TagsApiapi_v2_tags_search_getGET /api/v2/tags/searchSearch tags
TagsApiapi_v2_tags_test_plans_tags_getGET /api/v2/tags/testPlansTagsGet all Tags that are used in TestPlans
TestPlansApiadd_test_points_with_sectionsPOST /api/v2/testPlans/{id}/test-points/withSectionsAdd test-points to TestPlan with sections
TestPlansApiadd_work_items_with_sectionsPOST /api/v2/testPlans/{id}/workItems/withSectionsAdd WorkItems to TestPlan with Sections as TestSuites
TestPlansApiapi_v2_test_plans_id_analytics_getGET /api/v2/testPlans/{id}/analyticsGet analytics by TestPlan
TestPlansApiapi_v2_test_plans_id_autobalance_postPOST /api/v2/testPlans/{id}/autobalanceDistribute test points between the users
TestPlansApiapi_v2_test_plans_id_configurations_getGET /api/v2/testPlans/{id}/configurationsGet TestPlan configurations
TestPlansApiapi_v2_test_plans_id_export_test_points_xlsx_postPOST /api/v2/testPlans/{id}/export/testPoints/xlsxExport TestPoints from TestPlan in xls format
TestPlansApiapi_v2_test_plans_id_export_test_result_history_xlsx_postPOST /api/v2/testPlans/{id}/export/testResultHistory/xlsxExport TestResults history from TestPlan in xls format
TestPlansApiapi_v2_test_plans_id_history_getGET /api/v2/testPlans/{id}/historyGet TestPlan history
TestPlansApiapi_v2_test_plans_id_links_getGET /api/v2/testPlans/{id}/linksGet Links of TestPlan
TestPlansApiapi_v2_test_plans_id_patchPATCH /api/v2/testPlans/{id}Patch test plan
TestPlansApiapi_v2_test_plans_id_summaries_getGET /api/v2/testPlans/{id}/summariesGet summary by TestPlan
TestPlansApiapi_v2_test_plans_id_test_points_last_results_getGET /api/v2/testPlans/{id}/testPoints/lastResultsGet TestPoints with last result from TestPlan
TestPlansApiapi_v2_test_plans_id_test_points_reset_postPOST /api/v2/testPlans/{id}/testPoints/resetReset TestPoints status of TestPlan
TestPlansApiapi_v2_test_plans_id_test_points_tester_deleteDELETE /api/v2/testPlans/{id}/testPoints/testerUnassign users from multiple test points
TestPlansApiapi_v2_test_plans_id_test_points_tester_user_id_postPOST /api/v2/testPlans/{id}/testPoints/tester/{userId}Assign user as a tester to multiple test points
TestPlansApiapi_v2_test_plans_id_test_runs_getGET /api/v2/testPlans/{id}/testRunsGet TestRuns of TestPlan
TestPlansApiapi_v2_test_plans_id_test_runs_search_postPOST /api/v2/testPlans/{id}/testRuns/searchSearch TestRuns of TestPlan
TestPlansApiapi_v2_test_plans_id_test_runs_test_results_last_modified_modified_date_getGET /api/v2/testPlans/{id}/testRuns/testResults/lastModified/modifiedDateGet last modification date of test plan's test results
TestPlansApiapi_v2_test_plans_id_unlock_request_postPOST /api/v2/testPlans/{id}/unlock/requestSend unlock TestPlan notification
TestPlansApiapi_v2_test_plans_shorts_postPOST /api/v2/testPlans/shortsGet TestPlans short models by Project identifiers
TestPlansApiclonePOST /api/v2/testPlans/{id}/cloneClone TestPlan
TestPlansApicompletePOST /api/v2/testPlans/{id}/completeComplete TestPlan
TestPlansApicreate_test_planPOST /api/v2/testPlansCreate TestPlan
TestPlansApidelete_test_planDELETE /api/v2/testPlans/{id}Delete TestPlan
TestPlansApiget_test_plan_by_idGET /api/v2/testPlans/{id}Get TestPlan by Id
TestPlansApiget_test_suites_by_idGET /api/v2/testPlans/{id}/testSuitesGet TestSuites Tree By Id
TestPlansApipausePOST /api/v2/testPlans/{id}/pausePause TestPlan
TestPlansApipurge_test_planPOST /api/v2/testPlans/{id}/purgePermanently delete test plan from archive
TestPlansApirestore_test_planPOST /api/v2/testPlans/{id}/restoreRestore TestPlan
TestPlansApistartPOST /api/v2/testPlans/{id}/startStart TestPlan
TestPlansApiupdate_test_planPUT /api/v2/testPlansUpdate TestPlan
TestPointsApiapi_v2_test_points_id_test_runs_getGET /api/v2/testPoints/{id}/testRunsGet all test runs which use test point
TestPointsApiapi_v2_test_points_id_work_item_getGET /api/v2/testPoints/{id}/workItemGet work item represented by test point
TestPointsApiapi_v2_test_points_search_id_postPOST /api/v2/testPoints/search/idSearch for test points and extract IDs only
TestPointsApiapi_v2_test_points_search_postPOST /api/v2/testPoints/searchSearch for test points
TestResultsApiapi_v2_test_results_external_projects_external_project_id_defects_external_forms_postPOST /api/v2/testResults/external-projects/{externalProjectId}/defects/external-forms
TestResultsApiapi_v2_test_results_external_projects_external_project_id_defects_postPOST /api/v2/testResults/external-projects/{externalProjectId}/defects
TestResultsApiapi_v2_test_results_id_aggregated_getGET /api/v2/testResults/{id}/aggregatedGet test result by ID aggregated with previous results
TestResultsApiapi_v2_test_results_id_attachments_attachment_id_putPUT /api/v2/testResults/{id}/attachments/{attachmentId}Attach file to the test result
TestResultsApiapi_v2_test_results_id_attachments_info_getGET /api/v2/testResults/{id}/attachments/infoGet test result attachments meta-information
TestResultsApiapi_v2_test_results_id_getGET /api/v2/testResults/{id}Get test result by ID
TestResultsApiapi_v2_test_results_id_putPUT /api/v2/testResults/{id}Edit test result by ID
TestResultsApiapi_v2_test_results_id_reruns_getGET /api/v2/testResults/{id}/rerunsGet reruns
TestResultsApiapi_v2_test_results_search_postPOST /api/v2/testResults/searchSearch for test results
TestResultsApiapi_v2_test_results_statistics_filter_postPOST /api/v2/testResults/statistics/filterSearch for test results and extract statistics
TestResultsApicreate_attachmentPOST /api/v2/testResults/{id}/attachmentsUpload and link attachment to TestResult
TestResultsApidelete_attachmentDELETE /api/v2/testResults/{id}/attachments/{attachmentId}Remove attachment and unlink from TestResult
TestResultsApidownload_attachmentGET /api/v2/testResults/{id}/attachments/{attachmentId}Get attachment of TestResult
TestResultsApiget_attachmentGET /api/v2/testResults/{id}/attachments/{attachmentId}/infoGet Metadata of TestResult's attachment
TestResultsApiget_attachmentsGET /api/v2/testResults/{id}/attachmentsGet all attachments of TestResult
TestRunsApiapi_v2_test_runs_deleteDELETE /api/v2/testRunsDelete multiple test runs
TestRunsApiapi_v2_test_runs_id_auto_tests_namespaces_getGET /api/v2/testRuns/{id}/autoTestsNamespacesGet autotest classes and namespaces in test run
TestRunsApiapi_v2_test_runs_id_deleteDELETE /api/v2/testRuns/{id}Delete test run
TestRunsApiapi_v2_test_runs_id_purge_postPOST /api/v2/testRuns/{id}/purgePermanently delete test run from archive
TestRunsApiapi_v2_test_runs_id_reruns_postPOST /api/v2/testRuns/{id}/rerunsManual autotests rerun in test run
TestRunsApiapi_v2_test_runs_id_restore_postPOST /api/v2/testRuns/{id}/restoreRestore test run from the archive
TestRunsApiapi_v2_test_runs_id_statistics_filter_postPOST /api/v2/testRuns/{id}/statistics/filterSearch for the test run test results and build statistics
TestRunsApiapi_v2_test_runs_id_test_points_results_getGET /api/v2/testRuns/{id}/testPoints/resultsGet test results from the test run grouped by test points
TestRunsApiapi_v2_test_runs_id_test_results_bulk_putPUT /api/v2/testRuns/{id}/testResults/bulkPartial edit of multiple test results in the test run
TestRunsApiapi_v2_test_runs_id_test_results_last_modified_modification_date_getGET /api/v2/testRuns/{id}/testResults/lastModified/modificationDateGet modification date of last test result of the test run
TestRunsApiapi_v2_test_runs_purge_bulk_postPOST /api/v2/testRuns/purge/bulkPermanently delete multiple test runs from archive
TestRunsApiapi_v2_test_runs_restore_bulk_postPOST /api/v2/testRuns/restore/bulkRestore multiple test runs from the archive
TestRunsApiapi_v2_test_runs_search_postPOST /api/v2/testRuns/searchSearch for test runs
TestRunsApiapi_v2_test_runs_update_multiple_postPOST /api/v2/testRuns/updateMultipleUpdate multiple test runs
TestRunsApicomplete_test_runPOST /api/v2/testRuns/{id}/completeComplete TestRun
TestRunsApicreate_and_fill_by_auto_testsPOST /api/v2/testRuns/byAutoTestsCreate test runs based on autotests and configurations
TestRunsApicreate_and_fill_by_configurationsPOST /api/v2/testRuns/byConfigurationsCreate test runs picking the needed test points
TestRunsApicreate_and_fill_by_work_itemsPOST /api/v2/testRuns/byWorkItemsCreate test run based on configurations and work items
TestRunsApicreate_emptyPOST /api/v2/testRunsCreate empty TestRun
TestRunsApiget_test_run_by_idGET /api/v2/testRuns/{id}Get TestRun by Id
TestRunsApiset_auto_test_results_for_test_runPOST /api/v2/testRuns/{id}/testResultsSend test results to the test runs in the system
TestRunsApistart_test_runPOST /api/v2/testRuns/{id}/startStart TestRun
TestRunsApistop_test_runPOST /api/v2/testRuns/{id}/stopStop TestRun
TestRunsApiupdate_emptyPUT /api/v2/testRunsUpdate empty TestRun
TestSuitesApiadd_test_points_to_test_suitePOST /api/v2/testSuites/{id}/test-pointsAdd test-points to test suite
TestSuitesApiapi_v2_test_suites_id_patchPATCH /api/v2/testSuites/{id}Patch test suite
TestSuitesApiapi_v2_test_suites_id_refresh_postPOST /api/v2/testSuites/{id}/refreshRefresh test suite. Only dynamic test suites are supported by this method
TestSuitesApiapi_v2_test_suites_id_work_items_postPOST /api/v2/testSuites/{id}/workItemsSet work items for test suite
TestSuitesApiapi_v2_test_suites_postPOST /api/v2/testSuitesCreate test suite
TestSuitesApiapi_v2_test_suites_putPUT /api/v2/testSuitesEdit test suite
TestSuitesApidelete_test_suiteDELETE /api/v2/testSuites/{id}Delete TestSuite
TestSuitesApiget_configurations_by_test_suite_idGET /api/v2/testSuites/{id}/configurationsGet Configurations By Id
TestSuitesApiget_test_points_by_idGET /api/v2/testSuites/{id}/testPointsGet TestPoints By Id
TestSuitesApiget_test_results_by_idGET /api/v2/testSuites/{id}/testResultsGet TestResults By Id
TestSuitesApiget_test_suite_by_idGET /api/v2/testSuites/{id}Get TestSuite by Id
TestSuitesApisearch_work_itemsPOST /api/v2/testSuites/{id}/workItems/searchSearch WorkItems
TestSuitesApiset_configurations_by_test_suite_idPOST /api/v2/testSuites/{id}/configurationsSet Configurations By TestSuite Id
UsersApiapi_v2_users_exists_getGET /api/v2/users/exists
WebhooksApiapi_v2_webhooks_deleteDELETE /api/v2/webhooks
WebhooksApiapi_v2_webhooks_getGET /api/v2/webhooksGet all webhooks
WebhooksApiapi_v2_webhooks_id_deleteDELETE /api/v2/webhooks/{id}Delete webhook by ID
WebhooksApiapi_v2_webhooks_id_getGET /api/v2/webhooks/{id}Get webhook by ID
WebhooksApiapi_v2_webhooks_id_putPUT /api/v2/webhooks/{id}Edit webhook by ID
WebhooksApiapi_v2_webhooks_postPOST /api/v2/webhooksCreate webhook
WebhooksApiapi_v2_webhooks_putPUT /api/v2/webhooks
WebhooksApiapi_v2_webhooks_search_postPOST /api/v2/webhooks/searchSearch for webhooks
WebhooksApiapi_v2_webhooks_special_variables_getGET /api/v2/webhooks/specialVariablesGet special variables for webhook event type
WebhooksApiapi_v2_webhooks_test_postPOST /api/v2/webhooks/testTest webhook's url
WebhooksLogsApiapi_v2_webhooks_logs_getGET /api/v2/webhooks/logsGet all webhook logs
WebhooksLogsApiapi_v2_webhooks_logs_id_deleteDELETE /api/v2/webhooks/logs/{id}Delete webhook log by ID
WebhooksLogsApiapi_v2_webhooks_logs_id_getGET /api/v2/webhooks/logs/{id}Get webhook log by ID
WorkItemsApiapi_v2_work_items_id_attachments_postPOST /api/v2/workItems/{id}/attachmentsUpload and link attachment to WorkItem
WorkItemsApiapi_v2_work_items_id_check_list_transform_to_test_case_postPOST /api/v2/workItems/{id}/checkList/transformTo/testCaseTransform CheckList to TestCase
WorkItemsApiapi_v2_work_items_id_history_getGET /api/v2/workItems/{id}/historyGet change history of WorkItem
WorkItemsApiapi_v2_work_items_id_like_deleteDELETE /api/v2/workItems/{id}/likeDelete like from WorkItem
WorkItemsApiapi_v2_work_items_id_like_postPOST /api/v2/workItems/{id}/likeSet like to WorkItem
WorkItemsApiapi_v2_work_items_id_likes_count_getGET /api/v2/workItems/{id}/likes/countGet likes count of WorkItem
WorkItemsApiapi_v2_work_items_id_likes_getGET /api/v2/workItems/{id}/likesGet likes of WorkItem
WorkItemsApiapi_v2_work_items_id_test_results_history_getGET /api/v2/workItems/{id}/testResults/historyGet test results history of WorkItem
WorkItemsApiapi_v2_work_items_id_version_version_id_actual_postPOST /api/v2/workItems/{id}/version/{versionId}/actualSet WorkItem as actual
WorkItemsApiapi_v2_work_items_move_postPOST /api/v2/workItems/moveMove WorkItem to another section
WorkItemsApiapi_v2_work_items_search_postPOST /api/v2/workItems/searchSearch for work items
WorkItemsApiapi_v2_work_items_shared_step_id_references_sections_postPOST /api/v2/workItems/{sharedStepId}/references/sectionsGet SharedStep references in sections
WorkItemsApiapi_v2_work_items_shared_step_id_references_work_items_postPOST /api/v2/workItems/{sharedStepId}/references/workItemsGet SharedStep references in work items
WorkItemsApiapi_v2_work_items_shared_steps_shared_step_id_references_getGET /api/v2/workItems/sharedSteps/{sharedStepId}/referencesGet SharedStep references
WorkItemsApicreate_work_itemPOST /api/v2/workItemsCreate Test Case, Checklist or Shared Step
WorkItemsApidelete_all_work_items_from_auto_testDELETE /api/v2/workItems/{id}/autoTestsDelete all links AutoTests from WorkItem by Id or GlobalId
WorkItemsApidelete_work_itemDELETE /api/v2/workItems/{id}Delete Test Case, Checklist or Shared Step by Id or GlobalId
WorkItemsApiget_auto_tests_for_work_itemGET /api/v2/workItems/{id}/autoTestsGet all AutoTests linked to WorkItem by Id or GlobalId
WorkItemsApiget_iterationsGET /api/v2/workItems/{id}/iterationsGet iterations by work item Id or GlobalId
WorkItemsApiget_work_item_by_idGET /api/v2/workItems/{id}Get Test Case, Checklist or Shared Step by Id or GlobalId
WorkItemsApiget_work_item_chronologyGET /api/v2/workItems/{id}/chronologyGet WorkItem chronology by Id or GlobalId
WorkItemsApiget_work_item_versionsGET /api/v2/workItems/{id}/versionsGet WorkItem versions
WorkItemsApipurge_work_itemPOST /api/v2/workItems/{id}/purgePermanently delete test case, checklist or shared steps from archive
WorkItemsApirestore_work_itemPOST /api/v2/workItems/{id}/restoreRestore test case, checklist or shared steps from archive
WorkItemsApiupdate_work_itemPUT /api/v2/workItemsUpdate Test Case, Checklist or Shared Step
WorkItemsCommentsApiapi_v2_work_items_comments_comment_id_deleteDELETE /api/v2/workItems/comments/{commentId}Delete WorkItem comment
WorkItemsCommentsApiapi_v2_work_items_comments_postPOST /api/v2/workItems/commentsCreate WorkItem comment
WorkItemsCommentsApiapi_v2_work_items_comments_putPUT /api/v2/workItems/commentsUpdate work item comment
WorkItemsCommentsApiapi_v2_work_items_id_comments_count_getGET /api/v2/workItems/{id}/comments/countGet work item comments count
WorkItemsCommentsApiapi_v2_work_items_id_comments_getGET /api/v2/workItems/{id}/commentsGet work item comments

Documentation For Models

  • You can see the documentation here.

Contributing

You can help to develop the project. Any contributions are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc