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

API: Add new variables to /companyData/missing-sd-document` #1179

Open
1 task
MaximilianHauer opened this issue Nov 26, 2024 · 0 comments
Open
1 task

API: Add new variables to /companyData/missing-sd-document` #1179

MaximilianHauer opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MaximilianHauer
Copy link

MaximilianHauer commented Nov 26, 2024

Description

Enhance the backend API GET: /api/administration/companyData/missing-sd-document to provide following information.

{
  "meta": {
    "totalElements": 0,
    "totalPages": 0,
    "page": 0,
    "contentSize": 0
  },
  "content": [
    {
    "companyId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "bpn": "string",
    "name": "string",
    "shortName": "string",    
     "skippedDate","dateTime" <- table.ProcessStep -> column "date_last_changed" ->  StatusID = 3 & TypeID = 10
    }
  ]
}

Acceptance Criteria

  • AS a User WHEN i call the api i want to see all the information present in the description above

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: BACKLOG
Development

No branches or pull requests

2 participants