get https://localhost/producev16_Last/api/v1/client/answerfiles
/answerfiles
This method supports retrieving a list of user's saved Answer Files. The Answer Files retrieved by this method have been saved by the end user from the Finish Page, after completing a form in Produce.
By default, a call to this method will return a list of all user's saved Answer Files. 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.
By doing this the response will include a @nextLink
flag pointing to the next page of results.