GET api/CheckReTestRepository/GetCheckReTestStep?professionalId={professionalId}
任务进度步骤
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
professionalId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
任务进度步骤
JsonRtnDtoOfDictionaryOfStringAndCheckReTestStepOutPutDto[]Name | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Dictionary of string [key] and Collection of CheckReTestStepOutPutDto [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": { "sample string 1": [ { "Id": 1, "TaskName": "sample string 2", "ExamTaskStepStatus": 0, "ExecutorName": "sample string 3", "EndTime": "2024-09-25T00:06:20.7351142+08:00", "IsGoing": false }, { "Id": 1, "TaskName": "sample string 2", "ExamTaskStepStatus": 0, "ExecutorName": "sample string 3", "EndTime": "2024-09-25T00:06:20.7351142+08:00", "IsGoing": false } ], "sample string 2": [ { "Id": 1, "TaskName": "sample string 2", "ExamTaskStepStatus": 0, "ExecutorName": "sample string 3", "EndTime": "2024-09-25T00:06:20.7351142+08:00", "IsGoing": false }, { "Id": 1, "TaskName": "sample string 2", "ExamTaskStepStatus": 0, "ExecutorName": "sample string 3", "EndTime": "2024-09-25T00:06:20.7351142+08:00", "IsGoing": false } ] } }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{"sample string 1":[{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false},{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false}],"sample string 2":[{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false},{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false}]}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfKeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEkuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEk> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value> <CheckReTestStepOutPutDto /> <CheckReTestStepOutPutDto /> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEk> <d2p1:KeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEk> <d2p1:Key>sample string 2</d2p1:Key> <d2p1:Value> <CheckReTestStepOutPutDto /> <CheckReTestStepOutPutDto /> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEk> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfKeyValueOfstringArrayOfCheckReTestStepOutPutDtovFLWeSEkuHEDJ7Dj>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"sample string 1":[{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false},{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false}],"sample string 2":[{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false},{"Id":1,"TaskName":"sample string 2","ExamTaskStepStatus":0,"ExecutorName":"sample string 3","EndTime":"2024-09-25T00:06:20.7351142+08:00","IsGoing":false}]}});