Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIST resource summary #889

Open
shayaniox opened this issue Jun 3, 2019 · 0 comments
Open

LIST resource summary #889

shayaniox opened this issue Jun 3, 2019 · 0 comments
Labels

Comments

@shayaniox
Copy link
Contributor

LIST /apiv1/issues/: id/phases/: id/resoucessummaries

As a Member, I can LIST resources by the summary of them.

Summaries contain some information about all of the items of the specific phase.

User story


Capabilities:

  • Sorting
  • Pagination
  • Filtering

Response:

[
  {
    "id": 2,
    "workflowId": 3,
    "title": "A title for the phase",
    "startDate": "2008-09-15T15:53:00",
    "endDate": "2008-10-15T15:53:00",
    "hoursWorked": 8,
    "estimatedHours": 20,
    "status": "to-do",
  }, ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant