Aller au contenu

Durées

Requête HTTP

GET /referentials/adverts/durations

Réponse de la requête

200 - Succès

{
  "1": [ // Advert Type ID
    {
      "id": 1,
      "label": "Label 1"
    },
    {
      "id": 2,
      "label": "Label 2"
    }
  ],
  "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"
      }
    ]
  }
}