Atlassian · Example Payload

Atlassian Atlassiangetauditrecords Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetauditrecords Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianGetauditrecords",
  "method": "GET",
  "path": "/rest/api/3/auditing/record",
  "summary": "Atlassian Get Audit Records",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"limit\":1000,\"offset\":0,\"records\":[{\"associatedItems\":[{\"id\":\"jira-software-users\",\"name\":\"jira-software-users\",\"parentId\":\"1\",\"parentName\":\"Jira Internal Directory\",\"typeName\":\"GROUP\"}],\"authorAccountId\":\"5ab8f18d741e9c2c7e9d4538\",\"authorKey\":\"administrator\",\"category\":\"user management\",\"changedValues\":[{\"changedFrom\":\"user@atlassian.com\",\"changedTo\":\"newuser@atlassian.com\",\"fieldName\":\"email\"}],\"created\":\"2014-03-19T18:45:42.967+0000\",\"description\":\"Optional description\",\"eventSource\":\"Jira Connect Plugin\",\"id\":1,\"objectItem\":{\"id\":\"user\",\"name\":\"user\",\"parentId\":\"1\",\"parentName\":\"Jira Internal Directory\",\"typeName\":\"USER\"},\"remoteAddress\":\"192.168.1.1\",\"summary\":\"User created\"}],\"total\":1}"
    }
  ]
}