URL: | https://dev.swcombine.com/ws/v2.0/faction/{uid}/creditlog[/] |
Method: | GET |
Description: | Gets the representation of the specified faction's banking display |
Pattern Description: |
uid (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 (<= 1000) start_id (number): The transaction id of the oldest desired transaction (1 = oldest 1000, 0 (default) = newest 1000) |
Parameters: | N/A |
Requires Authentication: | Yes |
Permissions: |
faction_credits_read: See how many credits your faction owns |
Returns: |
200 OK: Returns the representation for the specified faction's banking display 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 faction does not exist or you do not have authorisation to access faction information |