# Models

## The Task object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"Task":{"type":"object","properties":{"Id":{"type":"string","description":"The unique identifier for the task."},"Reference":{"$ref":"#/components/schemas/TaskReference","description":"Identifies the partner by ID and custom values."},"Details":{"$ref":"#/components/schemas/TaskDetails","description":"Details about the task itself."},"Attachments":{"type":"array","description":"Details about each attachment.","items":{"$ref":"#/components/schemas/Attachment"}},"DueDate":{"type":"string","format":"date-time","description":"Date and time at which the task is due (ISO 8601)."},"AssigneeUser":{"$ref":"#/components/schemas/User","description":"The user of the partner account that the task is assigned to."},"AssigneeAccount":{"type":"string","description":"Name of the partner account that the task is assigned to."},"TotalActions":{"type":"integer","description":"Total number of actions that have been recorded for this task."},"Actions":{"type":"array","description":"Describes actions that have occurred on this task.","items":{"type":"object"}},"TotalComments":{"type":"integer","description":"Total number of comments that have been recorded for this task."},"Comments":{"type":"array","description":"Details about each comment on this task.","items":{"$ref":"#/components/schemas/Comment"}},"DateCreated":{"type":"string","format":"date-time","description":"The date and time the task was created."},"DateLastUpdated":{"type":"string","format":"date-time","description":"The date and time the task was last updated."},"CreatedBy":{"$ref":"#/components/schemas/User","description":"The user that created the task."},"LastUpdatedBy":{"$ref":"#/components/schemas/User","description":"The user that last updated the task."}}},"TaskReference":{"type":"object","properties":{"PartnerId":{"type":"integer","description":"Unique identifier of the partner this task is about."},"PartnerValue1":{"type":"string","description":"Custom partner tracking value 1."},"PartnerValue2":{"type":"string","description":"Custom partner tracking value 2."},"PartnerValue3":{"type":"string","description":"Custom partner tracking value 3."}}},"TaskDetails":{"type":"object","properties":{"Summary":{"type":"string","description":"Title of the task."},"Description":{"type":"string","description":"Detailed description of the task."},"Urgent":{"type":"boolean","description":"Whether the task is marked urgent."},"State":{"type":"string","description":"The current state of the task.","enum":["NEW","INPROGRESS","DUPLICATE","INVALID","BLOCKED","COMPLETED","APPROVED"]},"Type":{"type":"string","description":"The category of the task.","enum":["COMPLIANCE","TECHNICAL","GENERAL","CREATIVE","FINANCE","CONTRACTS","ANALYTICS","SEARCH_ENGINE_MONITORING"]},"SubtypeId":{"type":"integer","nullable":true,"description":"The unique identifier of the task subtype."},"SubtypeName":{"type":"string","nullable":true,"description":"The display name of the task subtype."},"ResolutionId":{"type":"string","nullable":true,"description":"The unique identifier of the task resolution."},"ResolutionName":{"type":"string","nullable":true,"description":"The display name of the task resolution."}}},"Attachment":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the attachment."},"Filename":{"type":"string","description":"Original filename of the attachment."},"Location":{"type":"string","format":"uri","description":"URL to download the attachment."}}},"User":{"type":"object","properties":{"Username":{"type":"string","description":"The user's username."},"EmailAddress":{"type":"string","format":"email","description":"The user's email address."}}},"Comment":{"type":"object","properties":{"Id":{"type":"integer","description":"Unique identifier for the comment."},"Comment":{"type":"string","description":"The comment text."},"Commenter":{"type":"string","description":"Name of the user who posted the comment."},"Attachments":{"type":"array","description":"Details about each attachment on the comment.","items":{"$ref":"#/components/schemas/Attachment"}}}}}}}
```

## The TaskReference object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"TaskReference":{"type":"object","properties":{"PartnerId":{"type":"integer","description":"Unique identifier of the partner this task is about."},"PartnerValue1":{"type":"string","description":"Custom partner tracking value 1."},"PartnerValue2":{"type":"string","description":"Custom partner tracking value 2."},"PartnerValue3":{"type":"string","description":"Custom partner tracking value 3."}}}}}}
```

## The TaskDetails object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"TaskDetails":{"type":"object","properties":{"Summary":{"type":"string","description":"Title of the task."},"Description":{"type":"string","description":"Detailed description of the task."},"Urgent":{"type":"boolean","description":"Whether the task is marked urgent."},"State":{"type":"string","description":"The current state of the task.","enum":["NEW","INPROGRESS","DUPLICATE","INVALID","BLOCKED","COMPLETED","APPROVED"]},"Type":{"type":"string","description":"The category of the task.","enum":["COMPLIANCE","TECHNICAL","GENERAL","CREATIVE","FINANCE","CONTRACTS","ANALYTICS","SEARCH_ENGINE_MONITORING"]},"SubtypeId":{"type":"integer","nullable":true,"description":"The unique identifier of the task subtype."},"SubtypeName":{"type":"string","nullable":true,"description":"The display name of the task subtype."},"ResolutionId":{"type":"string","nullable":true,"description":"The unique identifier of the task resolution."},"ResolutionName":{"type":"string","nullable":true,"description":"The display name of the task resolution."}}}}}}
```

## The Attachment object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"Attachment":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the attachment."},"Filename":{"type":"string","description":"Original filename of the attachment."},"Location":{"type":"string","format":"uri","description":"URL to download the attachment."}}}}}}
```

## The User object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"User":{"type":"object","properties":{"Username":{"type":"string","description":"The user's username."},"EmailAddress":{"type":"string","format":"email","description":"The user's email address."}}}}}}
```

## The Comment object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tasks","version":"v12"},"components":{"schemas":{"Comment":{"type":"object","properties":{"Id":{"type":"integer","description":"Unique identifier for the comment."},"Comment":{"type":"string","description":"The comment text."},"Commenter":{"type":"string","description":"Name of the user who posted the comment."},"Attachments":{"type":"array","description":"Details about each attachment on the comment.","items":{"$ref":"#/components/schemas/Attachment"}}}},"Attachment":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the attachment."},"Filename":{"type":"string","description":"Original filename of the attachment."},"Location":{"type":"string","format":"uri","description":"URL to download the attachment."}}}}}}
```


---

# 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://integrations.impact.com/brand-api-reference/brand-api-reference-v12/reference/tasks/models.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.
