API Types documentation

I’m working on using the REST API to integrate with our own internal dashboard and need to use the search API to return some logs. I’m not sure if i’m just missing something, but the API docs don’t seem to have any information on object structure below the root level.

For example in a POST /search, I know it needs an array of queries, but what should a query look like? Then in there, what should a timerange object look like? It seems there should be some documentation on extra types to make the API easily usable.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.