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": "1b550245-4c59-45fd-ac5e-5600b47bcf75",
  "article_status_id": "cd90c079-1e46-4e9b-85f3-11935f514cb4",
  "article_id": "49305d12-f138-4e54-9bc6-8d368917992e",
  "article_code": "sample string 4",
  "sales_organization_id": "32232194-927b-4d96-a999-01ec0fee7000",
  "modified_dateutc": "2026-05-22T23:57:22.5885071+00:00"
}