/api/connector/Operation/projection
Request Code Samples
curl --location --request GET 'https://platform.shopranos.eu/api/connector/Operation/projection?Page&PageSize&Filter&OrderBy'
Responses
{
"totalCount": 0,
"items": [
{
"operationId": "string",
"companyId": "string",
"channelId": "string",
"state": "string",
"sourceType": "SoftOne",
"jobName": "string",
"operationType": "string",
"events": [
{
"type": "Triggered",
"data": {
"property1": null,
"property2": null
}
}
]
}
]
}
Modified at 2026-03-16 11:47:11