When getting attributes, https://integration.visma.net/API/controller/api/v1/attribute I expect to get model as described in swagger in return: { "attributeID": "string", "description": "string", "controlType": "Text", "internal": true, "entryMask": "string", "regExp": "string", "details": [ { "valueId": "string", "description": "string", "sortOrder": 0, "disabled": true, "errorInfo": "string", "metadata": { "totalCount": 0, "maxPageSize": 0 } } ], "createdDateTime": "2023-10-09T11:27:19.353Z", "lastModifiedDateTime": "2023-10-09T11:27:19.353Z", "errorInfo": "string", "metadata": { "totalCount": 0, "maxPageSize": 0 } } However that is not the case and both createdDateTime and lastModifiedDateTime is missing
... View more