Returns a paginated list of a user's submissions
List of submissions by a user.
Path Parameters
- username string required
Username
Query Parameters
- per_page integer
Number of items per page
- page integer
Specify the page number
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- items
- page integer
- page_count integer
- per_page integer
- total_count integer
{
"items": {},
"page": 0,
"page_count": 0,
"per_page": 0,
"total_count": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
GET /users/:username/submissions/
Authorization
type: apiKeyname: Authorizationin: header
Request
Request
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
curl -L -X GET 'https://api.saferwall.com/v1/users/:username/submissions/' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'