/api/connector/Operation/projection
Request Code Samples
curl --location --request GET 'https://platform.shopranos.eu/api/connector/Operation/projection'
Responses
application/json {
"totalCount": 0,
"items": [
{
"operationId": "string",
"companyId": "string",
"channelId": "string",
"triggeredAt": "2019-08-24T14:15:22Z",
"triggeredBy": "string",
"state": "string",
"entity": "Quantities",
"operationType": "string",
"events": [
{
"type": "Connectivity",
"hasError": true,
"property1": null,
"property2": null
}
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"updatedBy": "string"
}
]
}
Modified at 2025-10-01 06:37:31