DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Async Read Custom Endpoint Log Result

api/web/custom-endpoint-logs/{LogId}/async-result.{format}

This endpoint is part of the asynchronous pattern. Its purpose is to retrieve results from asynchronous execution requests.
If the execution is still running, the request returns a '202 Accepted' response. Otherwise the request returns a '200 Success' and the results in the body.
More informations can be found in the response headers (Location, OmniFi-Result, OmniFi-Error)

Path Params
int32
required
≥ 1

The ID of the log to retrieve output for.

string
required
Query Params
string

Culture of formatted output data. (E.g. en-US or sv-SE)
Used to determine the data formatting of CSV output, affecting both the CSV separator and number and date formats.
(Defaults to server culture).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json