Returning Logs

RETURNS LOGS

Returns logs.

POST /logs

Returns logs. For users with the Standard Registry role only.

Request Body

{
    application/json:
              schema:
                totalCount:
			 type: number
		logs:
			 type: object
			      properties:
					type:
					  type: string
					datetime:
					  type: string
					message:
					  type: string
					attributes:
					  type: array
					items:
				          type: string
}

Last updated