customReport Object

Request

Property NameTypeRequiredDescription
idintegerRequired in Update Custom ReportUnique identifier for the report.
titlestringRequired

Report title.

" & < > # / = ! \ ' ) characters not permitted.

infostringOptional

Report description.

" & < > # / = ! \ ' ) characters not permitted.

categorystringRequiredThe report category code.
columnsarrayRequired

An array of objects representing the columns of the report.

Each object contains the following parameter:
name   string   Required   

For a list of applicable name values, refer to Report Categories and click the Supported columns link.

Response

Property NameTypeDescription
idintegerUnique identifier for the report.
titlestringReport title.
infostringReport description.
categorystringThe report category code.
columnsarrayAn array of objects representing the columns in the report.