API: CustomerPortalMenu

List customer portal menu

Get the entity of “customerportalmenu”
GET/api/v3/customerportalmenu/list/level

Request data:

Parameter

Type

Description

Parameter

Type

Description

level (optional)

integer

Return only the filtered level

 

 

 

Response:

Parameter

Type

Description

Parameter

Type

Description

data

array

The entity as array

status

integer

HTTP code (200 OK)

 

 

 

 

 

curl -X GET https://public.brokerstar.biz/api/v3/customerportalmenu/list/{level} --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE2NTg[...]cm5hbWUiOiJkZW1vLWRlIn0.VTVp[...]cqIg'  -

 

{ "data": [ { "id": integer, "level": integer, "sortKey": integer, "linkLabel": "string", "linkLabelF": "string", "linkLabelI": "string", "linkLabelE": "string", "destinationUrl": "string", "destinationUrlF": "string", "destinationUrlI": "string", "destinationUrlE": "string", "createdAt": "dateTime", "updatedAt": "dateTime", "deletedAt": null } ], "status": 200 }

Or one of