IEndpoints – GBG IDscan Documentation

IEndpoints

Endpoints used to retrieve data from the services.

NOTE: You should not need to alter any of these settings under normal circumstances. Please refer to the integration guide before making changes.

Signature:

export interface IEndpoints 

Properties

PropertyTypeDescription
cropstringThe endpoint used for getting image boundaries for the cropping functionality.
getCapturingMediastringThe endpoint used for getting capturing media
getJourneystringThe endpoint used for retrieving information about past journeys
getVersionstringThe endpoint used for getting the current API version from the services as well as getting the configuration parameters for the input provider to use.
journeyDefinitionsstringThe endpoint used for requesting the available journey definitions
loginstringThe endpoint used for authenticating with the services and obtaining an API token providing a username and password combination.
logoutstringThe endpoint used for terminating a session given the specified token.
postTokenstringThe endpoint used for posting token information to the services
socketstringThe endpoint used for negotiating a socket connection with the services
uploadstringThe endpoint used for uploading images to when using the more traditional providers.

IEndpoints.crop property

The endpoint used for getting image boundaries for the cropping functionality.

Signature:

readonly crop: string;

IEndpoints.getCapturingMedia property

The endpoint used for getting capturing media

Signature:

readonly getCapturingMedia: string;

IEndpoints.getJourney property

The endpoint used for retrieving information about past journeys

Signature:

readonly getJourney: string;

IEndpoints.getVersion property

The endpoint used for getting the current API version from the services as well as getting the configuration parameters for the input provider to use.

Signature:

readonly getVersion: string;

IEndpoints.journeyDefinitions property

The endpoint used for requesting the available journey definitions

Signature:

readonly journeyDefinitions: string;

IEndpoints.login property

The endpoint used for authenticating with the services and obtaining an API token providing a username and password combination.

Signature:

readonly login: string;

IEndpoints.logout property

The endpoint used for terminating a session given the specified token.

Signature:

readonly logout: string;

IEndpoints.postToken property

The endpoint used for posting token information to the services

Signature:

readonly postToken: string;

IEndpoints.socket property

The endpoint used for negotiating a socket connection with the services

Signature:

readonly socket: string;

IEndpoints.upload property

The endpoint used for uploading images to when using the more traditional providers.

Signature:

readonly upload: string;

Was this page helpful?