GET api/Hermes/ObtenerReporte?xPathId={xPathId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| xPathId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Reporte| Name | Description | Type | Additional information |
|---|---|---|---|
| Xpath | Collection of string |
None. |
|
| Titulo | Collection of string |
None. |
|
| Nombre | string |
None. |
|
| XPathId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| ResponseValue | string |
None. |
|
| ErrorException | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"Xpath": [
"sample string 1",
"sample string 2"
],
"Titulo": [
"sample string 1",
"sample string 2"
],
"Nombre": "sample string 1",
"XPathId": "bc94c1e3-c5cf-451a-8e94-9df428993c56",
"AccountId": "a09dba50-b5d3-4712-9841-14b9797215ca",
"ResponseValue": "sample string 4",
"ErrorException": {
"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
}
}