GET api/{language}/Article/GetById/{articleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
articleId | integer |
Required |
|
language | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ArticleName | Description | Type | Additional information |
---|---|---|---|
ArticleId | integer |
None. |
|
DtCreation | date |
None. |
|
DtModification | date |
None. |
|
DtPublication | date |
None. |
|
DtRelease | date |
None. |
|
Nom | string |
None. |
|
Description | string |
None. |
|
Content | string |
None. |
|
Tags | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ArticleId": 1, "DtCreation": "2025-05-01T08:37:20.8420513+02:00", "DtModification": "2025-05-01T08:37:20.8420513+02:00", "DtPublication": "2025-05-01T08:37:20.8420513+02:00", "DtRelease": "2025-05-01T08:37:20.8420513+02:00", "Nom": "sample string 5", "Description": "sample string 6", "Content": "sample string 7", "Tags": [ "sample string 1", "sample string 2" ] }