---
title: "Get a list of Care Folders attached to a Seller"
method: GET
path: "/ws/sav"
tags: ["Care"]
---

# Get a list of Care Folders attached to a Seller

`GET /ws/sav`

## Rate Limiting

This endpoint is rate limited to 520 requests per minute and 4000 per day.
If you exceed this limit, you will receive a `429` status code.

## Query parameters

- `last_id` integer
- `state` 0 | 9
- `orderline` integer
- `last_modification_date` string
- `last_message_date` string
- `page` integer

## Response `200`

Retrieved

- GetCareFolderListResponse
  - `count` integer — Number of Care Folders on the current page
  - `next` string — URL to the next page
  - `previous` string — URL to the previous page
  - `results` CareFolder[] — List of Care Folders
    - `id` integer — ID of the Care Folder
    - `client` integer — ID of the customer related to the Care Folder
    - `merchant` integer — ID of the Seller related to the Care Folder
    - `orderline` integer — ID of the orderline
    - `date_creation` string, date-time — Date of the Care Folder's creation (ISO 8601 format)
    - `date_modification` string, date-time — Date of the Care Folder's last modification (ISO 8601 format)
    - `date_last_message` string, date-time — Date of the Care Folder's last posted message (ISO 8601 format)
    - `date_closed` string, date-time — Date of the Care Folder's closing (ISO 8601 format)
    - `state` integer — State of the Care Folder: * 0 - OPEN * 9 - CLOSED
    - `lines` integer[] — List of Claim IDs related to the Care Folder
    - `country_code` string — Country locale of the order, lowercase
    - `backcare` boolean — True if Seller is backcare

## Other responses

- `401` — Guest user not allowed
- `403` — Authenticated user not allowed

---

[API](https://skmtc.net/backmarket/apis/back-market-api-guidelines.md) · [All operations](https://skmtc.net/backmarket/apis/back-market-api-guidelines/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backmarket/back-market-api-guidelines/revisions/6a1303364143/schema)
