JOC API

Version 2.9.0

Download RAML
JOC API
/joc/log/next
POST

Gets next chunk of the JOC log or the service log


Parameters in the POST body schema

Name Type Description Example Default
logToken required, string Token from the response of ../log API
key required, string Key of a log line from the response of ../log API
limit optional, integer Limits the number of resulting log lines, -1=unlimited
If the limit is undefined then the limit from ../log API is used
force optional, boolean If true then a next chunk is sent even 'dateTo' or 'numOfLines' are reached false