---
title: "GET /userFavorites/getAllFavs"
method: GET
path: "/userFavorites/getAllFavs"
tags: ["UserFavorites"]
---

# GET /userFavorites/getAllFavs

`GET /userFavorites/getAllFavs`

Returns all UserFavorites

## Cookies

- `SessionIndex` string, required

## Response `200`

An array of UserFavorites for email id

- UserFavorites
  - `id` integer
  - `email` string
  - `product_code` string
  - `language` string
  - `version` string
  - `pubtitle` string
  - `content_url` string

## Other responses

- `204` — No Content
- `400` — Failure response
- `401` — Unauthorized

---

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