---
title: "View Linked Account Groups"
method: POST
path: "/pws/pws_get_acc_groups/"
tags: ["Group"]
---

# View Linked Account Groups

`POST /pws/pws_get_acc_groups/`

This web service is used to view account/groups that are linked for the given client

## Request body

- PwsGetAccGroupModel
  - `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
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request
  - `group_id` integer — group Id .If acc_id is provided ,group_id is optional.
  - `acc_id` integer — account Id. If group_id is provided, acc_id is optional

## Response `200`

Successful Response

- GetGroupListResponse
  - `header` GetGroupListHeader
    - `error_id` integer — error id
    - `error_desc` string — error message
  - `body` GetGroupListBody
    - `group_id` integer — group Id
    - `group_name` string — group Name
    - `group_desc` string — group Description
    - `cre_dt` string, date-time — Created Date
    - `cre_by` integer — created by user/client_id
    - `updated_by` integer — updated by user/client_id
    - `status` integer — Status
    - `status_date` string, date-time — group Status update date
    - `replace_id` integer — Replace id
    - `ap_status` integer
    - `client_id` integer — Client_id
    - `client_name` string — client Name

## 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)
