# SocialProfileView

Object

A saved Social Profile view for the current workspace. Use the returned `id` with `socialProfiles(presetId:)` to fetch this view's social profile contents.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `createdAt` | [`DateTimeWithZone!`](/api/v2/docs/types/date-time-with-zone) | When the view was created. |
| `customAttributeConditions` | [`JSON!`](/api/v2/docs/types/json) | Custom-attribute conditions narrowing the filter set. |
| `filters` | [`JSON!`](/api/v2/docs/types/json) | Opaque filter blob, stored and echoed back but not applied when reading the view: socialProfiles(presetId:) narrows only by this view's customAttributeConditions and sort. Use customAttributeConditions to filter which social profiles the view returns. |
| `group` | [`ViewGroup`](/api/v2/docs/types/view-group) | Group this view belongs to, or null when the view is ungrouped. Populated by `moveSocialProfileViewToGroup`. |
| `id` | `ID!` | Unique identifier of this saved view. Use the returned id with `socialProfiles(presetId:)` to fetch the view's social profiles. |
| `name` | `String!` | Display name of the view. |
| `showReportingStats` | `Boolean!` | Whether reporting stats are surfaced in the UI for this view. |
| `sort` | [`JSON!`](/api/v2/docs/types/json) | Sort directives applied when listing social profiles via this view. |
| `updatedAt` | [`DateTimeWithZone!`](/api/v2/docs/types/date-time-with-zone) | When the view was last updated. |
