Torngen.Client.Path.Faction.Crimes (TorngenElixirClient v2.0.2)

View Source

Get your faction's organized crimes.

Requires minimal access key with faction API access permissions. <br> It's possible to get older entries either by timestamp range (from, to) or with offset.<br> Crimes are ordered depending on the category chosen:

  • For categories 'all' & 'available', the ordering field is 'created_at'.
  • For categories 'successful', 'failed' & 'completed', the ordering field is 'executed_at'.
  • For categories 'recruiting' & 'expired', the ordering field is 'expired_at'.
  • For category 'planning', the ordering field is 'ready_at'.

Parmeters

  • cat: Category of organized crimes returned
  • filters: It's possible to set this parameter to specify a field used for the sort, from & to query parameters
  • offset: N/A
  • from: Timestamp that sets the lower limit for the data returned
  • to: Timestamp that sets the upper limit for the data returned
  • sort: Sorted by the greatest timestamps
  • timestamp: Timestamp to bypass cache
  • comment: Comment for your tool/service/bot/website to be visible in the logs.
  • key: API key (Minimal)

Response Module(s)

  • FactionCrimesResponse