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": "9102adf7-990b-42c8-ada1-5dd27227223f",
  "article_status_id": "7d0aa4ca-a458-4caa-938a-6d82cde23309",
  "article_id": "6caac5e0-ceee-48b3-83c2-69ae095c17e2",
  "article_code": "sample string 4",
  "sales_organization_id": "d2811e55-a61a-4330-b7bd-4c2da6d24a11",
  "modified_dateutc": "2026-06-26T09:53:41.9910362+00:00"
}