Aller au contenu

Types de postulation

Requête HTTP

GET /referentials/adverts/application-types

Réponse de la requête

200 - Succès

[
  {
    "id": 1,
    "label": "Label 1"
  },
  {
    "id": 2,
    "label": "Label 2"
  },
  {
    "id": 3,
    "label": "Label 3"
  }
]

401 - Erreur - Non autorisé

{
  "errors": {
    "global": [
      {
        "message": "Partner not found with given token"
      }
    ]
  }
}

500 - Erreur - référentiel

{
  "errors": {
    "global": [
      {
        "message": "Internal Server Error"
      }
    ]
  }
}