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

Optionally required : article_status_id 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": "365374b5-06dc-4adc-b260-ac5773dfce0b",
  "article_status_id": "02d12a2a-cce6-4acf-a4bb-ec612dd1a706",
  "article_id": "226ec3bb-aa66-4b92-9a34-1265bc9e3ab1",
  "article_code": "sample string 4",
  "sales_organization_id": "03d2267a-0f1d-4722-92ae-63b1fa954973",
  "modified_dateutc": "2026-03-13T22:05:37.2444845+00:00"
}