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
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier. Possible values are 'id' and 'name'. Default value is 'id' | |
limit | string | Maximum number of items to provide in the result. Must be a positive integer value. | |
order | string | Sorting order of the result set | |
offset | string | Key which will be used in pagination |
RESPONSES
status: OK
{"requestId":"sit ea quis reprehenderit elit","took":0,"data":{"offset":"proident irure non anim cillum","logs":[{"owner":"irure in sint anim","createdDate":"1960-06-06T16:49:53.657Z","log":"enim esse"},{"owner":"officia voluptate","createdDate":"2009-03-10T18:12:00.984Z","log":"Duis eiusmod veniam tempor"}]}}