Get article details
You can use this endpoint to retrieve details of a specific article.
Request
GET /api/v1/articles/{id}
curl --request GET \
--url 'https://www.zep-online.de/zepinstanz/next/api/v1/articles/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'
Response
{
"data": {
"id": 1,
"article_number": "ART-001",
"name": "Consulting Services",
"unit": "Hour",
"unit_price": 120.00,
"currency": "EUR",
"description": "Professional consulting services",
"inactive": false,
"description_en": "Professional consulting services",
"description_fr": null,
"description_es": null,
"description_pl": null,
"created_at": "2024-01-15T10:30:00+01:00",
"updated_at": "2024-06-20T14:45:00+02:00"
}
}
Path parameters
- Name
id
- Type
- integer
- Description
The article ID