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": "20199774-ef4b-4122-9136-7fd84dd394e9",
  "article_status_id": "7baaf4d1-2a40-471b-af3c-59a57f7183f5",
  "article_id": "f01f09ab-0d32-4acc-960a-b39c2ae4402b",
  "article_code": "sample string 4",
  "sales_organization_id": "97a758e2-e4cc-45b3-915a-33a364e704a2",
  "modified_dateutc": "2026-01-13T14:08:41.3049168+00:00"
}