box-ios-sdk
box-ios-sdk copied to clipboard
Deserialize Chunk Size in Box Responses
Is your feature request related to a problem? Please describe.
Getting enterprise events returns chunk size but is never deserialized
Describe the solution you'd like
The chunk size should be included in the deserialized response
@stevebingsoo Is there a reason you want chunk size as part of the response?
We're working through a project to iterate over share events searching for a share ID from the admin_logs/enterprise events.
I'm also finding the share ID might not be serialized...or I can't find it.
@mngrant @stevebingsoo You can currently get the raw json data and parse it yourself. We have a ticket to deserialize more of the fields in the Event item, but it may be a while before we get to it.
Internal Jira Ticket: SDK-1447