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": "2d055f93-f62c-4fed-bcba-1c362f62f661",
  "article_status_id": "e203e029-a77b-4733-af6c-e47fa32a7418",
  "article_id": "3a9106e8-87d6-4ddd-b17f-ef5290cac214",
  "article_code": "sample string 4",
  "sales_organization_id": "0131d34e-f1cb-4220-9b51-3603e93de03a",
  "modified_dateutc": "2026-02-18T03:28:51.5993357+00:00"
}