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": "7f6bbc39-3ad0-4442-a64b-a733ae21c3a7",
  "article_status_id": "88d776e5-4ab8-497a-a9ed-e0edad6460e5",
  "article_id": "28252e1e-4843-4424-9f12-33ecf23b8b9c",
  "article_code": "sample string 4",
  "sales_organization_id": "162e68dd-cb7f-49cf-801b-c165081dd157",
  "modified_dateutc": "2026-06-25T21:38:46.8031607+00:00"
}