AlphaAlpha Docs
API ReferenceStock transactions

Get stock transactions by date range

Retrieves stock movement for a date range

GET
/stock-transactions/movement/{startDate}/{endDate}
AuthorizationBearer <token>

In: header

Path Parameters

startDate*string
endDate*string

Query Parameters

stockSiteId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/stock-transactions/movement/string/string"
{
  "incoming": 0.1,
  "outgoing": 0.1
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}