Skip to content
Download OpenAPI description
Languages
Servers
Mock server

https://docs.zimark.link/_mock/api/

https://api.zimark-staging.link/

https://api.zimark.link/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Security
X-AUTH-KEY
Query
createDateAfterinteger(int64)
createDateBeforeinteger(int64)
auditTypeArray of strings
Items Enum"AGENT""SCANNER""LOCATION""USER""TRACK""CONNECTOR""CONFIGURATION""WAREHOUSE_MAP""ZONE""ALERT"
severityArray of strings
Items Enum"ERROR""WARNING""INFO"
eventNameArray of strings
Items Enum"AGENT_CREATE""AGENT_ACTIVATE""AGENT_RESET""AGENT_DELETED""AGENT_REPLACE""AGENT_LOCATION_MAPPING_ADDED""AGENT_LOCATION_MAPPING_REMOVED""AGENT_RULES_APPLIED""AGENT_RULES_APPLY_ERROR""AGENT_OFFLINE"
authorArray of strings
userArray of strings
localManagerArray of strings
locationArray of strings
agentArray of strings
manifestArray of strings
gateArray of strings
pageNumberinteger(int32)

Page number (1-based)

pageSizeinteger(int32)<= 100

Page size

sort.sortBystring

Sorting field

sort.directionstring

Sorting direction

Enum"ASC""DESC"
curl -i -X GET \
  'https://docs.zimark.link/_mock/api/integration/rest/api/v1/audit-log?createDateAfter=0&createDateBefore=0&auditType=AGENT&severity=ERROR&eventName=AGENT_CREATE&author=string&user=string&localManager=string&location=string&agent=string&manifest=string&gate=string&pageNumber=0&pageSize=100&sort.sortBy=string&sort.direction=ASC' \
  -H 'X-AUTH-KEY: YOUR_API_KEY_HERE'

Responses

Ok

Body*/*
contentArray of objects(AuditLogRecordV1Dto)
pageRequestobject(PageRequest)
totalElementsinteger(int32)
Operations
Operations