GET api/Hermes/ObtenerReporte?xPathId={xPathId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
xPathId

string

Required

Body Parameters

None.

Response Information

Resource Description

Reporte
NameDescriptionTypeAdditional 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": "10ab39d2-f186-4968-b441-4417f4e42bfb",
  "AccountId": "e315eaa9-ecbd-47b7-bd99-183a5543c25d",
  "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
  }
}