POST api/Workflows/Actions/GetEmailAttachmentData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e992f648-f069-4f91-ad7f-e9033a011b0a",
  "7bde841d-4678-411b-ad9a-22c9c76e714f"
]

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>e992f648-f069-4f91-ad7f-e9033a011b0a</guid>
  <guid>7bde841d-4678-411b-ad9a-22c9c76e714f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e992f648-f069-4f91-ad7f-e9033a011b0a","7bde841d-4678-411b-ad9a-22c9c76e714f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.