GET
/
articles
/
{articleReference}
/
movements
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/{articleReference}/movements \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityCode": "<string>",
    "stockUnitID": "<string>",
    "movementTimestamp": "2023-11-07T05:31:56Z",
    "articleReference": "<string>",
    "movedQuantity": 123,
    "movementDirection": "<string>",
    "movementCode": "<string>",
    "movementReason": "<string>",
    "gradeCode": "<string>",
    "dateProcessed": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Path Parameters

articleReference
string
required

Query Parameters

filter
string
sort
string

Response

200
text/plain

OK

The response is of type object[].