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": "73f48bb1-f673-4441-addc-b48fc2ef1acf",
  "article_status_id": "57398b34-6916-4713-a155-21f0a9b6dcc6",
  "article_id": "83acc266-fc3c-4b63-af75-49a3461424ec",
  "article_code": "sample string 4",
  "sales_organization_id": "e8d9c28b-b867-4309-8c3b-a1fc374318b5",
  "modified_dateutc": "2026-01-08T11:20:18.5509567+00:00"
}