You can notice that some entities have the type of view other than the object. These View Objects are used to return more information to the user with multiple foreign key fields. They represent the same entity.
These View Objects are used to return more information to the user with multiple foreign key fields. They represent the same entity.
Example :
POST/PUT/DELETE.GET.Always use a view to perform GET methods and use the Entity to perform POST,PUT,DELETE.
Note : Views may have other supporting methods, helps you to perform specific actions.
Views supports OData queries. Please visit the Wello API website on https://developers.wello.solutions to find more information about OData.