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": "f38a9e8b-534a-489b-a593-ef65c7d3436f",
  "article_status_id": "2d16da46-a63e-4dde-bc4b-0a7c87c2c7d2",
  "article_id": "7120fdf7-ac7c-42b6-b13d-6db13c397873",
  "article_code": "sample string 4",
  "sales_organization_id": "81f41f0f-95fd-4728-813e-a472d7de6bd4",
  "modified_dateutc": "2026-01-24T10:08:23.0220844+00:00"
}