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": "e629dab7-2378-443d-9852-aed46d815b9b",
  "article_status_id": "378610f3-3d87-4472-a871-9916ea7a568e",
  "article_id": "9e0ae379-6bea-4a97-b80a-a977614bdf08",
  "article_code": "sample string 4",
  "sales_organization_id": "f7d4d46c-2c63-4dcb-ad80-52f3b7db3ca4",
  "modified_dateutc": "2025-08-12T12:34:56.4328502+00:00"
}