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": "393abf2d-ce34-4250-85b6-624a4ce3611c",
  "article_status_id": "97997614-3579-4e45-b33e-b9e125933d03",
  "article_id": "66cf8cf0-a55d-4dca-991e-f67af924e520",
  "article_code": "sample string 4",
  "sales_organization_id": "9a7a9d9f-1113-41be-9493-997ad615c051",
  "modified_dateutc": "2026-06-02T03:44:08.0803297+00:00"
}