My Products
Help
SitterIT
CONTRIBUTOR ***

Getting Attributes, createdDateTime missing

by SitterIT

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

 

SitterIT_0-1696851250090.png

 

1 REPLY 1
Yıldırım
VISMA

by Yıldırım

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.