Quering Data and Modifying Data in Integration

Certified Associate Developer

Can we use "Modifying Data" option for GET method .

What is the actual usecase for "Quering Data " and "Modifying Data" .

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    Hi ,

    Get is for querying data and POST or PUT is for adding or updating data in an external system.

    For example: Consider a employee management system (Appian internal system) and it is linked to a payroll system (external system).

    In this case if appian wants to get the payroll detail from the payroll system then we should use GET integration.

    If appian wants to create a payroll account or update anything in payroll system then we should use POST / PUT integration

Reply
  • +1
    Certified Senior Developer

    Hi ,

    Get is for querying data and POST or PUT is for adding or updating data in an external system.

    For example: Consider a employee management system (Appian internal system) and it is linked to a payroll system (external system).

    In this case if appian wants to get the payroll detail from the payroll system then we should use GET integration.

    If appian wants to create a payroll account or update anything in payroll system then we should use POST / PUT integration

Children