← Tekst- og indholdsværktøjer

Hent råd efter ID

GET /advice/:id

Get a specific piece of advice by its ID.

Eksempelforespørgsler

Grundlæggende brug
curl https://nordapi.ee/api/v1/advice/42

Livesvar

{
  "data": {
    "advice": "Always double check you actually attached the file to the email.",
    "id": 42
  },
  "success": true
}