Reports

This section covers the Reports server function.

The Reports function is used to securely request and generate reports from the ethos platform. A token is required for making authenticated requests to this API.

Usage

POST /api/reports/(creatorId)

Parameters

  • req: The request object
  • res: The response object

Request Object

  • CreatorID string($uuid)

  • AssetId string($uuid)

  • Skip integer($int32)

  • Take integer($int32)

Response Object

Code: 200 (OK)