Lineitems::activities
Retrieve and check activities attached to a LineItem
GET /api/v1/line_items/:line_item_id/activities
Retrieve all the activities (filtered if requested) for a LineItem
Params
Param name | Description |
---|---|
types optional |
Array of types to retrieve (all if empty) Must be an array of any type |
PATCH /api/v1/line_items/:line_item_id/activities/check
Check one or multiple activities for the current user
Params
Param name | Description |
---|---|
activities optional |
Array of Ids of activities to check. If empty, all activities will be checked Must be an array of any type |