Zum Hauptinhalt springen

Task

TMT API (1.0.0)

Download OpenAPI specification:Download

API working with Test folders in TMT

Get task request

Get content of a task request by given document reference

Authorizations:
bearerAuth
header Parameters
Project-Id
required
string

Project Id or the project document reference

Subproject-Id
string

Sub Project Id or the project document reference. It might be required if you want to access the sub project's resource

Request Body schema: application/json
required
id
required
string

id of the operation

jsonrpc
required
string

must be 2.0

method
required
string

GET_DOCUMENT

required
object

Responses

Request samples

Content type
application/json
{
  • "id": "get-task-request-98",
  • "jsonrpc": "2.0",
  • "method": "GET_DOCUMENT",
  • "params": {
    }
}

Response samples

Content type
application/json
{
  • "jsonrpc": "2.0",
  • "id": "get-task-request-98",
  • "result": {
    }
}