Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3

...

GET /rest/admin/project/getinfo

Description

This API returns all the information of the project like scope, types of -bugs, license details, etc.

Request

Content-Type: application/json

...

Name

Located in

Required

Description

Default

Schema

Projectkey

body

yes

The unique project key of new project

-

string

clone

body

yes

Type of clone:- 0 - to clone only the folder structure, along with any releases and cycles & 1 - to clone Project meta-data, Requirements, Test Cases, Test Suites and Issues

-

string

name

body

yes

Name of the project to be cloned

-

string

newProject

body

yes

Name of the new project

-

string

projectID

body

yes

The unique identifier by which to identify the cloned project.

-

string

apiKey

header

yesapiKey

Open API key generated in Integration > Open API in QTM.

-

string

scope

header

yes

Project or scope Id/Key/Name

-

string

Response

Content-Type: application/json

...

Name

Located in

Required

Description

Default

Schema

projectID

body

yes

Unique identifier of projects to archive

-

Array[integer]

apiKey

header

yesapiKey

Open API key generated in Integration > Open API in QTM.

-

string

scope

header

yes

Project or scope Id/Key/Name

-

string

Response

Content-Type: application/json

...

Name

Located in

Required

Description

Default

Schema

projectID

body

yes

Unique identifier of project to delete

-

integer

apiKey

header

yesapiKey

Open API key generated in Integration > Open API in QTM.

-

string

scope

header

yes

Project or scope Id/Key/Name

-

string

Response

Content-Type: application/json

...

name

type

required

description

example

property

string

required

property based on which sorting is to be applied


direction

string

required

Direction of sort - 'ASC'/'DESC'


Param4

name

type

required

description

example

projectID

string

required

Unique identifier of project


...