Single query and multi-query
Multi-query endpoints have less chance to timeout because of execution time limits, and thus can be used for larger exports.
| Endpoint | XML | JSON | CSV | EXCEL |
|---|---|---|---|---|
|
{{domain}}/rest/2.0/outputModule/export/{{format}} |
SINGLE | SINGLE | SINGLE | SINGLE |
|
{{domain}}/rest/2.0/outputModule/export/{{format}}-file |
SINGLE | SINGLE | SINGLE | SINGLE |
|
{{domain}}/rest/2.0/outputModule/export/{{format}}-job |
SINGLE | SINGLE | MULTI | MULTI |