Valuekeep Developers - Web API Reference

Integration | Summary Value

Overview


URL api/{tenantKey}/{orgKey}/integration/summaryValues
Methods Supported GET

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Get Integration Errors List Count

Custom operation 'GetIntegrationErrorsListCount'.

The following elements are required:

company (string) Company.
startDate (DateTime?) StartDate.
endDate (DateTime?) EndDate.

Response:

When successful, the response body contains an item of type 'number'.

Resource URL:

GET /integration/summaryValues/getIntegrationErrorsListCount/{company}

GET Get Integration Errors List Data

Custom operation 'GetIntegrationErrorsListData'.

The following elements are required:

company (string) Company.
startDate (DateTime?) StartDate.
endDate (DateTime?) EndDate.

Response:

When successful, the response body contains a list of resources of type 'IntegrationErrorsListData'. See IntegrationErrorsListData.

Response status codes:

200 OK. The operation was completed successfully.
400 BadRequest. The request parameters are invalid.

Resource URL:

GET /integration/summaryValues/getIntegrationErrorsListData/{company}

Resources


IntegrationErrorsListData

The following elements are required:

id (Guid) Id.
error (string) Error.

The following elements are optional:

pipeLine (string) Pipe Line.
audit (string) Audit.
auditLink (string) Audit Link.
sync (string) Sync.
startDate (DateTimeOffset) Start Date.
endDate (DateTimeOffset) End Date.
sourceEntity (string) Source Entity.
targetEntity (string) Target Entity.