GET /movements
Retrieves a List of movements having a full or partial match of the ID to the given argument.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
q |
string for which to search for movements by ID |
query
|
|
String
|
Result
List
<
RowMovement
>
of type:
application/xml
application/json
a list of RowMovement objects
Try It Out
Request