API: Quotation

Quotation list

JWT Authorisation

GET /api/v3/quotation

Request parameter:

No Request parameter

This list has no filtering options

Response data:

Metadata: object.

ParameterTypeDescription
countintNumber of all results marching criteria 
statusintResponse status (same as in http code)

Data:  object.data[array]

ParameterTypeDescription
idintQuotation ID 
headerstring|nullQuotation header in language DE
header_estring|nullQuotation header in language EN
header_istring|nullQuotation header in language IT
header_fstring|nullQuotation header in language FR
bodystring|nullQuotation content text in language DE
body_estring|nullQuotation content text in language EN
body_istring|nullQuotation content text in language IT
body_fstring|nullQuotation content text in language FR
footerstring|nullQuotation footer in language DE
footer_estring|nullQuotation footer in language EN
footer_istring|nullQuotation footer in language IT
footer_fstring|nullQuotation footer in language FR

Response (Error):

/wiki/spaces/BROK/pages/693181 #Authentication defaults 

Request
curl -X GET https://public.brokerstar.biz/api/v3/quotation --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE2NTg[...]cm5hbWUiOiJkZW1vLWRlIn0.VTVp[...]cqIg'


Response (Success)
200 OK  
{
    "count": "53",
    "data": [
        {
            "header_e": "Quote of the week",
            "header_f": "Citation de la semaine",
            "header_i": "Citazione della settimana",
            "body_e": "Transformation is necessary like the ...",
            "body_f": "La transformation est nécessaire comme le ..",
            "body_i": "La trasformazione è necessaria come il ....",
            "footer_e": "Vincent van Gogh",
            "footer_f": "Vincent van Gogh",
            "footer_i": "Vincent van Gogh",
            "id": 1,
            "header": "Zitat der Woche",
            "body": "Wandlung ist notwendig wie die Erneuerung ..",
            "footer": "Vincent van Gogh"
        }
    ],
    "status": 200
}

Or one of