GET /testtasks/:id
Get the details of test reuqest
Request header
| Name | Type | Required or Optional | Description | 
|---|---|---|---|
| Token | String | Required | Authentication credentials Token | 
Request response
| Name | Type | Required or Optional | Description | 
|---|---|---|---|
| id | int | Required | The code of test request. | 
| project | int | Required | Affiliated project. | 
| product | int | Required | Affiliated product. | 
| name | string | Required | The name of test request. | 
| execution | int | Required | Affiliated execution. | 
| build | int | Required | Affiliated build. | 
| type | string | Optional | Type (integrate: integrate test | system: system test | acceptance: acceptance test | performance: performance test | safety: safety test ). | 
| owner | Optional | Responsible person. | |
| pri | int | Optional | Priority. | 
| begin | date | Optional | Start date. | 
| end | date | Optional | End date. | 
| desc | string | Optional | Description. |