Returning Logs

RETURNS LOGS

Returns logs.

POST /logs

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

Request Body

NameTypeDescription

type*

String

Type of Log

startDate*

String

Start Date

endDate*

String

End Date

attributes*

Array

Attributes

items*

String

Items

message*

String

Log Message

pageSize*

Number

Size of the Page

pageIndex*

Number

Index of page

sortDirection*

String

enum: [ASC, DESC]

{
    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