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": "91d4e3e1-0db5-46e9-b714-c2e2f36cbdf5",
  "article_status_id": "537db489-655d-4037-a14b-78ab893886d8",
  "article_id": "d2205e00-0df1-46a9-920b-c05fad5495ef",
  "article_code": "sample string 4",
  "sales_organization_id": "20a3befa-aa4b-40a5-adbc-fcb2abf319c5",
  "modified_dateutc": "2025-05-18T01:39:44.1322276+00:00"
}