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": "801b6efe-45ac-4be6-82e9-6b1c2e6e55d6",
  "article_status_id": "81b69918-d0ad-4601-878a-f71e7b00175a",
  "article_id": "9dbf0e1d-137b-4d77-8370-ad5f30d8816a",
  "article_code": "sample string 4",
  "sales_organization_id": "b0689384-013d-4269-8c84-6b166f893db8",
  "modified_dateutc": "2025-07-08T07:38:28.608446+00:00"
}