# Response attributes

Namespace `data`

| Parameter                                  | Type   | Value                                                                                                                                                                                                                           |
|--------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `id`                                       | String | The ID of the Catalog relation. String representation of a number.                                                                                                                                                              |
| `type`                                     | String | `catalog_relation`                                                                                                                                                                                                              |
| `attributes`                               | Object | Attributes object. Contains all the Catalog relation attributes. See below.                                                                                                                                                     |
| `attributes.attributes`                    | Array  | Array of attributes for this Catalog record. See below.                                                                                                                                                                         |
| `attributes.attributes.0.attribute`        | Object | The attribute these values belong to. See below.                                                                                                                                                                                |
| `attributes.attributes.0.attribute.id`     | String | The ID of the attribute.                                                                                                                                                                                                        |
| `attributes.attributes.0.attribute.name`   | String | Name of the attribute.                                                                                                                                                                                                          |
| `attributes.attributes.0.values`           | Array  | Array of values for this attribute. See below.                                                                                                                                                                                  |
| `attributes.attributes.0.values.0.type`    | String | The type of the value. Valid options: `String`, `User`, `Team`, `Policy`, `Schedule`, `SlackIntegration`, `LinearIntegration`, `JiraIntegration`, `MicrosoftTeamsWebhook`, `ZapierWebhook`, `NativeWebhook`, `PagerDutyWebhook` |
| `attributes.attributes.0.values.0.value`   | String | Value when type is `String`.                                                                                                                                                                                                    |
| `attributes.attributes.0.values.0.item_id` | String | ID of the referenced item when type is different than `String`.                                                                                                                                                                 |
| `attributes.attributes.0.values.0.name`    | String | Human readable name of the referenced item when type is different than `String` and the item has a name.                                                                                                                        |
| `attributes.attributes.0.values.0.email`   | String | Email of the referenced user when type is `User`.                                                                                                                                                                               |

