Classic APIs
ClassicGroupsApi
groupNameHistory

groupNameHistory

Gets name history of a group.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group.
limit?10 | 25 | 50 | 100The number of results to be returned.
sortOrder?SortOrderThe order that the results are sorted in.
cursor?stringThe 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