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": "9893f6ad-b15d-46ff-ba27-725b5b7cdfdc",
  "article_status_id": "b4b938ea-e57c-4ac7-ada8-9c9834b1dae8",
  "article_id": "497ee72f-26fa-42ca-b1c6-952f3d05ea1e",
  "article_code": "sample string 4",
  "sales_organization_id": "6eadccf5-ef0f-4b8e-84c2-2a0ca73baa31",
  "modified_dateutc": "2026-06-25T21:05:55.7265273+00:00"
}