I have SPList which contains Custom Type Column (inherited from Lookup). When I try to retrieve its items via REST API I'm getting an error:
/_vti_bin/client.svc/web/lists/getbyid(guid'list-id')/Items(item-id)The value for field 'column name' of type 'custom field type' cannot be serialized.
Does REST API not support Custom Types? Thank you.