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": "73ea61a6-449f-470a-8719-1f598f9da7ea",
  "article_status_id": "fd5560fa-8a43-4216-98d5-da5b225a7d16",
  "article_id": "334f7ce8-1ce4-4c48-8a2d-04553a8d21de",
  "article_code": "sample string 4",
  "sales_organization_id": "b5cd2d40-9782-4328-973a-cf7105d7733e",
  "modified_dateutc": "2026-03-07T16:40:55.8470945+00:00"
}