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": "36778ef0-b3bc-4907-a3a5-21246f7a31cb",
  "article_status_id": "e1f7b59b-5315-42b8-b565-d30b7eeac676",
  "article_id": "156710bd-d49f-4040-8981-5169d2f1f559",
  "article_code": "sample string 4",
  "sales_organization_id": "144117b8-6958-4e68-a364-9001e619efe1",
  "modified_dateutc": "2026-09-11T11:34:54.4257801+00:00"
}