- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
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
Hello, we confirm that the following fields are not populated on GET - Attributes request.
"createdDateTime": "2023-10-10T12:39:06.194Z",
"lastModifiedDateTime": "2023-10-10T12:39:06.194Z"
We'll inform the team about this and keep the forum updated.
