---
title: "Obtenir une liste d'articles vendus par une organisation"
method: GET
path: "/organizations/{organizationSlug}/items"
tags: ["Commandes"]
---

# Obtenir une liste d'articles vendus par une organisation

`GET /organizations/{organizationSlug}/items`

<br/><br/><b>Votre token doit avoir l'un de ces rôles : </b><br/>OrganizationAdmin<br/><br/>Si vous êtes une <b>association</b>, vous pouvez obtenir ces rôles avec votre client.<br/>Si vous êtes un <b>partenaire</b>, vous pouvez obtenir ces rôles par le flux d'autorisation.<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessTransactions<br/><br/>

## Path parameters

- `organizationSlug` string, required

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `userSearchKey` string
- `pageIndex` integer
- `pageSize` integer
- `continuationToken` string
- `tierTypes` HelloAssoApiV5CommonModelsEnumsTierType[]
- `itemStates` HelloAssoApiV5CommonModelsEnumsItemState[]
- `tierName` string
- `withDetails` boolean
- `sortOrder` 'Asc' | 'Desc'
- `sortField` 'Date' | 'UpdateDate' | 'CreationDate'

## Response `200`

Success

## Other responses

- `401` — Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN`
- `403` — The JWT token hasn't the privileges or Roles for this action

---

[API](https://skmtc.net/helloasso/apis/api-authentication-access-token.md) · [All operations](https://skmtc.net/helloasso/apis/api-authentication-access-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helloasso/api-authentication-access-token/revisions/b8cd7d9ae24e/schema)
