How to send multiple documents in a single WebAPI ?

We are sending a single document in web API earlier in the response body like

body: todocument(cons!EXE_EXE1)

Output:

body:

37432 - EXEGenerated.csv (Document)

Now I want to send three documents in the same body. I tried as mentioned in the Appian documentation for

todocument( value, … ).

However, now the output is just document Id's instead of original documents.

Body:

[Document:37432]; [Document:27428]

Have any tried this?

  Discussion posts and replies are publicly visible