i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > services > IRequestInformation

    services.IRequestInformation interface

    A set of information from an incoming HTTP request.

    Signature:

    interface IRequestInformation 
    

    Introduced: API version 1.2

    Properties

    Property Type Description
    user { readonly principal: string; readonly displayName: string; readonly securityPermissions: readonly ISecurityPermission[]; readonly groups: readonly string[]; readonly commandAccessPermissions: readonly string[]; } Gets information about the user who made the request.

    Methods

    Method Description
    header(name) Gets the value of a header in the request.
    In this article
    Back to top © N. Harris Computer Corporation