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": "1d1ca758-260a-4877-994a-1a0fc7d2b5ed",
  "article_status_id": "53062647-7d2d-411e-8622-77d9065cb37d",
  "article_id": "795752c6-a9f7-4dfa-b739-c818cd66c7ac",
  "article_code": "sample string 4",
  "sales_organization_id": "24e3ffe0-6cbb-4348-9aae-ae5e19aab3bc",
  "modified_dateutc": "2025-12-05T18:45:05.7982729+00:00"
}