Report Parameters

Return parameters for a report in MYOB EXO Business.

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

{URI}/report/{reportname}

GET |  PUT |  POST

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.

The endpoint returns an entry for each of the report's parameters.

The elements list below details information for Report Parameters. 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
    • controltype string
    • Type: string
    • enabledbydefault boolean
    • Type: boolean
    • defaultvalues string
    • Type: string
    • enum object
    • Type: object
    • enumtitles object
    • orderbyfields string
    • Type: string
    • 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 : Account :
        • controltype : DebtorSearch
        • enablebydefault : true
        • id : AccountName
        • href
      • }
    • 1
      • {
        • caption : Order Contacts By:
        • controltype : OrderBy
        • enablebydefault : true
        • defaultvalues
          • {
            • 0 : Contact_Seqno
          • }
        • orderbyfields
          • {
            • 0 : Contact_Seqno
            • 1 : FirstName
            • 2 : LastName
            • 3 : Title
          • }
        • id : OrderContactsBy
        • href
      • }
    • 2
      • {
        • caption : Order Accounts By:
        • controltype : OrderBy
        • enablebydefault : true
        • defaultvalues
          • {
            • 0 : Accno
          • }
        • orderbyfields
          • {
            • 0 : Accno
            • 1 : Name
          • }
        • id : OrderAccsBy
        • href
      • }
  • }

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