horizon_torn_getMyFactionRevives
Retrieve detailed revives for your faction, with options to filter by incoming/outgoing, time range, and sort order. Supports timestamp limits and tag stripping.
Instructions
Get your faction's detailed revives
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Timestamp that sets the upper limit for the data returned. Data returned will be up to and including this time | |
| key | No | API key (Limited).<br>It's not required to use this parameter when passing the API key via the Authorization header. | |
| from | No | Timestamp that sets the lower limit for the data returned. Data returned will be after this time | |
| sort | No | Sorted by the greatest timestamps | |
| limit | No | ||
| comment | No | Comment for your tool/service/bot/website to be visible in the logs. | |
| filters | No | It's possible to use this query parameter to only get incoming or outgoing attacks / revives. If not specified, this selection will return both incoming and outgoing attacks / revives. It's also possible to combine this with 'idFilter'. This filter allows using from/to to filter by ids instead of timestamps. | |
| striptags | No | Determines if fields include HTML or not ('Hospitalized by <a href=...>user</a>' vs 'Hospitalized by user'). | |
| timestamp | No | Timestamp to bypass cache or get the data in specific point in time |