はじめに

導入

運用

参加・貢献

リソース

GitHubでこのページを編集

Home / 5 / web_api / baser_admin_api / baser core / contents / コンテンツのフルURLの取得

コンテンツのフルURLの取得

指定したコンテンツの http からのフルURLを取得する

実行可能な権限

ログインユーザー以上

リクエスト

GET /baser/api/admin/baser-core/contents/get_full_url/{contentId}.json

パスパラメーター

パラメーター名 内容
contentId 数値 コンテンツのID

レスポンス例

レスポンスボディ

{
    "fullUrl": "https://localhost/service/service1"
}