axFuelService

<back to all web services

GetAxReports

Requires Authentication
The following routes are available for this service:
GET/GetAxReports
GetAxReports Parameters:
NameParameterData TypeRequiredDescription
IdqueryGuid?No
FuelRepIdqueryint?No
GetAxReportsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<AxReports>No
AxReports Parameters:
NameParameterData TypeRequiredDescription
IdformGuid?No
NameformstringNo
DescriptionformstringNo
Layoutformbyte[]No
FuelRepIdformint?No
isDefformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /GetAxReports HTTP/1.1 
Host: axfuel.apex.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"Id":"00000000000000000000000000000000","Name":"String","Description":"String","Layout":"AA==","isDef":false,"FuelRepId":0}]}