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": "ad622546-d81b-4271-ae57-75545a97ff2c",
  "article_status_id": "9c5d9a72-4cf1-48cd-913e-18a102751c87",
  "article_id": "d84aa39d-faa4-4253-8ae1-6a3c48d24d33",
  "article_code": "sample string 4",
  "sales_organization_id": "4443ec2f-6b59-45ec-b089-51085754fdd4",
  "modified_dateutc": "2026-02-14T06:24:50.8165278+00:00"
}