The web service's JSON responses sometimes contain object attributes that aren't actually used by the client. For example, created_at and updated_at timestamps are included in many of the JSON responses, but the client doesn't use these.
The JSON responses should only include object attributes that the client needs to know about.
The web service's JSON responses sometimes contain object attributes that aren't actually used by the client. For example, created_at and updated_at timestamps are included in many of the JSON responses, but the client doesn't use these.
The JSON responses should only include object attributes that the client needs to know about.