API: Quotation
GET /api/v3/quotation
Request parameter:
No Request parameter
This list has no filtering options
Response data:
Metadata: object.
Parameter | Type | Description |
---|---|---|
count | int | Number of all results marching criteria |
status | int | Response status (same as in http code) |
Data: object.data[array]
Parameter | Type | Description |
---|---|---|
id | int | Quotation ID |
header | string|null | Quotation header in language DE |
header_e | string|null | Quotation header in language EN |
header_i | string|null | Quotation header in language IT |
header_f | string|null | Quotation header in language FR |
body | string|null | Quotation content text in language DE |
body_e | string|null | Quotation content text in language EN |
body_i | string|null | Quotation content text in language IT |
body_f | string|null | Quotation content text in language FR |
footer | string|null | Quotation footer in language DE |
footer_e | string|null | Quotation footer in language EN |
footer_i | string|null | Quotation footer in language IT |
footer_f | string|null | Quotation footer in language FR |
Response (Error):
- /wiki/spaces/BROK/pages/693181 #List defaults
/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
- /wiki/spaces/BROK/pages/693181 #Authentication defaults
- /wiki/spaces/BROK/pages/693181 #List defaults