Retrieves the article_status_list with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
article_status_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| article_id |
Article Id |
globally unique identifier | |
| article_status_id |
Article status Id |
globally unique identifier | |
| date_start_delivery |
Date start delivery |
date | |
| date_start |
Date start |
date | |
| date_end |
Date end |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "c133d6f2-b937-4aa1-8c01-5280a75548d9",
"article_id": "77f949d5-5cc2-4a85-b826-37b73cc412a9",
"article_status_id": "7f1ae04c-2147-4f6d-9242-205bc7f56f3b",
"date_start_delivery": "2026-01-12T00:17:37.6642112+00:00",
"date_start": "2026-01-12T00:17:37.695236+00:00",
"date_end": "2026-01-12T00:17:37.695236+00:00",
"modified_dateutc": "2026-01-12T00:17:37.7108626+00:00"
}
application/xml, text/xml
Sample:
<article_status_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>77f949d5-5cc2-4a85-b826-37b73cc412a9</article_id> <article_status_id>7f1ae04c-2147-4f6d-9242-205bc7f56f3b</article_status_id> <date_end>2026-01-12T00:17:37.695Z</date_end> <date_start>2026-01-12T00:17:37.695Z</date_start> <date_start_delivery>2026-01-12T00:17:37.664Z</date_start_delivery> <id>c133d6f2-b937-4aa1-8c01-5280a75548d9</id> <modified_dateutc>2026-01-12T00:17:37.710Z</modified_dateutc> </article_status_list>