{
"Action": "DescribeTest",
"ProjectName": "xx",
"TestId": 1
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeTest' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeTest",
"ProjectName": "xx",
"TestId": 1
}'{
"Response": {
"Data": {
"Id": 0,
"Title": "string",
"Priority": 0,
"CaseId": 0,
"SectionId": 0,
"Status": "string",
"IsCompleted": true,
"AssignedToId": 0,
"TestedAt": "string",
"Sort": 0,
"TestedBy": 0,
"SectionPath": [
null
],
"Case": {
"Id": 0,
"SectionId": 0,
"Priority": 0,
"Title": "string",
"TemplateType": "string",
"Preconds": "string",
"Steps": "string",
"Expected": "string",
"Sort": 0,
"CreatedBy": 0,
"CreatedAt": "string",
"UpdatedAt": "string",
"CustomSteps": [
{
"Content": "string",
"Expected": "string"
}
],
"Attachments": [
{
"Id": 0,
"Name": "string",
"Url": "string",
"CreatedAt": "string"
}
]
}
},
"RequestId": "string"
}
}