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": "1f57a084-5a54-4c51-93ed-95df2794972a",
  "article_status_id": "28a02bf6-e960-4686-8f4f-2a501a535f50",
  "article_id": "f15580b5-0b40-4a16-9cbf-88a12e431165",
  "article_code": "sample string 4",
  "sales_organization_id": "47e3c55d-4b9f-48d1-8783-94c19fb8ba35",
  "modified_dateutc": "2026-06-30T04:56:54.4391135+00:00"
}