One-Step Actions Operations

Use One-Step™ Actions Operations to execute existing One-Step Actions. One-Step Actions Operations include eight API operations.

Get One-Step Actions by Folder

  • URL

    GET /api/V1/getonestepactions/association/{association}/scope/{scope}/scopeowner/{scopeowner}/folder/{folder}

  • Description:

    Retrieve a list of One-Step Actions by Association, Scope, and Scope Owner in a specific folder.

Get One-Step Actions by Scope Owner

  • URL

    GET /api/V1/getonestepactions/association/{association}/scope/{scope}/scopeowner/{scopeowner}

  • Description:

    Retrieve a list of One-Step Actions by Association, Scope, and Scope Owner.

Get One-Step Actions by Scope

  • URL

    GET /api/V1/getonestepactions/association/{association}/scope/{scope}

  • Description:

    Retrieve a list of One-Step Actions by Association and Scope.

Get One-Step Actions by Association

  • URL

    GET /api/V1/getonestepactions/association/{association}

  • Description:

    Retrieve a list of One-Step Actions by Association.

Get One-Step Actions by Default Association

  • URL

    GET /api/V1/getonestepactions

  • Description:

    Retrieve a list of One-Step Actions by the Default Association.

Run a One-Step Action for a Business Object Record

  • URL

    GET /api/V1/runonestepaction/standinkey/{standinkey}/busobid/{busobid}/busobrecid/{busobrecid}

  • Description:

    Run a One-Step Action for a Business Object record by providing the Business Object ID and Business Object Record ID.

Run a Stand Alone One-Step Action

  • URL

    GET /api/V1/runonestepaction/standinkey/{standinkey}

  • Description:

    Run a One-Step Action that does not run against a Business Object Record.

Run a One-Step Action Using a One-Step Action Request

  • URL

    POST /api/V1/runonestepaction

  • Description:

    Run a One-Step Action using a OneStepActionRequest. This request is used to start a One-Step Action run with additional information such as prompt values.