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": "acffb0b0-9e80-414e-ac25-7dc353ac9d19",
  "article_status_id": "2410dea4-56b9-4e79-83e9-80a469934a47",
  "article_id": "351967ab-c32c-4268-8233-4c2cfbdf1597",
  "article_code": "sample string 4",
  "sales_organization_id": "9b06a84a-4191-40c4-93a3-60f6b5fd9a56",
  "modified_dateutc": "2026-04-18T03:50:30.347884+00:00"
}