Get report template line signs

GET /api-v1/list/report/line-signs

Returns a map {sign: translation}

Headers

Query parameters

  • type string

    type

    Values are BALANCE_SHEET, PL, CASH_FLOW, or RATIOS.

Responses

GET /api-v1/list/report/line-signs
curl \
 -X GET http://wyzio.app/api-v1/list/report/line-signs \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string"
}