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": "2bb4b079-3a17-4b08-bc8d-8a874c14b7ac",
  "article_status_id": "980eb462-f2d5-4cc5-9e00-fc2fa2ae4a32",
  "article_id": "f2312a6f-a927-4665-bd48-19798954ee90",
  "article_code": "sample string 4",
  "sales_organization_id": "18442345-f77f-4149-aa8a-74f718b0c5c5",
  "modified_dateutc": "2026-08-07T06:20:04.7620592+00:00"
}