メインコンテンツへスキップ
POST
/
service
/
projects_info
Projects の情報
curl --request POST \
  --url https://api.example.com/service/projects_info \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_ids": [
    "<string>"
  ]
}
'
[
  {
    "external_project_id": "<string>",
    "internal_project_id": "<string>"
  }
]

承認

Authorization
string
header
必須

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

ボディ

application/json
project_ids
string[]
必須

'entity/project' 形式の外部プロジェクト ID。

:
["entity-a/project-a", "entity-b/project-b"]

レスポンス

正常なレスポンス

external_project_id
string
必須

'entity/project' 形式の外部プロジェクト ID。

internal_project_id
string
必須

内部プロジェクト ID。