API introspection – List packages, resources and their interfaces
Found 2 resources
Resource class
Smartarchivo\Controller\CyclotronProduct\Api\V1\CyclotronProductsController of type
CollectionController
No access control
Skeleton class for controlling a collection of rows from the 'CyclotronProductModel' table.
Controller providing cyclotron product related collection actions like listing, filtering, searching and others.
| Name | Type | Size | Default | Description | Visible | Mutable | Nullable |
|---|---|---|---|---|---|---|---|
| Client | VARCHAR | 36 | not set | yes | no | no | |
| Facility | VARCHAR | 36 | not set | yes | no | no | |
| Name | VARCHAR | 128 | not set | yes | no | no | |
| State | ENUM | ACTIVE | Value set: ACTIVE, COMPLETELY_APPLIED, IN_WASTE_MANAGED | yes | no | no | |
| Manufacturer | VARCHAR | 128 | not set | yes | no | no | |
| BatchNumber | VARCHAR | 64 | not set | yes | no | no | |
| Isotope | ENUM | not set | Value set: NITROGEN_13_N, FLUORINE_18_F, COBALT_58_CO, YTTRIUM_90_Y, INDIUM_111_IN, IODINE_123_I, IODINE_131_I, CESIUM_137_CS, ERBIUM_169_ER, LUTETIUM_177_LU, RHENIUM_186_RE | yes | no | no | |
| Radiopharmaceutical | VARCHAR | 128 | not set | yes | no | no | |
| DeliveryDate | DATE | not set | yes | no | no | ||
| CalibrationDatetime | TIMESTAMP | not set | yes | no | no | ||
| ActivityUnit | ENUM | not set | Value set: KILO_BEQUEREL, MEGA_BEQUEREL, GIGA_BEQUEREL | yes | no | no | |
| NominalActivity | FLOAT | not set | yes | no | no | ||
| AcceptedBy | VARCHAR | 36 | not set | yes | no | no | |
| AcceptedByName | VIRTUAL | not set | yes | no | yes | ||
| CurrentActivity | VIRTUAL | not set | yes | no | yes | ||
| 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\CyclotronProduct\Api\V1\CyclotronProductsController
Resource: CyclotronProducts, Method: find
Loads a model collection or throws an exception
Endpoint
GET /cyclotron-product/api/v1/{clientUuid}/{facilityUuid}/cyclotron-products/
GET /cyclotron-product/api/v1/{clientUuid}/{facilityUuid}/cyclotron-products
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:33 +0000
Content-Length: 2158
Content-Type: application/json
{
"CyclotronProductModelCollection": [
{
"Client": "123e4567-e89b-12d3-a456-426655440000",
"Facility": "123e4567-e89b-12d3-a456-426655440000",
"Name": "Cyclotron product plus",
"State": "ACTIVE",
"Manufacturer": "ACME inc",
"BatchNumber": "123abc-3654987",
"Isotope": "NITROGEN_13_N",
"Radiopharmaceutical": "Radium 224 RA whatsoever",
"DeliveryDate": "2013-11-12",
"CalibrationDatetime": "2013-11-12 16:39:00",
"ActivityUnit": "KILO_BEQUEREL",
"NominalActivity": 3.1415926535898,
"AcceptedBy": "123e4567-e89b-12d3-a456-426655440000",
"AcceptedByName": null,
"CurrentActivity": null,
"CreatedAt": "2013-11-12 16:39:00",
"UpdatedAt": "2013-11-12 16:39:00",
"Uuid": "123e4567-e89b-12d3-a456-426655440000"
}
],
"CollectionConfiguration": {
"CollectionModelName": "CyclotronProductModelCollection",
"IsPaginated": true,
"MaxItemsPerPage": 100,
"CurrentPage": 1,
"FirstPage": 1,
"LastPage": 5,
"PreviousPage": 1,
"NextPage": 2,
"CurrentPageEndpoint": "Endpoint to get this page",
"FirstPageEndpoint": "Endpoint to get the first page",
"LastPageEndpoint": "Endpoint to get the last page",
"PreviousPageEndpoint": "Endpoint to get the previous page",
"NextPageEndpoint": "Endpoint to get the next page",
"FirstIndex": 0,
"LastIndex": 99,
"TotalCount": 469
},
"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
}
]
} Request header
Bearer JSON Web Token named Authorization
Acceptable Languages named Accept-Language // Optional Response data
FilteredCyclotronProductsControllerModel[] named CyclotronProductModelCollection Resource: CyclotronProducts, Method: page
Loads a paginated model collection or throws an exception
The number of items per page is defined in the class property $modelsPerPage
Endpoint
GET /cyclotron-product/api/v1/{clientUuid}/{facilityUuid}/cyclotron-products/page/{?page}/
GET /cyclotron-product/api/v1/{clientUuid}/{facilityUuid}/cyclotron-products/page/{?page}
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:33 +0000
Content-Length: 2158
Content-Type: application/json
{
"CyclotronProductModelCollection": [
{
"Client": "123e4567-e89b-12d3-a456-426655440000",
"Facility": "123e4567-e89b-12d3-a456-426655440000",
"Name": "Cyclotron product plus",
"State": "ACTIVE",
"Manufacturer": "ACME inc",
"BatchNumber": "123abc-3654987",
"Isotope": "NITROGEN_13_N",
"Radiopharmaceutical": "Radium 224 RA whatsoever",
"DeliveryDate": "2013-11-12",
"CalibrationDatetime": "2013-11-12 16:39:00",
"ActivityUnit": "KILO_BEQUEREL",
"NominalActivity": 3.1415926535898,
"AcceptedBy": "123e4567-e89b-12d3-a456-426655440000",
"AcceptedByName": null,
"CurrentActivity": null,
"CreatedAt": "2013-11-12 16:39:00",
"UpdatedAt": "2013-11-12 16:39:00",
"Uuid": "123e4567-e89b-12d3-a456-426655440000"
}
],
"CollectionConfiguration": {
"CollectionModelName": "CyclotronProductModelCollection",
"IsPaginated": true,
"MaxItemsPerPage": 100,
"CurrentPage": 1,
"FirstPage": 1,
"LastPage": 5,
"PreviousPage": 1,
"NextPage": 2,
"CurrentPageEndpoint": "Endpoint to get this page",
"FirstPageEndpoint": "Endpoint to get the first page",
"LastPageEndpoint": "Endpoint to get the last page",
"PreviousPageEndpoint": "Endpoint to get the previous page",
"NextPageEndpoint": "Endpoint to get the next page",
"FirstIndex": 0,
"LastIndex": 99,
"TotalCount": 469
},
"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
}
]
} Request header
Bearer JSON Web Token named Authorization
Acceptable Languages named Accept-Language // Optional Response data
FilteredCyclotronProductsControllerModel[] named CyclotronProductModelCollection