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": "6b997e8f-cd36-4987-82f0-0f21b0e5c61d",
  "article_status_id": "007f38d0-3aa7-4399-b3f7-f9d9a9b842f6",
  "article_id": "8178d3d9-3e6d-4bbb-8aad-6d89503c33a3",
  "article_code": "sample string 4",
  "sales_organization_id": "67c5a1b7-1000-4968-b49a-adc8c1777c78",
  "modified_dateutc": "2026-04-24T11:56:39.1697395+00:00"
}