---
title: "Get All Views"
method: GET
path: "/api/v2/views"
tags: ["View"]
---

# Get All Views

`GET /api/v2/views`

This endpoint retrieves all views within the current organization. You must specify a start and end date  with a maximum range of 7 days.<h3>Required Scope</h3>`views:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date, required
- `filter[end_date]` string, date, required

## Response `200`

Success

- ListedView
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedViewData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedViewAttributes
      - `url` string, nullable
      - `content-type` string, nullable
      - `content-title` string, nullable
      - `view-count` integer
    - `relationships` ListedViewRelationshipsInner[]
      - `content` TodaysLearningRelationshipsInnerContent
        - `data` TodaysLearningRelationshipsInnerContentData
          - `id` string, nullable
          - `type` string, nullable
      - `provider` ListedViewRelationshipsInnerProvider
        - `data` ListedViewRelationshipsInnerProviderData
          - `id` string, nullable
          - `type` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
