POST/cpro/utilisateurs/v1/monCompte/recuperer/rattachements

My structures

Retrieve the list of structures associated with your account.

Multiple Authentication Required

ALL REQUIRED

This endpoint requires all of the following authentication methods:

Bearer Token

OAuth2 Bearer token

Custom Header

Chorus Pro account credentials

Required Header

cpro-account: base64(login:password)
How to authenticate

Include your Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

You can obtain your API token from your account dashboard.

How to authenticate

Include the custom header in your request:

cpro-account: base64(login:password)

Body Parameters

ParameterRequiredDescription
parametresRecherche.nbResultatsParPage
Type: number
OptionalNumber of results per page.
parametresRecherche.pageResultatDemandee
Type: number
OptionalPage number to retrieve.
parametresRecherche.triColonne
Type: string
OptionalColumn to sort by (e.g., IdStructure).
parametresRecherche.triSens
Type: string
OptionalSort direction (Ascendant, Descendant).

Example Request Body

{
  "parametresRecherche": {
    "nbResultatsParPage": 100,
    "pageResultatDemandee": 1,
    "triColonne": "IdStructure",
    "triSens": "Descendant"
  }
}

Responses

Loading...