---
title: "Approval objects"
canonical: "https://support.appfire.com/space/CDML/649663204/Approval%20objects"
format: markdown
---
> Macro (aura-html)


## Overview

Approval objects can be accessed via:

- the `approvals` key (list of Approval Objects which have been `approved`) on Confluence page and news (blog post) objects – see [Workflow Supplier](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649726882) for more information
- the `allapprovals` key (list of all content reviews, regardless of whether they are `approved` or `rejected`) on [State objects](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649957742)

## Supported keys

| Key | Content Types | Return Type | Description |
| --- | --- | --- | --- |
| `name` | Approval | [Text](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479035980) | Name of the content review as defined in the **[approval](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662337)**[ macro](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649662337) |
| `version` | Approval | [Text](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479035980) | Content (page or blog post) version associated with the content review |
| `user` | Approval | [User](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036252) | Most recent user who `approved` or `rejected` the content review |
| `users` | Approval | [List](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479035989) of [User](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036252) | All users who have `approved` or `rejected` the content review |
| `date` | Approval | [Date](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036151) | Date on which the content review was `approved` or `rejected` |
| `comment` | Approval | [Text](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479035980) | Most recent note added when the content review was `approved` or `rejected` |
| `assignee` | Approval | [User](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036252) | Most recent user to be assigned as a reviewer during the content review |
| `assignees` | Approval | [List](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479035989) of [User](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036252) | All reviewers assigned to the content review |
| `approved` | Approval | [Boolean](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036140) | Was the content review approved? |
| `rejected` | Approval | [Boolean](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036140) | Was the content review rejected? |

| [‹ Back to State objects](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649957742) |
| --- |
| [‹ Back to Workflow Supplier](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649726882) |