Fetch the surveys filled in by the current user
Fetch the surveys filled in by the current user. The name param is optional, if it's missing, all the surveys created by the user will be returned.
Path parameters
-
user_id
string Required User id
Query parameters
-
name
string
GET
/users/{user_id}/surveys
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/surveys
Response examples (200)
[
{
"name": "string",
"data": {}
}
]
Response examples (200)
[
{
"name": "string",
"data": {}
}
]