lastUpdate* |
Datetime |
The lower boundary for which attachments are requested. It is advised to use a backInTime window, i.e. a minimum amount of minutes that should always be subtracted from the last stored synchronization timestamp to avoid missing attachments that were processed in another transaction while downloading data from OMD during the last synchronization. Normally, a backInTime window of a minute or two should suffice. |
limitDateTime* |
Datetime |
The upper boundary for which attachments are requested. |
excludeTaskType |
String |
Exclude task attachments of the given taskType . This parameter can be defined multiple times, to pass a list of task types. Usage of the parameters excludeTaskType and includeTaskType is mutually exclusive. |
includeTaskType |
String |
Include task attachments of the given taskType . This parameter can be defined multiple times, to pass a list of task types. Usage of the parameters excludeTaskType and includeTaskType is mutually exclusive. |
_output |
string |
The requested output format being xml or json . If omitted, xml is assumed. |
zipped |
Boolean |
Allows for smaller amount of traffic. In that case, the receiving client must be able to process the zipped stream, of which the first entry is called content. |
stylesheet |
String |
May contain the name of the XSL stylesheet applied to the output. The stylesheet gateway.xsl removes the namespaces from the XML elements, i.e. a Task Attachment element is named TaskAttachment instead of omd.domain.s4.TaskAttachment. Only applicable to XML output. |