GET 17.0/database/reportmacros/{id}

Description

Retrieve Report Macros

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

ReportID

integer

None.

ReportType

byte

None.

SelectedReports

string

String length: inclusive between 0 and 255

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "reportID": 3,
  "reportType": 64,
  "selectedReports": "sample string 5"
}

application/xml, text/xml

Sample:
<ReportMacros xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <ReportID>3</ReportID>
  <ReportType>64</ReportType>
  <SelectedReports>sample string 5</SelectedReports>
</ReportMacros>