Retrieve a list of log entries of a lean study site group.

GET {{baseUrl}}/LeanStudySiteGroups({{ID}})/logEntries?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=variable4,message desc&$select=siteGroupID,variable1

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;messageType&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable1&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable2&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable3&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable4&quot;:&quot;\u003cstring\u003e&quot;,&quot;entryOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;siteGroupID&quot;:&quot;\u003cuuid\u003e&quot;},{&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;messageType&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable1&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable2&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable3&quot;:&quot;\u003cstring\u003e&quot;,&quot;variable4&quot;:&quot;\u003cstring\u003e&quot;,&quot;entryOrder&quot;:&quot;\u003cinteger\u003e&quot;,&quot;siteGroupID&quot;:&quot;\u003cuuid\u003e&quot;}]}