Retrieves all the article status list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

article_status_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
article_status_id

Foreign key of the article_status

globally unique identifier

Required

article_id

Foreign key of article

globally unique identifier

Optionally required : article_id, article_code or article must be provided

article_code

Embedded entity "article" using ERP PK when adding/updating

string

Optionally required : article_id, article_code or article must be provided

article

Embedded entity "article" when adding/updating

article

Optionally required : article_id, article_code or article must be provided

sales_organization_id

globally unique identifier

Required

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "e9e9bbc6-6352-4952-8cb3-eae287fef80a",
  "article_status_id": "1c762a0c-2195-4d37-8eec-09cee8e612c3",
  "article_id": "fa6d3820-1651-41eb-8b61-e8c9c7096807",
  "article_code": "sample string 4",
  "sales_organization_id": "0b7ba69e-9051-4a3f-9310-758f6533dddd",
  "modified_dateutc": "2026-07-28T08:13:59.5562884+00:00"
}