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": "8fa98af0-9d47-4859-aa12-e5d9af27cd87",
  "article_status_id": "e0636857-b387-4b7e-9a19-b5bc7eb99644",
  "article_id": "607a618f-02e1-47d4-a1ad-bba075c4c9a6",
  "article_code": "sample string 4",
  "sales_organization_id": "4003123d-53e9-4a31-9928-f2fde52a0939",
  "modified_dateutc": "2026-06-09T23:04:28.8909368+00:00"
}