Inhalt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
List customer portal menu
Get the entity of “customerportalmenu”
GET/api/v3/customerportalmenu/list/{level}
Request data:
Parameter | Type | Description |
---|---|---|
level (optional) | integer | Return only the filtered level |
Response:
Parameter | Type | Description |
---|---|---|
data | array | The entity as array |
status | integer | HTTP code (200 OK) |
Codeblock | ||
---|---|---|
| ||
curl -X GET https://public.brokerstar.biz/api/v3/customerportalmenu/list/{level} --header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE2NTg[...]cm5hbWUiOiJkZW1vLWRlIn0.VTVp[...]cqIg' - |
Codeblock | ||
---|---|---|
| ||
{ "data": [ { "id": 1integer, "level": 1integer, "sortKey": 1integer, "linkLabel": "string", "linkLabelF": "string", "linkLabelI": "string", "linkLabelE": "dstringstring, "destinationUrl": "string", "destinationUrlF": "string", "destinationUrlI": "string", "destinationUrlE": "zstringstring, "createdAt": "dateTime", "updatedAt": "dateTime", "deletedAt": null } ], "status": 200 } |
Or one of
API: _ Default behavior#_Defaultbehavior-Authenticationdefaults #Authentication defaults