---
title: "Get Request Details"
method: GET
path: "/request/get"
---

# Get Request Details

`GET /request/get`

This API allows you to retrieve up to 50 records containing goodwill and change identifier requests.  It is the sub-set of request/logs API. 

You can filter requests by customer and request type such as change identifier, customer merge, mobile reallocation and good will requests. This API supports various filters to fetch requests.

## Query parameters

- `format` 'xml' | 'json'
- `start_date` string, date
- `end_date` string, date
- `mobile` string
- `email` string
- `external_id` string
- `id` integer
- `card_number` string
- `card_external_id` string
- `status` 'APPROVED' | 'PENDING' | 'REJECTED'
- `type` 'HANGE_IDENTIFIER' | 'GOODWILL' | 'TRANSACTION_UPDATE'
- `base_type` 'MOBILE' | 'EXTERNAL_ID' | 'EMAIL' | 'MERGE' | 'ADDRESS' | 'COUPONS' | 'POINTS'
- `start_id` integer
- `end_id` integer
- `limit` integer

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `requests` object
      - `count` string
      - `rows` string
      - `goodwill` object
        - `id` string
        - `type` string
        - `status` string
        - `base_type` string
        - `reason` string
        - `comments` string
        - `customer` object
          - `firstname` string
          - `lastname` string
          - `email` string
          - `mobile` string
          - `external_id` string
          - `fraud_status` string
        - `added_on` string
        - `added_by` object
          - `code` string
          - `name` string
        - `updated_by` object
      - `change_identifier` object[]
        - `id` string
        - `type` string
        - `status` string
        - `base_type` string
        - `new_value` string
        - `old_value` string
        - `customer` object
          - `firstname` string
          - `lastname` string
          - `email` string
          - `mobile` string
          - `external_id` string
          - `fraud_status` string
        - `added_on` string
        - `last_action_on` string
        - `added_by` object
          - `code` string
          - `name` string
        - `updated_by` object
          - `code` string
          - `name` string
      - `item_status` object
        - `success` string
        - `code` string
        - `message` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
