box-ios-sdk icon indicating copy to clipboard operation
box-ios-sdk copied to clipboard

Deserialize Chunk Size in Box Responses

Open stevebingsoo opened this issue 5 years ago • 4 comments

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 avatar Jul 07 '20 12:07 stevebingsoo

@stevebingsoo Is there a reason you want chunk size as part of the response?

sujaygarlanka avatar Jul 07 '20 15:07 sujaygarlanka

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 avatar Jul 10 '20 14:07 mngrant

@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.

sujaygarlanka avatar Jul 17 '20 15:07 sujaygarlanka

Internal Jira Ticket: SDK-1447

sujaygarlanka avatar Jul 17 '20 15:07 sujaygarlanka