get https://example.com/api/basedata/v1/dynamic-articles//menus
Get the weekly menus for the dynamic article linked to the id
. The id
must be given as a path parameter
Log in to see full request history
Responses
Get the weekly menus for the dynamic article linked to the id
. The id
must be given as a path parameter
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/api/basedata/v1/dynamic-articles/id/menus?year=current%20year&week=current%20week' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: