URL: | https://dev.swcombine.com/ws/v2.0/faction/{fuid}/members[/] |
Method: | GET |
Description: | Gets a list of the members of a faction |
Pattern Description: |
fuid (Mandatory): name or UID of faction |
Rate Limited: | Yes |
Query String: |
start_index (number): The first item to retrieve from the list, from 1 onwards item_count (number): The number of items to retrieve (<= 50) |
Parameters: | N/A |
Requires Authentication: | Yes |
Permissions: |
faction_members: See your faction's members list |
Returns: |
200 OK: Returns a collection of all ships |
URL: | https://dev.swcombine.com/ws/v2.0/faction/{fuid}/members[/] |
Method: | POST |
Description: | Updates an property value of the entity |
Pattern Description: |
fuid (Mandatory): name or UID of faction |
Rate Limited: | Yes |
Query String: | N/A |
Parameters: |
property (string): One-of: info1, info2, info3 uid (string): UID of character to change infofield new_value (string): new value of the property |
Requires Authentication: | Yes |
Permissions: |
faction_members: See your faction's members list |
Returns: |
200 OK: Result of the update 400 Bad Request: One or more of the provided parameters was invalid 401 Unauthorized: The client does not have the required permission to access this resource 404 Not Found: The specified character does not exist or you do not have authorisation to access this entity |