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": "6bcb8e82-548b-4687-b36c-88c806e4a2de",
  "article_status_id": "c5c46f10-069f-4562-86ca-d8c5f2b2c7d1",
  "article_id": "c3f664bd-9f3c-4a2e-bc3e-24f7d60627b1",
  "article_code": "sample string 4",
  "sales_organization_id": "d9ae47c4-092e-4314-833f-eddc932d9e20",
  "modified_dateutc": "2026-08-18T10:37:40.5842928+00:00"
}