Activity Status

Return activity statuses.

Date Released:November 14th 2014 Date Updated: November 14th 2014
URLSupports
{URI}/activitystatus

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 elements list below details information for Activity Status. 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

    • description string,null
    • Type: string,null
    • rel string,null
    • Type: string,null
    • title string,null
    • Type: string,null
    • id integer
    • Required on PUT
    • href string,null
    • Type: string,null

Example json GET response

  • {
    • 0
      • {
        • description : Not Started
        • id : 100
        • href : {URI}https://exo-stage.api.myob.com/activitystatus/100
      • }
    • 1
      • {
        • description : In Progress
        • id : 200
        • href : {URI}https://exo-stage.api.myob.com/activitystatus/200
      • }
    • 2
      • {
        • description : Completed
        • id : 300
        • href : {URI}https://exo-stage.api.myob.com/activitystatus/300
      • }
    • 3
      • {
        • description : Waiting On Someone Else
        • id : 400
        • href : {URI}https://exo-stage.api.myob.com/activitystatus/400
      • }
    • 4
      • {
        • description : Deferred
        • id : 500
        • href : {URI}https://exo-stage.api.myob.com/activitystatus/500
      • }
  • }

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