Skip to content

Conversation

@Niceygy
Copy link

@Niceygy Niceygy commented Sep 8, 2025

Fields that need clarification:

  1. userTags - array of integers
  2. squadronCarrier.capacity.microresourceCapacityReserved - Integer
  3. squadronCarrier.finance.numOptionalServices - Integer
  4. members.expires_ts - Unix timestamp
  5. members.presence - Boolean

1. `factionName` - Name of aligned faction
1. `factionHomeSystemId` - Numerical system Id of faction's home system
1. `factionHomeSystemName` - Name of faction's home system
1. `userTags` - UNCLEAR (NEED INPUT)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to decipher the userTags either. Maybe the numbers correspond to selections when creating the squadron badge?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What, like "Exploration" or "Combat"? Possibly! We will probably need to do some digging to get a translation between the numbers and their "display names"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have assumed that they are the 'combat' / 'trade' / ect tags, and we can update them later if not

1. `rank_id` - Numerical Rank ID
1. `requestletter` - Hex encoded message sent with join request
1. `credit_contributions` - Credits deposited in squad bank
1. `presence` - UNCLEAR (NEED INPUT)
Copy link
Member

@Tkael Tkael Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have presence as false for all squadron members.
Hypothesis: Perhaps it becomes true when a squadron member is sharing the same instance as you?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly, although given this is a cApi endpoint I assume it would not be real time? Only one way to find out I suppose

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely shouldn't count on it being real-time. I'm just making a guess here. :-D

Copy link
Member

@Tkael Tkael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a few minor comments but overall this looks great. Thank you!

@Niceygy
Copy link
Author

Niceygy commented Sep 13, 2025

@Tkael updated to reflect your input (thanks!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants