Copy PageList Custom Endpoint Logsget https://example.com/web/custom-endpoint-logsLists custom endpoint log records, filtered on permissions of the current login user. The output is a paged set of records.Query ParamsScheduleIdinteger[Int32] (Optional) Filter parameter. Returns logs created by running the endpoint from a specified schedule.TaskIdinteger[Int32] (Optional) Filter parameter. Returns logs created by running the endpoint from a specified task.TaskLogIdinteger[Int32] (Optional) Filter parameter. Returns logs related to a specified task log.EndpointIdinteger[Int32] (Optional) Filter parameter. Returns logs related to a specified endpoint.PageSizeinteger[Int32] (Optional) Size of the page, i.e. maximum number of records to return. Use a negative number to read log from the end starting with the newest. (Default = -100)ReferencePageIdstring[String] (Optional) Page id from a previous request can be used to read logs relative that request.Filterstring[String] (Optional) A query filter e.g: filter=Id eq 12Response 200OKUpdated over 1 year ago IntroductionGet Custom Endpoint LogDid this page help you?YesNo