HomeGuidesAPI
HomeGuidesAPILog In
API
These docs are for v11.0. Click to read the latest docs for v33.

Get project results for reporting


/projectResults/{id}

This method supports retrieving project results.
By default, a call to this method will return a list of all workflow. To make sure responses are easier to handle, client can request for sets of paginated items by passing these query parameters:

$skip, skip this number of rows.

$top,return this number of rows.

startdate, inclusive start date time for the results.

finishdate, inclusive finish date time for the results.

state, current status of the form (0=Both Completed and In Progress, 1=Completed, 2=Workflow In Progress).

The response will include a @nextLink flag pointing to the next page of results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Project guid

Query Params
int32

Skip this number of rows

int32

Return this number of rows

date-time

Inclusive start date time for the results

date-time

Inclusive finish date time for the results

string
enum

Current status of the form (0=Both Completed and In Progress, 1=Completed, 2=Workflow In Progress)

Allowed:
string

Current state of the form

Responses

401

Invalid Authorization-Token

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json