Get All Active Projects
Endpoint Information
Request Body
Response
[
{
"id": 390,
"project_name": "project1",
"enabled": true,
"types": [
"IOS"
],
"repository_path": "project1",
"test_framework": "APPIUM",
"test_file_type": "APPIUM_GAUGE",
"test_runner_tool": "MAVEN",
"created_at": "2023-02-15T08:28:00Z",
"updated_at": "2023-02-16T10:16:56Z",
"created_by": "user",
"updated_by": "user",
"branch_name": "refs/heads/master",
"testrail_enabled": false,
"jira_enabled": false,
"xray_enabled": false,
"ios_mobile_app": "iosapp.ipa",
"ios_app_hash": "02059ea989ebbb0a3c85aef4053c1b3b",
"ios_meta": {
"bundle_name": "Bundle",
"bundle_display_name": "bundle_display_name",
"bundle_version": "123",
"bundle_min_os_version": "11.0",
"bundle_development_region": "de",
"bundle_executable": "Bundle",
"bundle_icon_files": "",
"bundle_info_dict_version": "6.0",
"bundle_package_type": "APPL",
"bundle_main_story_board_file": ""
}
}
]Response Fields
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated