List Team Logs

GET {{baseUrl}}/v2/teams/:identifier/logs?identifierType=id&limit=<integer>&order=desc&offset=<string>

Return logs of a team given with identifier

Request Params

KeyDatatypeRequiredDescription
identifierTypestringType of the identifier. Possible values are 'id' and 'name'. Default value is 'id'
limitstringMaximum number of items to provide in the result. Must be a positive integer value.
orderstringSorting order of the result set
offsetstringKey which will be used in pagination

RESPONSES

status: OK

{&quot;requestId&quot;:&quot;sit ea quis reprehenderit elit&quot;,&quot;took&quot;:0,&quot;data&quot;:{&quot;offset&quot;:&quot;proident irure non anim cillum&quot;,&quot;logs&quot;:[{&quot;owner&quot;:&quot;irure in sint anim&quot;,&quot;createdDate&quot;:&quot;1960-06-06T16:49:53.657Z&quot;,&quot;log&quot;:&quot;enim esse&quot;},{&quot;owner&quot;:&quot;officia voluptate&quot;,&quot;createdDate&quot;:&quot;2009-03-10T18:12:00.984Z&quot;,&quot;log&quot;:&quot;Duis eiusmod veniam tempor&quot;}]}}