GET api/ProdTask/Detail?strID={strID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CallResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Exception | Exception |
None. |
|
| Message | Message |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"message": 0
}