POST api/Workflows/Actions/GetEmailAttachmentData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2b66ce0c-b09d-404e-93ed-9d7e5252562f",
  "69fb7052-49d9-4a06-b4d8-2b69f954d12c"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>2b66ce0c-b09d-404e-93ed-9d7e5252562f</guid>
  <guid>69fb7052-49d9-4a06-b4d8-2b69f954d12c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["2b66ce0c-b09d-404e-93ed-9d7e5252562f","69fb7052-49d9-4a06-b4d8-2b69f954d12c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.