Valuekeep Developers - Web API Reference

Requests | Summary Value

Overview


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

All Operations

This service includes the following operations:

All Resources

This service uses the following resources:

GET Operations

GET Get Requests Open List Count

Custom operation 'GetRequestsOpenListCount'.

The following elements are required:

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

Response:

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

Resource URL:

GET /requests/summaryValues/getRequestsOpenListCount/{company}/{audience}

GET Get Requests Open List Data

Custom operation 'GetRequestsOpenListData'.

The following elements are required:

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

Response:

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

Response status codes:

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

Resource URL:

GET /requests/summaryValues/getRequestsOpenListData/{company}/{audience}

Resources


RequestsOpenListData

The following elements are required:

id (Guid) Id.
createdBy (string) Created By.

The following elements are optional:

creationDate (DateTime) Creation Date.
stateDesc (string) State Desc.
request (string) Request.
requestLink (string) Request Link.
requestDesc (string) Request Desc.
party (string) Party.
partyLink (string) Party Link.
partyName (string) Party Name.
requestType (string) Request Type.
assetIcon (string) Asset Icon.
assetDesc (string) Asset Desc.
priorityDesc (string) Priority Desc.
expectedDate (DateTime) Expected Date.
operation (string) Operation.
operationLink (string) Operation Link.
requestBy (string) Request By.