Skip to main content
GET
/
articles
/
movements
Get all article movements
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/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"
  }
]

Read the changelog !

Please keep an eye on the changelog to stay up to date with the latest API changes.

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'

Query Parameters

afterId
integer<int64>
afterDate
string<date-time>
articleReference
string
filter
string
sort
string

Response

OK

id
integer<int64>
dateCreation
string<date-time>
dateLastUpdate
string<date-time> | null
activityCode
string | null

Code normalisé de l'évenement

Maximum string length: 3
stockUnitID
string | null

Identifiant de l'unité de stockage

Maximum string length: 3
movementTimestamp
string<date-time> | null

Date et heure à laquelle a été passé le mouvement

articleReference
string | null

Référence article

Maximum string length: 17
movedQuantity
integer<int32> | null

Quantité mouvementée

movementDirection
string | null

Sens du mouvement

Maximum string length: 1
movementCode
string | null

Code du mouvement

Maximum string length: 10
movementReason
string | null

Motif du mouvement

Maximum string length: 3
gradeCode
string | null
dateProcessed
string<date-time> | null