List packages
Retrieves all packages that currently exist in NSEV, together with their current status. Results are always sorted on creation date.
Use the Detailed query parameter to choose the response shape: when true
(the default), each item carries the full package representation (identical to
Get package by ID); when false, each item is a simplified summary.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The page to retrieve
x >= 0Maximum number of records in the response
x >= 1Select items created before given date
"2020-01-15"
Select items created after given date
"2020-01-14"
Select items that have a specific status. In addition to the live statuses, the
value Archived is accepted to filter for archived items.
Select items that have given documentGroupCode
Select items that have given initiator email address
"john.doe@example.org"
Select items that have given package name
Select items that have given external reference
Optional package batch identifier to filter packages by. A globally unique identifier
"00000000-0000-0000-0000-000000000000"
specify how the result is sorted, default is descending
asc, desc Specifies whether to return a detailed (true) or a simplified (false) list of packages.
Response
OK
- Detailed packages
- Simplified packages
A page of packages in their full representation, returned when the
detailed query parameter is true (the default).