Retrieves the article status list with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "0e681696-8b1d-472c-984f-ed4a6519e3cd",
  "article_status_id": "c2e7c1da-236f-4ad5-a11c-cc06d84820ad",
  "article_id": "cbc72469-4bb3-46c3-b8fd-2edbfb0d59f3",
  "article_code": "sample string 4",
  "sales_organization_id": "d1503eec-c541-44d8-b1d7-590be0d85f3d",
  "modified_dateutc": "2025-07-14T20:17:44.8471656+00:00"
}