Jobs
Was this helpful?
Was this helpful?
Your Emporix tenant's name.
Note: The tenant
should always be written in lowercase.
Site code, defined when a site is created.
Page number to be retrieved. The number of the first page is 1.
Note: If the pageNumber
parameter is passed, size of the pages must be specified in the pageSize
parameter.
1
Number of export files to be retrieved per page.
16
List of properties used to sort the results, separated by commas. Possible values:
ASC
DESC
DESC
Possible values: GET /sepa-export/{tenant}/jobs HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"jobId": "text",
"status": "text",
"siteCode": "text",
"fileId": "text",
"active": true,
"ordersExportedCount": 1,
"createdAt": "2025-06-21T11:05:38.675Z",
"completedAt": "2025-06-21T11:05:38.675Z"
}
]
Your Emporix tenant's name.
Note: The tenant
should always be written in lowercase.
POST /sepa-export/{tenant}/jobs HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"siteCode": "main"
}
{
"id": "text"
}