HomeGuidesRecipesAPI
HomeGuidesAPILog In

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.

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

state, current state of the form.

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

Language
Authorization
Header