onenote api - Batch operations with access permissions on /classNotebooks and children endpoints -
i need perform complex batch operations permission entities, example, next business logic required application do:
1) split list of students onto set of random lists same size
2) create section group each group, means:
2.1) remove permissions not 'owner'
2.2) create permissions students in group
as can see, process might quiet complicated leaving performed on app-side, official docs nothing batch delete based on odata queries or that.
so question next: there way simplify kind of these algorithms using batch-update/delete/create operations of onenote api ?
thx in advance.
yes, there way batch operations onenote api via odata batching - supported in beta (for now) - of requests make can collapsed 1 request , executed in batch in server. should work scenario.
http://odata.github.io/odata.net/04-08-client-batch-operations/
essentially, need make multipart request our server each of requests in each part. you'll multipart each of responses.
Comments
Post a Comment