> For the complete documentation index, see [llms.txt](https://offerslook-api.gitbook.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/tasks.md).

# Tasks

***Task information resources，set timing tasks for offer to change offer's status.***

## Available methods <a href="#available-methods" id="available-methods"></a>

| Methods    | HTTP method | Endpoint                                                                                                                                 | Description                                   |
| ---------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| **Create** |             |                                                                                                                                          |                                               |
|            | POST        | [/v1/offers/{offer\_ids}/tasks](/api-documentation/networkapi/offers/sub-resources/tasks/create_a_new_task_for_offer.md)                 | Create new task for offers                    |
| **Update** |             |                                                                                                                                          |                                               |
|            | PUT         | [/v1/offers/{offer\_ids}/tasks](/api-documentation/networkapi/offers/sub-resources/tasks/update_the_settings_for_the_task.md)            | Update the settings for the task              |
| **Get**    |             |                                                                                                                                          |                                               |
|            | GET         | [/v1/offers/{offer\_id}/tasks](/api-documentation/networkapi/offers/sub-resources/tasks/get_information_about_a_specific_offers_task.md) | Get information about a specific offer’s task |
|            | GET         | [/v1/offers/tasks](/api-documentation/networkapi/offers/sub-resources/tasks/get_offers_tasks.md)                                         | Get offers tasks                              |
| **Delete** |             |                                                                                                                                          |                                               |
|            | DELETE      | [/v1/offers/{offer\_ids}/tasks](/api-documentation/networkapi/offers/sub-resources/tasks/delete_the_task_of_offer.md)                    | Delete the task of offer                      |
