groupNameHistory
Gets name history of a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The id of the group. |
limit? | 10 | 25 | 50 | 100 | The number of results to be returned. |
sortOrder? | SortOrder | The order that the results are sorted in. |
cursor? | string | The paging cursor for the previous or next page. |
Example
const { data: nameHistory } = await ClassicGroupsApi.groupNameHistory({ groupId: 5850082 });
Example Data
[{ name: "Nameless Game Studio", created: 2022-01-06T00:01:47.193Z }]
Endpoint
GET /v1/groups/{groupId}/name-history