-
Notifications
You must be signed in to change notification settings - Fork 7
Description
With the addition of fuzzy searching in the API, we should be able to remove dependence on the billetbank.
https://api.7cav.us/#/Users%2C%20Milpacs%2C%20Position/MilpacService_SearchByPosition
Input:
"S6"
Response:
{
"profiles": {
"17": {
"user": {
"userId": "38",
"username": "Grgich.A"
},
"rank": {
"rankShort": "1LT",
"rankFull": "First Lieutenant",
"rankImageUrl": "https://7cav.us/data/roster_ranks/0/10.jpg?1741379571",
"rankId": "10"
},
"realName": "Alexander Grgich",
"uniformUrl": "https://7cav.us/data/roster_uniforms/0/17.jpg",
"roster": "ROSTER_TYPE_COMBAT",
"primary": {
"positionTitle": "Platoon Leader 3/C/1-7",
"positionId": "317"
},
"secondaries": [
{
"positionTitle": "S6 Game Staff IT",
"positionId": "59"
}
],
"joinDate": "2011-03-19",
"promotionDate": "2025-02-02",
"awardDate": "2025-05-10 13:27:36",
"recordDate": "2025-05-31 11:59:41",
"lastForumPostDate": "2025-05-31 00:58:46",
"mos": "51A"
}, [...] }