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": "92c1702c-b3df-4f9c-9228-5dad697df7df",
  "article_status_id": "b7ec05a9-729d-4a47-901e-d0d5369a067f",
  "article_id": "ab4381bd-81eb-49c0-a795-75283239044e",
  "article_code": "sample string 4",
  "sales_organization_id": "f4f95eac-9856-4cb1-8a1a-a84f730fd82d",
  "modified_dateutc": "2026-04-30T16:24:23.6893106+00:00"
}