---
title: "List Action"
method: POST
path: "/pws/pws_action_list/"
tags: ["Rules action"]
---

# List Action

`POST /pws/pws_action_list/`

This API is used to list the action that are applied to group or rule

## Request body

- ListActionModel — -- This web service allows to list different type of action
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `rule_id` integer, required — Id of rule in which we want to add decline action.Rule Id is returned when creating rule.
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request
  - `action_id` integer — <p>action Id ==Optional. Incase we need to get action list for the particular type of action, it will be mandatory.</p>
  - `type` string — <p>action Type .&nbsp; These are type of action :</p><ul><li class="docBullet">alert indicates Alert action</li><li class="docBullet">decline indicates Decline action</li><li class="docBullet">crdr indicates Credit Debit action</li><li class="docBullet">dynblk indicates Dynamic Block action</li></ul>

## Response `200`

Successful Response

- ListActionResponseModel
  - `header` ResponseHeader
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` ListActionResponseModelBody[]
    - `action_id` integer — action Id
    - `act_type` string — action Type
    - `action` string — action
    - `action_detail` string — account Details
    - `ap_status` integer — action Status

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
