GET api/{Language}/Article/GetAll
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Language | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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:21.1234792+02:00", "DtModification": "2025-05-01T08:37:21.1234792+02:00", "DtPublication": "2025-05-01T08:37:21.1234792+02:00", "DtRelease": "2025-05-01T08:37:21.1234792+02:00", "Nom": "sample string 5", "Description": "sample string 6", "Content": "sample string 7", "Tags": [ "sample string 1", "sample string 2" ] }, { "ArticleId": 1, "DtCreation": "2025-05-01T08:37:21.1234792+02:00", "DtModification": "2025-05-01T08:37:21.1234792+02:00", "DtPublication": "2025-05-01T08:37:21.1234792+02:00", "DtRelease": "2025-05-01T08:37:21.1234792+02:00", "Nom": "sample string 5", "Description": "sample string 6", "Content": "sample string 7", "Tags": [ "sample string 1", "sample string 2" ] } ]