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": "9eb8ed5e-43f0-472a-84df-33cb5797a368",
  "article_status_id": "95801544-9765-40ae-b4ed-da60b3e6460d",
  "article_id": "a960a5c5-585c-4a92-a001-50882e0c9803",
  "article_code": "sample string 4",
  "sales_organization_id": "166e0da3-cfe8-4aaf-8c13-b5e61661d4c1",
  "modified_dateutc": "2025-12-12T16:59:50.3071016+00:00"
}