GET
/
users
/
{userid}
/
report
Returns the report for a specific user.
curl --request GET \
  --url https://api.smartermeasure.com/v3/users/{userid}/report \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Path Parameters

userid
number
required

User that should be returned.

Query Parameters

Type
string

The type of report to be returned.

Format
string
default:pdf

The format the report should be returned in.

Response

200

User report.