GET Offres?pageIndex={pageIndex}&pageSize={pageSize}&ST_CODE={ST_CODE}&DATE_DEBUT={DATE_DEBUT}&DATE_FIN={DATE_FIN}&AGE={AGE}&ID_SUPPORT={ID_SUPPORT}&ID_PRESTA={ID_PRESTA}&MAXPRICE={MAXPRICE}&LABEL_ID={LABEL_ID}

Retourne la liste de toutes les offres filtrées selon les recherches spécifiées (tous les paramètres sont optionnels et les retours peuvent être paginés)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageIndex

Index de pagination, pour obtenir les records suivants. (Débute à 0)

integer

Default value is 0

pageSize

Taille de chaque page pour la pagination. Si non mentionné, = 30

integer

Default value is 30

ST_CODE

Structure d'appartenance des offres

string

None.

DATE_DEBUT

date

None.

DATE_FIN

date

None.

AGE

Age du participant

integer

None.

ID_SUPPORT

Support pratiqué (ref. méthode /Offres/Supports)

integer

None.

ID_PRESTA

Type de prestation (ref. méthode /Offres/Prestations)

string

None.

MAXPRICE

Prix Maximum

integer

None.

LABEL_ID

Trigramme du Label à filtrer

string

None.

Body Parameters

None.

Response Information

Resource Description

An Error

Collection of OFFRES
NameDescriptionTypeAdditional information
ID_OFFRE

integer

None.

ST_CODE

string

None.

LIBELLE

string

None.

ID_SUPPORT

integer

None.

PRESTA_ID

string

None.

Description

string

None.

PRICE

integer

None.

AVAILABILITY

integer

None.

LINK

string

None.

Picture_Link

string

None.

MIN_AGE

integer

None.

MAX_AGE

integer

None.

START_DATE

date

None.

END_DATE

date

None.

EXTERNAL_APP

string

None.

EXTERNAL_REF

string

None.

DATE_CREATION

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_OFFRE": 1,
    "ST_CODE": "sample string 2",
    "LIBELLE": "sample string 3",
    "ID_SUPPORT": 4,
    "PRESTA_ID": "sample string 5",
    "Description": "sample string 6",
    "PRICE": 7,
    "AVAILABILITY": 8,
    "LINK": "sample string 9",
    "Picture_Link": "sample string 10",
    "MIN_AGE": 11,
    "MAX_AGE": 12,
    "START_DATE": "2024-04-19T18:23:54.5186385+02:00",
    "END_DATE": "2024-04-19T18:23:54.5186385+02:00",
    "EXTERNAL_APP": "sample string 15",
    "EXTERNAL_REF": "sample string 16",
    "DATE_CREATION": "2024-04-19T18:23:54.5186385+02:00"
  },
  {
    "ID_OFFRE": 1,
    "ST_CODE": "sample string 2",
    "LIBELLE": "sample string 3",
    "ID_SUPPORT": 4,
    "PRESTA_ID": "sample string 5",
    "Description": "sample string 6",
    "PRICE": 7,
    "AVAILABILITY": 8,
    "LINK": "sample string 9",
    "Picture_Link": "sample string 10",
    "MIN_AGE": 11,
    "MAX_AGE": 12,
    "START_DATE": "2024-04-19T18:23:54.5186385+02:00",
    "END_DATE": "2024-04-19T18:23:54.5186385+02:00",
    "EXTERNAL_APP": "sample string 15",
    "EXTERNAL_REF": "sample string 16",
    "DATE_CREATION": "2024-04-19T18:23:54.5186385+02:00"
  }
]