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": "f531a3de-599f-48f4-80fd-54ff82bd04ae",
  "article_status_id": "87dc6945-f30b-414d-acbf-9b335de909e5",
  "article_id": "d3b23a5b-3306-4a21-98e3-a3b3cb76dd79",
  "article_code": "sample string 4",
  "sales_organization_id": "4c486c89-8057-4234-9b26-5dfe3290736e",
  "modified_dateutc": "2025-06-28T01:15:09.221822+00:00"
}