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": "b08aeb02-ec3b-43f0-92ac-33c948cf6f8c",
  "article_status_id": "0b74c841-a5c7-4325-82c3-ed2a65117cf9",
  "article_id": "e24c7ae3-11ef-44cf-9be1-b15c7eeab649",
  "article_code": "sample string 4",
  "sales_organization_id": "211184a4-115c-4d78-8073-f6464627e0d9",
  "modified_dateutc": "2026-09-15T13:03:38.2891851+00:00"
}