Open saarivirtajCGI opened 4 years ago
Were you able to invoke chained functions? I'm trying to work with Sharepoint data model too and I'm facing the same issue with a call to _api/Lists/getbytitle('list title')/fields/getbytitle('field internal name')?$select=SspId,TermSetId
.
Is this kind of syntax supported? I couldn't really figure out how to write this out in code.
The URL I'm looking for:
The REST call works just fine, but I have no idea how to turn this into code that produces the same call.
The GetFileByServerRelativeUrl and MoveTo are FunctionImports:
Is this kind of chaining of functions/actions supported?