Get rewards group by ID

This API allows you to retrieve details of a group using the group ID.

👍

Note

For detailed information about our APIs and for hands-on testing, refer documentation in API overview and step-by-step guide on making your first API call in Make your first API call .

Prerequisites

  • Authentication: Basic or OAuth authentication
  • Default access group

Resource information

URI/api_gateway/core/v1/group/{id}
HTTP methodGET
PaginationNo
Rate limitNA
Batch supportNA

API endpoint example

https://eucrm.cc.capillarytech.com//api_gateway/core/v1/group/14

Request path parameter

Parameter nameData TypeDescription
id*IntegerUnique identifier of the group.
https://eucrm.cc.capillarytech.com/api_gateway/rewards/core/v1/group/14

Response parameters

Parameter NameData TypeDescription
idIntegerUnique identifier of the group.
orgIdIntegerIdentifier for the org.
nameStringName of the group.
rankIntegerRank associated with the group.
isActiveBooleanIndicates if the entry is active.
createdByIntegerIdentifier of the user who created the group.
createdOnDateCreation date and time of the field in Epoch format
createdOnDateTimeStringCreation date and time of the field in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
lastUpdatedByIntegerIdentifier of the user who last updated the group.
lastUpdatedOnDateLast Updated date and time of the field in Epoch format.
lastUpdatedOnDateTimeStringLast Updated date and time of the field in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)
{
    "id": 2295,
    "orgId": 100737,
    "name": "groupName016",
    "rank": 8,
    "isActive": true,
    "createdBy": 75155282,
    "createdOn": 1741942980000,
    "createdOnDateTime": "2025-03-14T09:03:00Z",
    "lastUpdatedBy": 75155282,
    "lastUpdatedOn": 1741942980000,
    "lastUpdatedOnDateTime": "2025-03-14T09:03:00Z"
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!