GET_submissions_count

/submissions/count

Gets a count of the total number of the user's submissions.

Endpoint URL: http://path/to/rest/submissions/count.format

Formats: xml, json

HTTP Methods: GET

Parameters: None

Response Codes: 200, 400, 500

Example:

GET http://path/to/rest/submissions/count.xml

<?xml version="1.0" encoding="utf-8"?>
<count>18</count>