Skip to main content
GET
/
api
/
v1
/
group-saved-views
Get Group Saved Views
curl --request GET \
  --url https://api.athenahq.ai/api/v1/group-saved-views \
  --header 'x-api-key: <api-key>'
{
  "group_saved_views": [
    {
      "id": "<string>",
      "name": "<string>",
      "icon": "<string>",
      "website_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user_id": "<string>",
      "filters": {},
      "created_at": "2023-11-07T05:31:56Z",
      "created_by": {
        "id": "<string>",
        "email": "jsmith@example.com",
        "first_name": "<string>",
        "last_name": "<string>",
        "display_name": "<string>"
      },
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.athenahq.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Query Parameters

group_id
string<uuid>
required

ID of the group to retrieve saved views for. Authorization runs against this group's org.

Response

Successful response with list of group saved views

group_saved_views
object[]
required