Closed diethard-at-alation closed 3 months ago
Other problems spotted:
Item
classes are used to return the payload. Item
classes should really only be used to post a given payload.Suggested solution:
Ad 1) Item
classes should only be used for sending payloads, they should not be used for the data that is being returned. If this is the case then it should be fixed to meet the standard of the SDK.
Ad 2) Values should be returned in the same way that Alation is returning them, so make sure that no list is used for single value custom fields.
For GET requests, values are not returned for multi-value pickers/custom fields.