Report

List all reports available in MYOB EXO Business.

Date Released: July 17th 2015 Date Updated: July 17th 2015
URLSupports

{URI}/report

GET |  PUT |  POST

{URI} is exo.api.myob.com when connecting to the cloud or the address of the machine hosting the API when connecting on premise.

Calling the endpoint by itself returns a list of all reports that are available to the user in EXO Business, i.e. all reports that have been added to the Reports menu in the Dropdown Menu definition assigned to that user.

To return the parameters of a specific report, use the report parameters endpoint.

To run a report, use the report/run endpoint to generate the report, then the report/fetch endpoint to retrieve it.

The elements list below details information for Report. To view the descriptions for the elements you can either hover any attribute to reveal details or click here to show all details inline.

Attribute Details

    • caption string
    • Type: string
    • category string
    • Type: string
    • isseparator boolean
    • Type: boolean
    • rel string,null
    • Type: string,null
    • title string,null
    • Type: string,null
    • id string
    • Required on PUT
    • href string,null
    • Type: string,null

Example json GET response

  • {
    • 0
      • {
        • caption : Debtors Adjustments Listing
        • category : Debtors
        • isseparator : false
        • id : DRTAdjustList.CLR
        • href : {URI}https://exo-stage.api.myob.com/report/DRTAdjustList.CLR
      • }
    • 1
      • {
        • caption : Debtors Cheque Listing
        • category : Debtors
        • isseparator : false
        • id : DRTChequelist.CLR
        • href : {URI}https://exo-stage.api.myob.com/report/DRTChequelist.CLR
      • }
    • 2
      • {
        • caption : Debtors Control Account
        • category : Debtors
        • isseparator : false
        • id : DR_Control.CLR
        • href : {URI}https://exo-stage.api.myob.com/report/DR_Control.CLR
      • }
    • 3
      • {
        • caption : Debtors Transaction Listing
        • category : Debtors
        • isseparator : false
        • id : DRTTransList.CLR
        • href : {URI}https://exo-stage.api.myob.com/report/DRTTransList.CLR
      • }
    • 4
      • {
        • caption : Debtors Invoice Listing
        • category : Debtors
        • isseparator : false
        • id : DRTInvList.CLR
        • href : {URI}https://exo-stage.api.myob.com/report/DRTInvList.CLR
      • }
  • }

{URI} is defined as: http://exo.api.myob.com/