Copy Event Details

You can copy the Log and Exception events details in Text or JSON format.

To copy the event details:
  1. Click .
    The Copy as Text and Copy as JSON option appears.

  2. Select an option to copy the details.
  3. The format of both the Text and JSON are given below:
    Sample Text Format:
    Group	Testing
    Application ID	AUTOTEST
    Application Name	Library Acceptance Testing
    Component ID	APITestClientId
    Component Name	API Test
    Log	9ebcf16b-c7ca-4ae1-81b5-d6c319ebaf3d
    Timestamp	04-Jun-2021, 1:11:40 AM
    Type	Others
    Description	Test Event Controller is called.
    Message Headers	
    Message Payload	
    Message Reference	
    Message Type	
    Message Protocol	
    Log Keys	
    Transaction ID	15f7db80-97c6-402b-9ea7-e329d3f56e78
    Message ID	
    Correlation ID	
    Event ID	
    Client ID	APIClientId
    Study ID	APIStudyId
    Reference ID	APIReferenceId
    User ID
    
    Sample JSON Format:
    {
    	"data": {
    		"version": null,
    		"application": {
    			"id": "AUTOTEST",
    			"name": "Library Acceptance Testing",
    			"productGroup": "Testing",
    			"component": {
    				"id": "APITestClientId",
    				"name": "API Test",
    			}
    		},
    		"audit": {
    			"id": "9ebcf16b-c7ca-4ae1-81b5-d6c319ebaf3d",
    			"timestamp": "2021-06-03T19:41:40.2541532Z",
    			"type": "Others",
    			"entry": "Test Event Controller is called.",
    			"message": {
    				"headers": null,
    				"payload": null,
    				"reference": null,
    				"type": null,
    				"protocol": null
    			},
    			"keys": []
    		},
    		"context": {
    			"transactionId": "15f7db80-97c6-402b-9ea7-e329d3f56e78",
    			"messageId": null,
    			"correlationId": null,
    			"eventId": null,
    			"customerId": "APIClientId",
    			"studyId": "APIStudyId",
    			"referenceId": "APIReferenceId",
    			"userId": null
    		}
    	}
    }