API introspection – List packages, resources and their interfaces
Found 6 resources
Resource class
Smartarchivo\Controller\WasteManagementReport\Api\V1\WasteManagementReportGeneratorController of type
EntityController
No access control
Skeleton class for controlling a row from the 'WasteManagementReportGeneratorModel' table.
Controller providing report generator related actions like deletion.
| Name | Type | Size | Default | Description | Visible | Mutable | Nullable |
|---|---|---|---|---|---|---|---|
| WasteManagementReport | VIRTUAL | not set | yes | no | yes | ||
| Generator | VARCHAR | 36 | not set | yes | no | no | |
| CreatedAt | TIMESTAMP | not set | yes | no | yes | ||
| UpdatedAt | TIMESTAMP | not set | yes | no | yes | ||
| Uuid | VARCHAR | 36 | not set | yes | no | no |
Interfaces
Found 2 interfaces in class Smartarchivo\Controller\WasteManagementReport\Api\V1\WasteManagementReportGeneratorController
Resource: WasteManagementReportGenerator, Method: load
Loads a model enitiy from the table defined by the model class name
Endpoint
GET /waste-management-report/api/v1/{clientUuid}/{facilityUuid}/waste-management-report-generator/{uuid}/
GET /waste-management-report/api/v1/{clientUuid}/{facilityUuid}/waste-management-report-generator/{uuid}
Host: /
Accept: application/json
Accept-Language: de-DE, de;q=0.9, en;q=0.8, fr;q=0.7, *;q=0.5
Authorization: Bearer aHgxbjlpMTh3b3doczAzbDo4ODEwNzY0NC00MzE3LTRjY2ItYWE4MC0wYmQzYjkxOGZiYjQ=
HTTP/1.1 200 Ok
Date: Tue, 24 Sep 2024 08:55:34 +0000
Content-Length: 861
Content-Type: application/json
{
"WasteManagementReportGeneratorModel": {
"WasteManagementReport": "123e4567-e89b-12d3-a456-426655440000",
"Generator": "123e4567-e89b-12d3-a456-426655440000",
"CreatedAt": "2013-11-12 16:39:00",
"UpdatedAt": "2013-11-12 16:39:00",
"Uuid": "123e4567-e89b-12d3-a456-426655440000"
},
"Notifications": [
{
"Type": "Propeller\\Lib\\ControllerNotification\\ControllerNotification",
"Message": "SOME_NOTIFICATION_MESSAGE",
"LocalizedMessage": "The localized notification message",
"Level": 1,
"LevelAsString": "notification",
"Details": [
"Localized detail message #1",
"Localized detail message #2",
"Localized detail message #3"
],
"Code": 17
}
]
} Response data
WasteManagementFilteredReportGeneratorControllerModel named WasteManagementReportGeneratorModel Resource: WasteManagementReportGenerator, Method: delete
Deletes the loaded model
Endpoint
DELETE /waste-management-report/api/v1/{clientUuid}/{facilityUuid}/waste-management-report-generator/{Uuid}/
DELETE /waste-management-report/api/v1/{clientUuid}/{facilityUuid}/waste-management-report-generator/{Uuid}
Host: /
Accept: application/json
Accept-Language: de-DE, de;q=0.9, en;q=0.8, fr;q=0.7, *;q=0.5
Authorization: Bearer aHgxbjlpMTh3b3doczAzbDo4ODEwNzY0NC00MzE3LTRjY2ItYWE4MC0wYmQzYjkxOGZiYjQ=
HTTP/1.1 200 Ok
Date: Tue, 24 Sep 2024 08:55:34 +0000
Content-Length: 861
Content-Type: application/json
{
"WasteManagementReportGeneratorModel": {
"WasteManagementReport": "123e4567-e89b-12d3-a456-426655440000",
"Generator": "123e4567-e89b-12d3-a456-426655440000",
"CreatedAt": "2013-11-12 16:39:00",
"UpdatedAt": "2013-11-12 16:39:00",
"Uuid": "123e4567-e89b-12d3-a456-426655440000"
},
"Notifications": [
{
"Type": "Propeller\\Lib\\ControllerNotification\\ControllerNotification",
"Message": "SOME_NOTIFICATION_MESSAGE",
"LocalizedMessage": "The localized notification message",
"Level": 1,
"LevelAsString": "notification",
"Details": [
"Localized detail message #1",
"Localized detail message #2",
"Localized detail message #3"
],
"Code": 17
}
]
} Response data
WasteManagementFilteredReportGeneratorControllerModel named WasteManagementReportGeneratorModel