Api Change Log

What's New


  1. GET/{client_id}/executions/{run_id}/current_id Provide a valid RunID and if the RunID has changed, user will get the new/current RunID
  2. PATCH/{client_id}/folderobjects/{folder_path}/move Can be used to move a folder to the specified folder.
  3. POST/{client_id}/objects/{object_name}/duplicate Can be used to duplicate single object.
  4. GET/{client_id}/objects/{object_name}/links List all links for a given object.
  5. POST/{client_id}/objects/{object_name}/links Endpoint to create the links of an object.
  6. DELETE/{client_id}/objects/{object_name}/links Endpoint to delete the links of an object.
  7. PATCH/{client_id}/objects/{object_name}/move Can be used to move an object to the specified folder.
  8. GET/{client_id}/objects/{object_name}/new_name Returns the next available object name.
  9. GET/{client_id}/system/usergroups Lists all user groups that are defined in the system for the selected client.
  10. GET/{client_id}/system/users List all not deleted users.
  11. DELETE/{client_id}/folderobjects/{folder_path} Deletes a folder recursively.
  12. PATCH/{client_id}/folderobjects/{folder_path} Can be used to patch existing folder.
  13. DELETE/{client_id}/objects/{object_name} Can be used to delete a single object.
  14. PATCH/{client_id}/objects/{object_name} Can be used to update existing object.

What's Deleted


    What's Deprecated


      What's Changed


      1. GET/{client_id}/objects/{object_name}/timezone Returns the time zone used by an object definition or defaults if the object or time zone does not exist. If the queried object is a time zone already, it will be directly evaluated.
        • DELETE/{client_id}/system/clients/{client_id}
          • DELETE/{client_id}/repositories/merge
            • POST/{client_id}/folderobjects
              • Parameters

                • Add overwrite_locked_objects in query//Determines whether existing and locked objects should get overwritten by the import
            • POST/{client_id}/executions
              • Response

                • Changed response : [400]//Bad request - request data is invalid<br><br><span><b>45113</b>: Given string is not a valid object name</span><br><span><b>45114</b>: Given string is not a valid execution option</span><br><span><b>45115</b>: Object to be executed is not an executable one</span>
                  • Schema

                    Changed body: 'application/json'
                • Changed response : [401]//Unauthorized access - login data not valid.
                  • Schema

                    Changed body: 'application/json'
            • GET/{client_id}/executions
              • Parameters

                • run_id in query Notes One or more run_id's of executions. change into One or more run_id's of executions.
            • POST/{client_id}/objects Import or create an object
              • Parameters

                • Add overwrite_locked_objects in query//Determines whether existing objects which are locked should get overwritten by the import
              • Request

                • Schema incompatible

                  Changed body: 'application/json'
            • GET/{client_id}/objects/{object_name}
              • Response

                • Changed response : [200]//successful operation
                  • Schema incompatible

                    Changed body: 'application/json'