Information about a binder's children. Will contain either a list of children error information, but not both.
name | data type | description |
---|---|---|
binder_id | number | The ID of the parent binder. |
children | SearchResultList | The binder's children. A list of BinderBrief and FileProperties objects. Only applies if no occurred retrieving the children. |
error | ErrorInfo | An error that occurred retrieving the children. |
Example
{ "binder_id" : 12345, "children" : { "first" : 0, "count" : 12345, "total" : 12345, "next" : "...", "items" : [ { }, { } ] }, "error" : { "code" : "...", "message" : "...", "data" : { } } }