API Call: Get Updated Rank #8

Open
opened 2024-02-11 03:54:12 +00:00 by solao · 0 comments
Owner

/api/v1/lodestone/rank/check/<freeCompanyId>/discord/<discordGuildId>/<discordUserId>/<currentRank>
or
/api/v1/lodestone/rank/check/<freeCompanyId>/website/<hostname>/<websiteId>/<currentRank>

Example

/api/v1/lodestone/rank/check/9231394073691143535/discord/618857558740041738/178543347424690176/Council
or
/api/v1/lodestone/rank/check/9231394073691143535/discord/ffxivhelix.com/8/Council

Would reply as.

{
  "RankUpdated": true,
  "Rank": "Council"
}

If the rank changed, RankUpdated will be true. The rank that the user should be updated to (or current rank if unchanged) will be passed in Rank.

```/api/v1/lodestone/rank/check/<freeCompanyId>/discord/<discordGuildId>/<discordUserId>/<currentRank>``` or ```/api/v1/lodestone/rank/check/<freeCompanyId>/website/<hostname>/<websiteId>/<currentRank>``` Example ```/api/v1/lodestone/rank/check/9231394073691143535/discord/618857558740041738/178543347424690176/Council``` or ```/api/v1/lodestone/rank/check/9231394073691143535/discord/ffxivhelix.com/8/Council``` Would reply as. ```json { "RankUpdated": true, "Rank": "Council" } ``` If the rank changed, `RankUpdated` will be `true`. The rank that the user should be updated to (or current rank if unchanged) will be passed in `Rank`.
Sign in to join this conversation.
No Label
Doing
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FFXIV/FFXIV_Lodestone_Handler#8
No description provided.