eclipse-tractusx / portal-backend

Portal Backend
Apache License 2.0
10 stars 22 forks source link

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

Open MaximilianHauer opened 4 days ago

MaximilianHauer commented 4 days ago

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

Additional Information