Mission
This endpoint allows you to search for a daily mission.
Endpoint
- URL:
/api/rw/daily/mission
- Method:
GET
- Response:
application/json
Query Parameters
Name | Type | Description |
---|---|---|
id | int | The ID of the daily mission. |
points | int [10, 20] | The number of points the daily mission is worth. |
offset | int | The amount of daily missions you want to skip. |
limit | int | The amount of daily missions to return. |
Last updated on