Configuration
List templates
Retrieves the package templates available in the WebPortal, with their codes.
A template code can be supplied when creating a package; the package is then created with all of the information defined in the template.
GET
Error
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
Required range:
x >= 0Maximum number of records in the response
Required range:
x >= 1Select items created before given date
Example:
"2020-01-15"
Select items created after given date
Example:
"2020-01-14"
Select items that have given documentGroupCode
specify how the result is sorted, default is descending
Available options:
asc, desc Previous
Invite userInvites one or more users to the NSEV environment by email and,
optionally, adds them to user groups. A shared contact can be created from an
invited user via the creation options.
Inviting users is processed asynchronously: the response returns a `SessionId`
that can be used to look up the invitation session's details.
Next
Error