# Fetch the activity summary by action ID

This API retrieves a summary of a member's activity, including points that have been debited or credited.

Endpoint: GET /users/{{memberId}}/activitysummary/{{actionId}}
Version: 3.0.0
Security: 

## Path parameters:

  - `memberId` (string, required)
    Enter the unique ID of the loyalty member.
    Example: "jacklee2023"

  - `actionId` (integer, required)
    Enter the unique action ID used during the debit or credit activity.
    Example: 109

## Response 200 fields (application/json):

  - `Data` (object)
    Displays the following parameters-

  - `Data.actionId` (integer)
    Displays the unique action ID used during the debit or credit activity.
    Example: 109

  - `Data.sumOfCredit` (integer)
    Displays the total number of points credited due to the action.
    Example: 20

  - `Data.sumOfDebit` (integer)
    Displays the total number of points debited due to the action.
    Example: 50


## Response 404 fields

## Response 405 fields
