---
title: "List User Adjustable params for a card"
method: POST
path: "/pws/pws_list_card_rule_params"
tags: ["Decision Engine"]
---

# List User Adjustable params for a card

`POST /pws/pws_list_card_rule_params`

This web service allows to list User Adjustable params for a card.

## Request body

- PwsListCardRuleParamsModel — This web service allows to list custom rule parameters for a card.
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `card_token` integer, required — Public token for card
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `rule_id` integer, required — Rule id
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request

## Response `200`

Successful Response

- PwsListCardRuleParamsResponse
  - `header` ResponseHeader
    - `error_id` integer — Error Id
    - `error_desc` string — Error Message
  - `body` PwsCardRuleParamResponseBody
    - `params` PwsCardRuleParam[]
      - `isDefault` boolean, required — Indicates whether this is the default value from the rule definition (true) or a card-specific override (false)
      - `name` string, required — The name of the parameter defined in the rule predicate
      - `ruleId` integer, required — rule id to which this parameter belongs
      - `type` ParamType, required — Parameter type definition
        - `kind` 'SCALAR' | 'LIST', required — Whether the parameter is a single value (SCALAR) or a list (LIST)
        - `name` 'TEXT' | 'DECIMAL' | 'TIME_SPAN' | 'MONEY' | 'ENUM', required — The name of parameter type
        - `enumType` string — For ENUM types, specifies the enum class name
        - `timeSpanType` 'CARD_TXN_HISTORY' | 'MERCHANT_TXN_HISTORY' — The type of period. It can only be used with time span params.
      - `value` object, required — The parameter value. Can be any JSON value (string, number, object, or array).

## Other responses

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

---

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