Replicon (プレビュー)
Replicon は、高度なテクノロジを使用してリアルタイム データを分析し、プロジェクト、リソース、財務を軌道に乗り続けるのに役立つレコメンデーションを提供する、自動運転のプロフェッショナル サービス自動化ソリューションです。コネクタを使用すると、Project Online から Replicon へのプロジェクト、タスク、リソースの割り当て、および Replicon から Project Online への時間データを継続的に同期できます。
このコネクタは、次の製品とリージョンで使用できます。
| サービス | クラス | リージョン |
|---|---|---|
| コピロット スタジオ | Premium | 次を除くすべての Power Automate リージョン : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運営する China Cloud - 米国国防総省 (DoD) |
| ロジック アプリ | Standard | 次を除くすべての Logic Apps リージョン : - Azure Government リージョン - Azure China リージョン - 米国国防総省 (DoD) |
| Power Apps | Premium | 次を除くすべての Power Apps リージョン : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運営する China Cloud - 米国国防総省 (DoD) |
| Power Automate | Premium | 次を除くすべての Power Automate リージョン : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運営する China Cloud - 米国国防総省 (DoD) |
| お問い合わせ | |
|---|---|
| 名前 | Replicon のサポート |
| URL | https://www.replicon.com/customerzone/contact-support/ |
| support@replicon.com |
| コネクタ メタデータ | |
|---|---|
| Publisher | Replicon Inc |
| Website | https://www.replicon.com |
| プライバシー ポリシー | https://www.replicon.com/terms-and-conditions/privacy-policy |
| カテゴリ | ビジネス インテリジェンス。金融 |
調整制限
| 名前 | 呼び出し | 更新期間 |
|---|---|---|
| 接続ごとの API 呼び出し | 100 | 60 秒 |
アクション
| タイムシートの概要を取得する |
Replicon からタイムシートの概要を取得する |
| タスク リスト サービスによるデータの取得 |
Replicon からタスク リスト サービス データを取得する |
| タスクのリソース割り当てを書き換える |
リソース割り当てを指定したタスクに更新する |
| タスクの移動 |
新しい親にタスクを移動する |
| タスク階層の作成または変更の適用 |
タスク階層の作成または Replicon タスクへの変更の適用 |
| テナント エンドポイントの詳細を取得する |
テナントのエンドポイントの詳細を取得する |
| プロジェクト チーム メンバーの割り当てを配置する |
Project のチーム メンバーの割り当てを書き換える |
| プロジェクトの作成または変更の適用 |
Replicon でプロジェクトを作成するか、変更を適用する |
| プロジェクトの詳細を取得する |
Replicon からプロジェクトの詳細を取得する |
| ユーザー リストを取得する |
Replicon からユーザー リスト データを取得する |
| 入力された時間の概要を取得する |
Replicon からタスク URI によって入力された時間を取得する |
| 子孫タスクの詳細を取得する |
Replicon から階層タスクの詳細を取得する |
タイムシートの概要を取得する
Replicon からタイムシートの概要を取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
timesheetUri
|
timesheetUri | string |
タイムシート URI |
戻り値
タスク リスト サービスによるデータの取得
Replicon からタスク リスト サービス データを取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
page
|
page | string |
page |
|
|
pagesize
|
pagesize | string |
ページ サイズ |
|
|
columnUris
|
columnUris | array of string |
column uris |
|
|
並べ替え
|
sort | array of |
並べ替え |
|
|
filterExpression
|
filterExpression | object |
フィルター式 |
戻り値
タスクのリソース割り当てを書き換える
リソース割り当てを指定したタスクに更新する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
taskUri
|
taskUri | string |
タスク URI |
|
|
resourceUris
|
resourceUris | array of string |
リソース URI |
タスクの移動
新しい親にタスクを移動する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
taskUri
|
taskUri | string |
タスク URI |
|
|
targetUri
|
targetUri | string |
ターゲット URI |
|
|
moveTaskMethodUri
|
moveTaskMethodUri | string |
move task method uri |
タスク階層の作成または変更の適用
タスク階層の作成または Replicon タスクへの変更の適用
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
URI
|
uri | string |
プロジェクト URI |
|
|
名前
|
name | string |
プロジェクト名 |
|
|
コード
|
code | string |
プロジェクト コード |
|
|
parameterCorrelationId
|
parameterCorrelationId | string |
パラメーターの関連付け ID |
|
|
ターゲット
|
target | object |
ターゲット |
|
|
parameterCorrelationId
|
parameterCorrelationId | string |
タスク パラメーターの関連付け ID |
|
|
名前
|
name | string |
適用するタスク名 |
|
|
value
|
value | string |
適用するタスク コード |
|
|
value
|
value | string |
適用するタスクの説明 |
|
|
isClosed
|
isClosed | string |
タスクが閉じている |
|
|
年
|
year | integer |
タスクの開始日の年 |
|
|
month
|
month | integer |
タスクの開始日の月 |
|
|
日
|
day | integer |
タスク開始日の日 |
|
|
年
|
year | integer |
タスクの終了日の年 |
|
|
month
|
month | integer |
タスクの終了日の年 |
|
|
日
|
day | integer |
タスクの終了日の年 |
|
|
value
|
value | string |
時間と経費の入力の種類の値 |
|
|
isTimeEntryAllowed
|
isTimeEntryAllowed | string |
は時間入力が許可されています |
|
|
costTypeToApply
|
costTypeToApply | object |
適用するコストの種類 |
|
|
estimatedHoursToApply
|
estimatedHoursToApply | object |
適用される推定時間 |
|
|
estimatedCostToApply
|
estimatedCostToApply | object |
適用する推定コスト |
|
|
resourcesToAdd
|
resourcesToAdd | array of string |
追加するリソース |
|
|
resourcesToRemove
|
resourcesToRemove | array of string |
削除するリソース |
|
|
customFieldsToApply
|
customFieldsToApply | array of |
適用するカスタム フィールド |
|
|
keyValuesToApply
|
keyValuesToApply | array of |
適用するキー値 |
|
|
objectExtensionFieldsToApply
|
objectExtensionFieldsToApply | array of |
適用するオブジェクト拡張フィールド |
|
|
taskModificationOptionUri
|
taskModificationOptionUri | string |
タスク変更オプション URI |
|
|
unitOfWorkId
|
unitOfWorkId | string |
作業単位 ID |
戻り値
テナント エンドポイントの詳細を取得する
プロジェクト チーム メンバーの割り当てを配置する
Project のチーム メンバーの割り当てを書き換える
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
projectUri
|
projectUri | string |
プロジェクト URI |
|
|
resourceUris
|
resourceUris | array of string |
リソース URI |
プロジェクトの作成または変更の適用
Replicon でプロジェクトを作成するか、変更を適用する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
ターゲット
|
target | object |
プロジェクトターゲット |
|
|
value
|
value | string |
適用するプロジェクト名 |
|
|
value
|
value | string |
適用するプロジェクト コード |
|
|
descriptionToApply
|
descriptionToApply | object |
適用するプロジェクトの説明 |
|
|
percentCompletedToApply
|
percentCompletedToApply | string |
適用完了率 |
|
|
年
|
year | integer |
プロジェクト開始日の年 |
|
|
month
|
month | integer |
プロジェクト開始日の月 |
|
|
日
|
day | integer |
プロジェクト開始日の日 |
|
|
年
|
year | integer |
プロジェクト終了日の年 |
|
|
month
|
month | integer |
プロジェクト終了日の月 |
|
|
日
|
day | integer |
プロジェクト終了日の日 |
|
|
value
|
value | string |
課金の種類 |
|
|
projectLeaderToApply
|
projectLeaderToApply | object |
適用するプロジェクト リーダー |
|
|
isProjectLeaderApprovalRequired
|
isProjectLeaderApprovalRequired | string |
プロジェクト リーダーの承認が必要です |
|
|
isTimeEntryAllowed
|
isTimeEntryAllowed | string |
は時間入力が許可されています |
|
|
名前
|
name | string |
課金通貨名 |
|
|
名前
|
name | string |
課金コントラクト名 |
|
|
キーURI
|
keyUri | string |
キー URI |
|
|
SMS 送信
|
text | string |
キー値項目のテキスト |
|
|
URI
|
uri | string |
キー値項目 URI |
|
|
URI
|
uri | string |
value uri |
|
|
projectModificationOptionUri
|
projectModificationOptionUri | string |
プロジェクト変更オプション URI |
|
|
unitOfWorkId
|
unitOfWorkId | string |
作業単位 ID |
戻り値
プロジェクトの詳細を取得する
Replicon からプロジェクトの詳細を取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
URI
|
uri | string |
プロジェクト URI |
|
|
名前
|
name | string |
プロジェクト名 |
|
|
コード
|
code | string |
プロジェクト コード |
|
|
parameterCorrelationId
|
parameterCorrelationId | string |
パラメーターの関連付け ID |
戻り値
ユーザー リストを取得する
Replicon からユーザー リスト データを取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
page
|
page | string |
page |
|
|
pagesize
|
pagesize | string |
ページ サイズ |
|
|
columnUris
|
columnUris | array of string |
column uris |
|
|
並べ替え
|
sort | array of |
並べ替え |
|
|
filterExpression
|
filterExpression | object |
フィルター式 |
戻り値
入力された時間の概要を取得する
Replicon からタスク URI によって入力された時間を取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
taskUris
|
taskUris | array of string |
タスク URI |
戻り値
子孫タスクの詳細を取得する
Replicon から階層タスクの詳細を取得する
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
parentUri
|
parentUri | string |
parent uri |
トリガー
| イベント トリガーをサブスクライブする |
Replicon で Web フック イベントをサブスクライブするトリガー |
イベント トリガーをサブスクライブする
Replicon で Web フック イベントをサブスクライブするトリガー
パラメーター
| 名前 | キー | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
Replicon のホスト URL
|
hostUrl | True | string |
Replicon ホスト URL |
|
eventType
|
eventType | string |
サブスクライブするイベントの種類 |
戻り値
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
displayText
|
timesheet.displayText | string |
テキストを表示する |
|
URI
|
timesheet.uri | string |
URI |
|
蛞蝓
|
timesheet.slug | string |
蛞蝓 |
|
approvalStatusUri
|
approvalStatusUri | string |
承認の状態 URI |
|
displayText
|
authority.actingUser.displayText | string |
ユーザー表示テキスト |
|
ログイン名
|
authority.actingUser.loginName | string |
ユーザー ログイン名 |
|
URI
|
authority.actingUser.uri | string |
URI |
|
蛞蝓
|
authority.actingUser.slug | string |
蛞蝓 |
|
displayText
|
authority.displayText | string |
テキストを表示する |
|
actingForUser
|
authority.actingForUser | string |
acting For user |
|
displayText
|
authority.authorityType.displayText | string |
authority type display text |
|
URI
|
authority.authorityType.uri | string |
URI |
|
timesheetStatusUri
|
timesheetStatusUri | string |
タイムシートの状態 URI |
定義
GetTimesheetSummaryResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
actualPayableTimeCalculationStatus
|
d.actualPayableTimeCalculationStatus | string |
実際の支払い時間の計算の状態 |
|
actualsByActivity
|
d.actualsByActivity | array of object |
アクティビティ別の実績 |
|
アクティビティ
|
d.actualsByActivity.activity | object |
アクティビティ |
|
totalTimeDuration
|
d.actualsByActivity.totalTimeDuration | Duration | |
|
actualsByBillingRate
|
d.actualsByBillingRate | array of object |
課金レート別の実績 |
|
billingRate
|
d.actualsByBillingRate.billingRate | object |
課金レート |
|
totalTimeDuration
|
d.actualsByBillingRate.totalTimeDuration | Duration | |
|
actualsByDate
|
d.actualsByDate | array of object |
日付別の実績 |
|
breakDuration
|
d.actualsByDate.breakDuration | Duration | |
|
date
|
d.actualsByDate.date | Date | |
|
hasComments
|
d.actualsByDate.hasComments | boolean |
コメントが存在する |
|
isHolidayDayOff
|
d.actualsByDate.isHolidayDayOff | boolean |
休日の日 |
|
isWeeklyDayOff
|
d.actualsByDate.isWeeklyDayOff | boolean |
週単位のオフの日 |
|
timeOffDuration
|
d.actualsByDate.timeOffDuration | Duration | |
|
totalTimeDuration
|
d.actualsByDate.totalTimeDuration | Duration | |
|
workingTimeDuration
|
d.actualsByDate.workingTimeDuration | Duration | |
|
actualsByPaycode
|
d.actualsByPaycode | array of object |
paycode による actuals |
|
items
|
d.actualsByPaycode | object |
paycode アイテム別の実績 |
|
actualsByProject
|
d.actualsByProject | array of object |
プロジェクト別の実績 |
|
コード
|
d.actualsByProject.project.code | string |
コード |
|
displayText
|
d.actualsByProject.project.displayText | string |
テキストを表示する |
|
名前
|
d.actualsByProject.project.name | string |
名前 |
|
蛞蝓
|
d.actualsByProject.project.slug | string |
蛞蝓 |
|
URI
|
d.actualsByProject.project.uri | string |
URI |
|
totalTimeDuration
|
d.actualsByProject.totalTimeDuration | Duration | |
|
displayText
|
d.approvalStatus.displayText | string |
テキストを表示する |
|
URI
|
d.approvalStatus.uri | string |
URI |
|
attestationStatusUri
|
d.attestationStatusUri | string |
構成証明の状態 URI |
|
bankedTimeDuration
|
d.bankedTimeDuration | Duration | |
|
billableTimeDuration
|
d.billableTimeDuration | Duration | |
|
breakDuration
|
d.breakDuration | Duration | |
|
期日
|
d.dueDate | Date | |
|
nonBillableTimeDuration
|
d.nonBillableTimeDuration | Duration | |
|
overtimeDuration
|
d.overtimeDuration | Duration | |
|
日
|
d.scriptCalculationStatus.lastDataModification.day | integer |
日 |
|
displayText
|
d.scriptCalculationStatus.lastDataModification.displayText | string |
テキストを表示する |
|
時間
|
d.scriptCalculationStatus.lastDataModification.hour | integer |
時間 |
|
分
|
d.scriptCalculationStatus.lastDataModification.minute | integer |
分 |
|
month
|
d.scriptCalculationStatus.lastDataModification.month | integer |
month |
|
秒
|
d.scriptCalculationStatus.lastDataModification.second | integer |
秒 |
|
displayText
|
d.scriptCalculationStatus.lastDataModification.timeZone.displayText | string |
テキストを表示する |
|
ianaName
|
d.scriptCalculationStatus.lastDataModification.timeZone.ianaName | string |
iana 名 |
|
offsetDisplayText
|
d.scriptCalculationStatus.lastDataModification.timeZone.offsetDisplayText | string |
オフセット表示テキスト |
|
URI
|
d.scriptCalculationStatus.lastDataModification.timeZone.uri | string |
URI |
|
日
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.day | integer |
日 |
|
時間
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.hour | integer |
時間 |
|
ミリセカント
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.millisecond | integer |
ミリセカント |
|
分
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.minute | integer |
分 |
|
month
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.month | integer |
month |
|
秒
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.second | integer |
秒 |
|
年
|
d.scriptCalculationStatus.lastDataModification.valueInUtc.year | integer |
年 |
|
年
|
d.scriptCalculationStatus.lastDataModification.year | integer |
年 |
|
lastFailedAttempt
|
d.scriptCalculationStatus.lastFailedAttempt | object |
最後に失敗した試行 |
|
日
|
d.scriptCalculationStatus.lastSuccessfulAttempt.day | integer |
日 |
|
displayText
|
d.scriptCalculationStatus.lastSuccessfulAttempt.displayText | string |
テキストを表示する |
|
時間
|
d.scriptCalculationStatus.lastSuccessfulAttempt.hour | integer |
時間 |
|
分
|
d.scriptCalculationStatus.lastSuccessfulAttempt.minute | integer |
分 |
|
month
|
d.scriptCalculationStatus.lastSuccessfulAttempt.month | integer |
month |
|
秒
|
d.scriptCalculationStatus.lastSuccessfulAttempt.second | integer |
秒 |
|
displayText
|
d.scriptCalculationStatus.lastSuccessfulAttempt.timeZone.displayText | string |
テキストを表示する |
|
ianaName
|
d.scriptCalculationStatus.lastSuccessfulAttempt.timeZone.ianaName | string |
iana 名 |
|
offsetDisplayText
|
d.scriptCalculationStatus.lastSuccessfulAttempt.timeZone.offsetDisplayText | string |
オフセット表示テキスト |
|
URI
|
d.scriptCalculationStatus.lastSuccessfulAttempt.timeZone.uri | string |
URI |
|
日
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.day | integer |
日 |
|
時間
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.hour | integer |
時間 |
|
ミリセカント
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.millisecond | integer |
ミリセカント |
|
分
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.minute | integer |
分 |
|
month
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.month | integer |
month |
|
秒
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.second | integer |
秒 |
|
年
|
d.scriptCalculationStatus.lastSuccessfulAttempt.valueInUtc.year | integer |
年 |
|
年
|
d.scriptCalculationStatus.lastSuccessfulAttempt.year | integer |
年 |
|
displayText
|
d.scriptCalculationStatus.timesheet.displayText | string |
テキストを表示する |
|
蛞蝓
|
d.scriptCalculationStatus.timesheet.slug | string |
蛞蝓 |
|
URI
|
d.scriptCalculationStatus.timesheet.uri | string |
URI |
|
displayText
|
d.scriptCalculationStatus.timesheetStatus.displayText | string |
テキストを表示する |
|
URI
|
d.scriptCalculationStatus.timesheetStatus.uri | string |
URI |
|
timeOffTimeDuration
|
d.timeOffTimeDuration | Duration | |
|
displayText
|
d.timesheetStatus.displayText | string |
テキストを表示する |
|
URI
|
d.timesheetStatus.uri | string |
URI |
|
totalTimeDuration
|
d.totalTimeDuration | Duration | |
|
workingTimeDuration
|
d.workingTimeDuration | Duration |
BulkGetTimeEnteredSummaryResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
d
|
d | array of object |
d |
|
taskUri
|
d.taskUri | string |
タスク URI |
|
timeEnteredActual
|
d.timeEnteredActual | Duration | |
|
timeEnteredTotalEstimated
|
d.timeEnteredTotalEstimated | Duration | |
|
timeEnteredTotalEstimatedAtCompletion
|
d.timeEnteredTotalEstimatedAtCompletion | Duration |
ProjectDetailsResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
d
|
d | array of object |
d |
|
型
|
d.error.type | string |
型 |
|
displayText
|
d.error.displayText | string |
テキストを表示する |
|
parameterCorrelationId
|
d.parameterCorrelationId | string |
パラメーターの関連付け ID |
|
displayText
|
d.projectDetails.billingContract.displayText | string |
テキストを表示する |
|
蛞蝓
|
d.projectDetails.billingContract.slug | string |
蛞蝓 |
|
URI
|
d.projectDetails.billingContract.uri | string |
URI |
|
displayText
|
d.projectDetails.billingType.displayText | string |
テキストを表示する |
|
URI
|
d.projectDetails.billingType.uri | string |
URI |
|
予算
|
d.projectDetails.budget | object |
予算 |
|
budgetedCost
|
d.projectDetails.budgetedCost | object |
予算コスト |
|
budgetedHours
|
d.projectDetails.budgetedHours | object |
budgeted hours |
|
displayText
|
d.projectDetails.clientBillingAllocationMethod.displayText | string |
テキストを表示する |
|
URI
|
d.projectDetails.clientBillingAllocationMethod.uri | string |
URI |
|
clientRepresentative
|
d.projectDetails.clientRepresentative | string |
クライアント担当者 |
|
clientSchedule
|
d.projectDetails.clientSchedule | array of |
クライアント スケジュール |
|
clients
|
d.projectDetails.clients | array of |
clients |
|
コード
|
d.projectDetails.code | string |
コード |
|
コストセンター
|
d.projectDetails.costCenter | object |
コスト センター |
|
costType
|
d.projectDetails.costType | object |
コストの種類 |
|
customFields
|
d.projectDetails.customFields | array of |
カスタム フィールド |
|
displayText
|
d.projectDetails.defaultBillingCurrency.displayText | string |
テキストを表示する |
|
名前
|
d.projectDetails.defaultBillingCurrency.name | string |
名前 |
|
シンボル
|
d.projectDetails.defaultBillingCurrency.symbol | string |
シンボル |
|
URI
|
d.projectDetails.defaultBillingCurrency.uri | string |
URI |
|
departmentGroup
|
d.projectDetails.departmentGroup | object |
department group |
|
説明
|
d.projectDetails.description | string |
説明 |
|
displayText
|
d.projectDetails.displayText | string |
テキストを表示する |
|
division
|
d.projectDetails.division | object |
division |
|
employeeTypeGroup
|
d.projectDetails.employeeTypeGroup | object |
employee type group |
|
estimatedCost
|
d.projectDetails.estimatedCost | object |
推定コスト |
|
estimatedExpenses
|
d.projectDetails.estimatedExpenses | object |
推定経費 |
|
estimatedHours
|
d.projectDetails.estimatedHours | object |
推定時間 |
|
displayText
|
d.projectDetails.estimationMode.displayText | string |
推定モードの表示テキスト |
|
URI
|
d.projectDetails.estimationMode.uri | string |
URI |
|
extensionFieldValues
|
d.projectDetails.extensionFieldValues | array of |
拡張フィールドの値 |
|
isProjectLeaderApprovalRequired
|
d.projectDetails.isProjectLeaderApprovalRequired | boolean |
は、プロジェクトに必要なプロジェクト リーダーの承認です |
|
isTimeEntryAllowed
|
d.projectDetails.isTimeEntryAllowed | boolean |
は、プロジェクトに対して許可されている時間エントリです |
|
keyValues
|
d.projectDetails.keyValues | array of object |
キー値 |
|
キーURI
|
d.projectDetails.keyValues.keyUri | string |
キー URI |
|
コレクション
|
d.projectDetails.keyValues.value.collection | array of object |
コレクション |
|
SMS 送信
|
d.projectDetails.keyValues.value.collection.text | string |
SMS 送信 |
|
URI
|
d.projectDetails.keyValues.value.collection.uri | string |
URI |
|
URI
|
d.projectDetails.keyValues.value.uri | string |
URI |
|
位置
|
d.projectDetails.location | object |
位置 |
|
名前
|
d.projectDetails.name | string |
名前 |
|
percentCompleted
|
d.projectDetails.percentCompleted | integer |
達成率 |
|
プログラム
|
d.projectDetails.program | object |
プログラム |
|
projectLeader
|
d.projectDetails.projectLeader | object |
プロジェクト リーダー |
|
serviceCenter
|
d.projectDetails.serviceCenter | object |
サービス センター |
|
蛞蝓
|
d.projectDetails.slug | string |
蛞蝓 |
|
displayText
|
d.projectDetails.status.displayText | string |
テキストを表示する |
|
名前
|
d.projectDetails.status.name | string |
名前 |
|
URI
|
d.projectDetails.status.uri | string |
URI |
|
displayText
|
d.projectDetails.timeAndExpenseEntryType.displayText | string |
時間と経費の入力の種類の表示テキスト |
|
URI
|
d.projectDetails.timeAndExpenseEntryType.uri | string |
URI |
|
displayText
|
d.projectDetails.timeAndMaterials.billingRateFrequency.displayText | string |
請求率の頻度の表示 テキスト |
|
名前
|
d.projectDetails.timeAndMaterials.billingRateFrequency.name | string |
課金レート名 |
|
URI
|
d.projectDetails.timeAndMaterials.billingRateFrequency.uri | string |
課金レート URI |
|
billingRateFrequencyDuration
|
d.projectDetails.timeAndMaterials.billingRateFrequencyDuration | object |
課金レートの頻度の期間 |
|
終了日
|
d.projectDetails.timeEntryDateRange.endDate | Date | |
|
startDate
|
d.projectDetails.timeEntryDateRange.startDate | Date | |
|
量
|
d.projectDetails.totalEstimatedContract.amount | number |
量 |
|
displayText
|
d.projectDetails.totalEstimatedContract.currency.displayText | string |
合計推定コスト通貨の表示テキスト |
|
名前
|
d.projectDetails.totalEstimatedContract.currency.name | string |
名前 |
|
シンボル
|
d.projectDetails.totalEstimatedContract.currency.symbol | string |
シンボル |
|
URI
|
d.projectDetails.totalEstimatedContract.currency.uri | string |
URI |
|
URI
|
d.projectDetails.uri | string |
URI |
CreateProjectOrApplyModificationsResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
コード
|
d.code | string |
コード |
|
displayText
|
d.displayText | string |
displayText |
|
名前
|
d.name | string |
名前 |
|
蛞蝓
|
d.slug | string |
蛞蝓 |
|
URI
|
d.uri | string |
URI |
CreateTaskHierarchyOrApplyModificationsResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
d
|
d | array of object |
d |
|
エラー
|
d.error | object |
エラー |
|
parameterCorrelationId
|
d.parameterCorrelationId | string |
パラメーターの関連付け ID |
|
displayText
|
d.task.displayText | string |
テキストを表示する |
|
parameterCorrelationId
|
d.task.parameterCorrelationId | string |
パラメーターの関連付け ID |
|
URI
|
d.task.uri | string |
URI |
UserListServiceGetDataResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
ヘッダー
|
d.header | array of object |
ヘッダー |
|
ディスプレイ名
|
d.header.displayName | string |
表示名 |
|
URI
|
d.header.uri | string |
URI |
|
行
|
d.rows | array of object |
行 |
|
細胞
|
d.rows.cells | array of object |
細胞 |
|
データタイプ
|
d.rows.cells.dataType | string |
データ型 |
|
objectType
|
d.rows.cells.objectType | string |
オブジェクトの種類 |
|
蛞蝓
|
d.rows.cells.slug | string |
蛞蝓 |
|
textValue
|
d.rows.cells.textValue | string |
text 値 |
|
URI
|
d.rows.cells.uri | string |
URI |
TaskListServiceGetDataResponse
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
ヘッダー
|
d.header | array of object |
ヘッダー |
|
ディスプレイ名
|
d.header.displayName | string |
表示名 |
|
URI
|
d.header.uri | string |
URI |
|
行
|
d.rows | array of object |
行 |
|
細胞
|
d.rows.cells | array of object |
細胞 |
|
データタイプ
|
d.rows.cells.dataType | string |
データ型 |
|
objectType
|
d.rows.cells.objectType | string |
オブジェクトの種類 |
|
蛞蝓
|
d.rows.cells.slug | string |
蛞蝓 |
|
textValue
|
d.rows.cells.textValue | string |
text 値 |
|
URI
|
d.rows.cells.uri | string |
URI |
|
cellCollection
|
d.rows.cells.cellCollection | array of object |
セル コレクション |
|
データタイプ
|
d.rows.cells.cellCollection.dataType | string |
データ型 |
|
objectType
|
d.rows.cells.cellCollection.objectType | string |
オブジェクトの種類 |
|
蛞蝓
|
d.rows.cells.cellCollection.slug | string |
蛞蝓 |
|
textValue
|
d.rows.cells.cellCollection.textValue | string |
text 値 |
|
URI
|
d.rows.cells.cellCollection.uri | string |
URI |
日付
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
日
|
day | integer |
日 |
|
month
|
month | integer |
month |
|
年
|
year | integer |
年 |
期間
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
時間
|
hours | integer |
時間 |
|
マイクロ 秒
|
microseconds | integer |
マイクロ 秒 |
|
ミリ秒
|
milliseconds | integer |
ミリ秒 |
|
minutes
|
minutes | integer |
minutes |
|
秒
|
seconds | integer |
秒 |
TenantEndpointDetails
| 名前 | パス | 型 | 説明 |
|---|---|---|---|
|
applicationRootUrl
|
d.applicationRootUrl | string |
アプリケーション のルート URL |
|
applicationRootUrls
|
d.applicationRootUrls | array of object |
アプリケーション のルート URL |
|
rootUrl
|
d.applicationRootUrls.rootUrl | string |
ルート URL |
|
URI
|
d.applicationRootUrls.uri | string |
URI |
|
isLocal
|
d.isLocal | boolean |
はローカルです |
|
companyKey
|
d.tenant.companyKey | string |
会社キー |
|
有効化されている
|
d.tenant.isEnabled | boolean |
が有効になっている |
|
蛞蝓
|
d.tenant.slug | string |
蛞蝓 |
|
URI
|
d.tenant.uri | string |
URI |