get https://api.sama.com/v2/projects//tasks/delivered.json
Gets all tasks that were delivered for project projectId
ordered by delivery date. See the delivery schema for how the task data is returned.
Optional from
timestamp to only return tasks since a given date (formatted using RFC3339 format).
Optional batch_id
parameter can specify a comma-separated list of hub batch ids to filter the results on.
Optional client_batch_id
parameter can specify a comma-separated list of client batch identifiers to filter the results on.
Optional task_id
parameter as a comma separated list of specific task ids to be returned.
Optional page_size
and page
parameters can be used to set a page size (max. 1000, default 1000) and number (starting from 1), respectively.