# Property Tasks

## Task Main Screen

![](/files/-MQW_f4P9JXvqtU8YhLJ)

Task - This is the type of update.&#x20;

* UpdateRestrictions which is a change of price or restrictions.&#x20;
* UpdateDate is the change of day and happens daily
* UpdateAvailability which is a change of availability

Received at - This is the UTC timestamp

Waiting Time - This is the time before the task was processed in milliseconds

Execution Time - This is the time the task took to process in milliseconds

is Success - Was the update a success of fail

View - Link to see details on each task

### View Task Details

Here you will see some technical details and also the Json request


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.channex.io/application-documentation/property-tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
