get https://api.apicbase.com/api/v2/inventory/outlets//create_events//
Returns a list of creation (production) events in an outlet.
Log in to see full request history
Response
Returns a list of creation (production) events in an outlet.
xxxxxxxxxx
curl --request GET \
--url https://api.apicbase.com/api/v2/inventory/outlets/outlet_id/create_events// \
--header 'accept: application/json'
xxxxxxxxxx
78}
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": "122363827022000",
"status": "Opened",
"created": "2023-06-07T09:18:06Z",
"finished": "2023-06-07T09:19:06Z",
"actual_date": null,
"remarks": "",
"created_by": {
"id": "236300957450001",
"username": "john.doe@apicbase.com",
"first_name": "John",
"last_name": "Doe",
"url": "https://apicbase.com/api/v2/accounts/users/236300957450001/"
},
"owned_by": {
"id": "236300957450001",
"username": "john.doe@apicbase.com",
"first_name": "John",
"last_name": "Doe",
"url": "https://apicbase.com/api/v2/accounts/users/236300957450001/"