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": "9cbc706e-9352-45e9-abef-345a3231ba9e",
  "article_status_id": "d7e263e0-0763-46b6-b84d-11a9dba50363",
  "article_id": "be0c6d8a-f8fc-46c0-bc28-c2665fb0744c",
  "article_code": "sample string 4",
  "sales_organization_id": "f2eae679-8276-4009-8028-b0cda5f31291",
  "modified_dateutc": "2026-06-12T20:12:31.6215454+00:00"
}