English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/lqa/assessments/reports/recipients
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "type": "USER", "userUid": "<string>", "username": "<string>", "firstName": "<string>", "lastName": "<string>", "organizationName": "<string>", "email": "<string>" } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] } }
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Comma separated list of JobPart UIDs
1 - 2147483647
255
successful operation
Show child attributes
USER
ORGANIZATION
ASC
DESC
Was this page helpful?