-
-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
Implement endpoint GET /api/v2/global-tasks to get a paginated list of global tasks
- successful
GETshould return 200 - field
datashould be present - fields
datashould be [] when there are no elements - field
totalshould return 0 when there are no elements - field
totalshould return 1 when there is a customer - it should accept
page,per_pageparameters - it should accept
order_byandsort_dirparameters - it should return 400 when the field specified on
order_bydoes not exist -
fields last_page,current_pageandnext_pageshould be present in result - introduce a method at the business level
- use object
PaginationParameter - check returned object is uniform with other endpoints, use the correct schema object
- deprecate
GET /global/tasks/list - openapi: document endpoint
- openapi: deprecate
GET /global/tasks/list
Metadata
Metadata
Assignees
Labels
No labels