---
title: "Obtenir les commandes d'une organisation"
method: GET
path: "/organizations/{organizationSlug}/orders"
tags: ["Commandes"]
---

# Obtenir les commandes d'une organisation

`GET /organizations/{organizationSlug}/orders`

<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
- `formTypes` HelloAssoApiV5CommonModelsEnumsFormType[]
- `withDetails` boolean
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

Success

- HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelOrder — ResultsWithPaginationModel class
  - `data` HelloAssoApiV5CommonModelsStatisticsOrder[], nullable — Data property
    - `payer` HelloAssoApiV5CommonModelsStatisticsPayer
      - `email` string, nullable
      - `address` string, nullable — Gets or Sets Address
      - `city` string, nullable — Gets or Sets City
      - `zipCode` string, nullable — Gets or Sets ZipCode
      - `country` string, nullable — Gets or Sets Country
      - `company` string, nullable — Gets or Sets Company
      - `dateOfBirth` string, date-time, nullable — Gets or Sets date of birth
      - `firstName` string, nullable
      - `lastName` string, nullable
    - `items` HelloAssoApiV5CommonModelsStatisticsOrderItem[], nullable — All items of the order
      - `payments` HelloAssoApiV5CommonModelsStatisticsSharePayment[], nullable — Payments linked to this item and each share between the item and the payment
        - `id` integer — Id of the payment
        - `shareAmount` integer — Amount of the item payed on this payment term (in cents)
      - `name` string, nullable
      - `user` HelloAssoApiV5CommonModelsStatisticsUser
        - `firstName` string, nullable
        - `lastName` string, nullable
      - `priceCategory` 'Fixed' | 'Pwyw' | 'Free'
      - `minAmount` integer, nullable — Minimum amount that was specified on the tier (in cents)
      - `discount` HelloAssoApiV5CommonModelsStatisticsItemDiscount
        - `code` string, nullable — The discount code applied on the item
        - `amount` integer — The discount amount in cents
      - `customFields` HelloAssoApiV5CommonModelsStatisticsItemCustomField[], nullable — Custom fields related to this item
        - `id` integer
        - `name` string, nullable
        - `type` 'Date' | 'TextInput' | 'FreeText' | 'ChoiceList' | 'File' | 'YesNo' | 'Phone' | 'Zipcode' | 'Number'
        - `answer` string, nullable — Participant or user answer
      - `options` HelloAssoApiV5CommonModelsStatisticsItemOption[], nullable — Extra options taken with this item
        - `name` string, nullable — Name of the option
        - `amount` integer — Amount of the option in cents
        - `priceCategory` 'Fixed' | 'Pwyw' | 'Free'
        - `isRequired` boolean — Option is required or optional
        - `customFields` HelloAssoApiV5CommonModelsStatisticsItemCustomField[], nullable — Custom fields related to this option
          - `id` integer
          - `name` string, nullable
          - `type` 'Date' | 'TextInput' | 'FreeText' | 'ChoiceList' | 'File' | 'YesNo' | 'Phone' | 'Zipcode' | 'Number'
          - `answer` string, nullable — Participant or user answer
        - `optionId` integer
      - `ticketUrl` string, nullable — The Ticket Url
      - `qrCode` string, nullable — The item QrCode (for ticket scanning only)
      - `membershipCardUrl` string, nullable — The Membership Card Url
      - `dayOfLevy` integer, nullable — The day of levy for monthly donation only
      - `tierDescription` string, nullable — Tier description
      - `tierId` integer, nullable
      - `comment` string, nullable
      - `id` integer — ID of the Item
      - `amount` integer — Total item Price in cents (after discount without extra options)
      - `type` 'Donation' | 'Payment' | 'Registration' | 'Membership' | 'MonthlyDonation' | 'MonthlyPayment' | 'OfflineDonation' | 'Contribution' | 'Bonus' | 'Product'
      - `initialAmount` integer, nullable — The raw amount (without reduction)
      - `state` 'Waiting' | 'Processed' | 'Registered' | 'Deleted' | 'Unknown' | 'Canceled' | 'Refused' | 'Abandoned'
    - `payments` HelloAssoApiV5CommonModelsStatisticsOrderPayment[], nullable — All payments of the order
      - `items` HelloAssoApiV5CommonModelsStatisticsShareItem[], nullable — Items linked to this payment and each share between the item and the payment
        - `id` integer — Id of the order item
        - `shareAmount` integer — Amount of the payment assigned to the item and its options (in cents)
        - `shareItemAmount` integer — Amount of the item payed on this payment term (in cents)
        - `shareOptionsAmount` integer, nullable — Amount of all extra options linked to this item and payed on this payment (in cents)
      - `cashOutDate` string, date-time, nullable — The date of the cash out
      - `idCashOut` integer, nullable — The id of the cash out
      - `cashOutState` 'MoneyIn' | 'CantTransferReceiverFull' | 'Transfered' | 'Refunded' | 'Refunding' | 'WaitingForCashOutConfirmation' | 'CashedOut' | 'Unknown' | 'Contested' | 'TransferInProgress'
      - `paymentReceiptUrl` string, nullable — The Payment Receipt Url
      - `fiscalReceiptUrl` string, nullable — The Fiscal Receipt Url
      - `id` integer — The ID of the payment
      - `amount` integer — Total Amount of the payment (in cents)
      - `amountTip` integer, nullable — Tip Amount of the payment (in cents)
      - `date` string, date-time — Date of the payment
      - `paymentMeans` 'None' | 'Card' | 'Sepa' | 'Check' | 'Cash' | 'BankTransfer' | 'Other'
      - `installmentNumber` integer, nullable — Indicates the payment number (useful in the case of an order comprising payments with installments)
      - `state` 'Pending' | 'Authorized' | 'Refused' | 'Unknown' | 'Registered' | 'Error' | 'Refunded' | 'Refunding' | 'Waiting' | 'Canceled' | 'Contested' | 'WaitingBankValidation' | 'WaitingBankWithdraw' | 'Abandoned' | 'WaitingAuthentication' | 'AuthorizedPreprod' | 'Corrected' | 'Deleted' | 'Inconsistent' | 'NoDonation' | 'Init'
      - `type` 'Offline' | 'Credit' | 'Debit'
      - `meta` HelloAssoApiV5CommonModelsCommonMetaModel
        - `createdAt` string, date-time
        - `updatedAt` string, date-time
        - `authorEmail` string, nullable
        - `expiresAt` string, date-time, nullable
      - `paymentOffLineMean` 'None' | 'Card' | 'Sepa' | 'Check' | 'Cash' | 'BankTransfer' | 'Other'
      - `refundOperations` HelloAssoApiV5CommonModelsStatisticsRefundOperationLightModel[], nullable — The refund operations information for the specific payment.
        - `id` integer — The refund operation identifier.
        - `amount` integer — The amount for this refund.
        - `amountTip` integer — The amount tip for this refund.
        - `status` 'Unknown' | 'Init' | 'Processing' | 'Processed' | 'Error' | 'InternalError' | 'Refused' | 'Aborted' | 'Canceled'
        - `meta` HelloAssoApiV5CommonModelsCommonMetaModel
          - `createdAt` string, date-time
          - `updatedAt` string, date-time
          - `authorEmail` string, nullable
          - `expiresAt` string, date-time, nullable
    - `amount` HelloAssoApiV5CommonModelsStatisticsOrderAmountModel
      - `total` integer — Total amount in cents
      - `vat` integer — Vat amount in cents
      - `discount` integer — Discount amount in cents
    - `id` integer — The ID of the Order
    - `date` string, date-time — Order creation date
    - `formSlug` string, nullable — FormSlug (lowercase name of the form without special characters)
    - `formType` 'CrowdFunding' | 'Membership' | 'Event' | 'Donation' | 'PaymentForm' | 'Checkout' | 'Shop'
    - `organizationName` string, nullable — The organization name.
    - `organizationSlug` string, nullable — OrganizationSlug (lowercase name of the organization without special characters)
    - `organizationType` 'Association1901Rig' | 'Association1901Rup' | 'Association1901' | 'FondationRup' | 'FondDotation' | 'FondationSousEgide' | 'FondationScientifique' | 'FondationPartenariale' | 'FondationUniversitaire' | 'FondationHospitaliere' | 'Association1905' | 'Association1905Rup' | 'Entreprise' | 'Cooperative' | 'Etablissement' | 'Association1908' | 'Association1908Rig' | 'Association1908Rup' | 'AssociationMilitaire' | 'AssociationProprietaire' | 'Collectivités' | 'ComiteEntreprise' | 'CSE' | 'FabriqueEglise' | 'FondsPerenite' | 'GIE' | 'GIP' | 'MenseCuriale' | 'SCIC' | 'SCOP' | 'Autres' | 'EPA'
    - `organizationIsUnderColucheLaw` boolean — Whether or not the organization is subject to the coluche law
    - `checkoutIntentId` integer, nullable — Checkout intent Id if available
    - `meta` HelloAssoApiV5CommonModelsCommonMetaModel
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `authorEmail` string, nullable
      - `expiresAt` string, date-time, nullable
  - `pagination` HelloAssoApiV5CommonModelsCommonPaginationModel — Pagination model class
    - `pageSize` integer — Page size
    - `totalCount` integer — Total number of results available
    - `pageIndex` integer — Current page index
    - `totalPages` integer — Total number of pages of results with current page size
    - `continuationToken` string, nullable — Continuation Token to get next results

## 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)
