다음을 통해 공유


Seismic Planner(미리 보기)

Seismic Planner 커넥터는 enablement Planner 프로젝트, 작업 및 요청과 상호 작용하는 일련의 작업을 제공합니다.

이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.

서비스 클래스 Regions
Copilot Studio Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
논리 앱 스탠다드 다음을 제외한 모든 Logic Apps 지역 :
     - Azure Government 지역
     - Azure 중국 지역
     - 미국 국방부(DoD)
Power Apps Premium 다음을 제외한 모든 Power Apps 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
Power Automate Premium 다음을 제외한 모든 Power Automate 지역 :
     - 미국 정부(GCC)
     - 미국 정부(GCC High)
     - 21Vianet에서 운영하는 중국 클라우드
     - 미국 국방부(DoD)
연락처
이름 지진
URL https://seismic.com
전자 메일 support@seismic.com
커넥터 메타데이터
게시자 지진
웹 사이트 https://seismic.com/
개인 정보 보호 정책 https://seismic.com/privacy-policy/
카테고리 마케팅; 판매 및 CRM

제한 한도

Name 호출 갱신 기간
연결당 API 호출 100 60초

동작

Get 요청

단일 요청을 가져옵니다.

메모 가져오기

단일 메모를 가져옵니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

메모 가져오기

지정된 프로젝트, 작업 또는 요청에 대한 모든 주석을 가져옵니다. 노드(프로젝트, 태스크 또는 요청) ID가 필요합니다.

메모 만들기

지정된 프로젝트, 작업 또는 요청에 대한 주석을 만듭니다. 노드(프로젝트, 태스크 또는 요청) ID가 필요합니다.

메모 삭제

메모를 삭제합니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

메모 업데이트

기존 주석을 업데이트합니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

삭제 요청

대량 삭제 요청

상태 스키마 가져오기

ID별로 단일 상태 스키마를 가져옵니다. 이러한 스키마는 특정 작업에 대한 상태 설정에 대한 데이터를 보유합니다.

예: (Not started, In progress, Complete)

상태 스키마 가져오기

작업/요청 상태 스키마 목록을 가져옵니다. 이러한 스키마는 특정 작업에 대한 상태 설정에 대한 데이터를 보유합니다.

예: (Not started, In progress, Complete)

업데이트 요청

요청을 업데이트합니다.

요청 가져오기

요청 목록을 가져옵니다.

요청 만들기

요청을 만듭니다.

요청 삭제

요청을 삭제합니다.

작업 가져오기

ID별로 단일 작업을 가져옵니다.

작업 가져오기

작업 목록을 가져옵니다.

작업 만들기

작업을 만듭니다.

작업 삭제

작업을 삭제합니다.

작업 업데이트

기존 작업을 업데이트합니다.

프로젝트 가져오기

ID로 단일 프로젝트를 가져옵니다. 원하는 경우 작업을 반환합니다.

프로젝트 가져오기

특성 및 연결이 있는 프로젝트 목록을 가져옵니다.

프로젝트 만들기

프로젝트를 만듭니다.

프로젝트 삭제

프로젝트를 삭제합니다.

프로젝트 삭제

하나 이상의 프로젝트를 삭제합니다.

프로젝트 업데이트

프로젝트를 업데이트하고 반환합니다.

Get 요청

단일 요청을 가져옵니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

요청 ID
requestId True string

요청 ID

반환

메모 가져오기

단일 메모를 가져옵니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId True string

노드 ID

주석 ID
commentId True string

주석 ID

반환

Comment

메모 가져오기

지정된 프로젝트, 작업 또는 요청에 대한 모든 주석을 가져옵니다. 노드(프로젝트, 태스크 또는 요청) ID가 필요합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId True string

노드 ID

작성자 ID
creatorIds array

작성자가 쿼리할 사용자 ID 목록

Cursor
cursor string

페이지 매김에 사용되는 커서

한계
limit integer

레코드를 제한할 수

Sort
sort array

쿼리별로 정렬

반환

메모 만들기

지정된 프로젝트, 작업 또는 요청에 대한 주석을 만듭니다. 노드(프로젝트, 태스크 또는 요청) ID가 필요합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId True string

노드 ID

주석 페이로드
annotationPayload string
주석 유형
annotationType string

주석 유형

메모 콘텐츠
commentContent string

주석의 내용

해결됨
isResolved boolean

주석이 확인되었는지 여부에 대한 True/false

반환

Comment

메모 삭제

메모를 삭제합니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId True string

노드 ID

주석 ID
commentId True string

주석 ID

메모 업데이트

기존 주석을 업데이트합니다. 노드(프로젝트, 작업 또는 요청) 및 주석 ID가 필요합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId True string

노드 ID

주석 ID
commentId True string

주석 ID

주석 페이로드
annotationPayload string
주석 유형
annotationType string
메모 콘텐츠
commentContent string

주석의 내용

해결됨
isResolved boolean

주석이 확인되었는지 여부에 대한 True/false

반환

Comment

삭제 요청

대량 삭제 요청

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

콘텐츠 유형 (Content-Type)
Content-Type string

콘텐츠 유형 (Content-Type)

요청 ID
ids array of string

삭제할 요청 ID 목록

반환

상태 스키마 가져오기

ID별로 단일 상태 스키마를 가져옵니다. 이러한 스키마는 특정 작업에 대한 상태 설정에 대한 데이터를 보유합니다.

예: (Not started, In progress, Complete)

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

상태 스키마 ID
statusSchemaId True string

상태 스키마 ID

반환

상태 스키마 가져오기

작업/요청 상태 스키마 목록을 가져옵니다. 이러한 스키마는 특정 작업에 대한 상태 설정에 대한 데이터를 보유합니다.

예: (Not started, In progress, Complete)

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

기본값입니다.
isDefault boolean

기본 상태 스키마 가져오기

유형
type string

노드 유형별 쿼리

상태 스키마 ID
ids array

상태 스키마 ID 목록

작성자 ID
creatorIds array

작성자가 쿼리할 사용자 ID 목록

Cursor
cursor string

페이지 매김에 사용되는 커서

한계
limit integer

반환된 레코드를 제한할 수

반환

업데이트 요청

요청을 업데이트합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

요청 ID
requestId True string

요청 ID

담당자 ID
assigneeId string

담당자의 사용자 ID

콘텐츠 ID
contentId uuid

콘텐츠 ID

DocCenter 전체 경로
docCenterFullPath string

DocCenter에 콘텐츠가 있는 전체 위치 경로

주 버전
majorVersion integer

주 버전 수

마이너 버전
minorVersion integer

부 버전 수

수정된 날짜
modifiedDate date-time

콘텐츠 참조가 마지막으로 업데이트된 날짜

주문 번호
orderNo integer

순서를 나타내는 숫자

프로필 ID
profileId uuid

프로필 ID

프로필 버전 ID
profileVersionId uuid

프로필의 버전 ID

출처
source string

콘텐츠 원본

TeamSite ID
teamSiteId string

TeamSite ID

썸네일 ID
thumbnailId string

이미지 썸네일의 ID

버전 ID
versionId uuid

콘텐츠의 버전 ID

사용자 지정 속성 ID
id string
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

양식 참조
formRef

양식 참조 개체

비고
note string

상태 변경에 대한 알림에 사용되는 참고 사항

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열(기한)

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

요청이 속한 프로젝트의 프로젝트 ID

단계 ID
stepId integer

상태를 나타내는 단계 ID

제목
title string

요청의 제목

반환

요청 가져오기

요청 목록을 가져옵니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

계획된 종료 날짜
plannedEndDateFrom date-time

요청 기한별로 필터링(포함)

계획된 종료 날짜
plannedEndDateTo date-time

요청 기한별 필터(배타적)

계획된 시작 날짜
plannedStartDateFrom date-time

요청 시작 날짜별로 필터링(포함)

계획된 시작 날짜
plannedStartDateTo date-time

요청 시작 날짜를 기준으로 필터(배타적)

만든 사람
createdAtFrom date-time

요청 생성 날짜별 필터(포함)

만든 위치에서
createdAtTo date-time

요청 생성 날짜별 필터(배타적)

다음 위치에서 업데이트됨
updatedAtFrom date-time

요청 업데이트 날짜별 필터(포함)

업데이트 대상
updatedAtTo date-time

요청 업데이트 날짜별 필터(배타적)

요청 ID
ids array

요청 ID 목록

제목
title string

요청 제목에서 검색할 키워드 값

담당자 ID
assigneeIds array

필터링할 담당자의 사용자 ID 목록

우선 순위
priorities array

우선 순위 값 목록, 사용 가능한 값: 위험, 높음, 중간, 낮음

키워드
keywords string

검색할 키워드 값

할당자 ID
assignerIds array

필터링할 할당자의 사용자 ID 목록

작성자 ID
creatorIds array

필터링할 작성자의 사용자 ID 목록

단계 ID
stepIds array

필터링할 단계 ID 목록

상태 스키마 ID
statusSchemaId string

필터링할 상태 스키마 ID

Cursor
cursor string

다음 페이지 창을 안내하는 데 사용되는 토큰

한계
limit integer

페이지당 반환할 항목 수( 기본값: 50)

Sort
sort array

요청별 정렬

프로젝트 ID
projectId string

요청이 연결된 프로젝트 ID

Has Project
hasProject boolean

요청이 프로젝트와 연결된 경우 필터링

사용자 지정 속성
customProperties string

사용자 지정 속성으로 필터링

팔로워 ID
followerIds array

팔로워의 사용자 ID 목록

연결된 노드 ID
associatedNodeIds array

필터링할 연결된 노드 ID 목록

콘텐츠 참조 개체
contentRefs array

콘텐츠 참조 개체 목록

요청 양식 사용자 지정 속성 포함
includeRequestFormCustomProperties boolean

요청 양식 사용자 지정 속성을 포함할지 여부, 기본값 false

반환

요청 만들기

요청을 만듭니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

담당자 ID
assigneeId string

담당자의 사용자 ID

노드 ID
nodeId string

노드 ID

노드 유형
nodeType string

연결의 노드 형식

공간 ID
spaceId string

공간 ID

콘텐츠 ID
contentId uuid

콘텐츠 ID

DocCenter 전체 경로
docCenterFullPath string

DocCenter에 콘텐츠가 있는 전체 위치 경로

주 버전
majorVersion integer

주 버전 수

마이너 버전
minorVersion integer

부 버전 수

수정된 날짜
modifiedDate date-time

콘텐츠 참조가 마지막으로 업데이트된 날짜

주문 번호
orderNo integer

순서를 나타내는 숫자

프로필 ID
profileId uuid

프로필 ID

프로필 버전 ID
profileVersionId uuid

프로필의 버전 ID

출처
source string

콘텐츠 원본

TeamSite ID
teamSiteId string

TeamSite ID

썸네일 ID
thumbnailId string

이미지 썸네일의 ID

버전 ID
versionId uuid

콘텐츠의 버전 ID

사용자 지정 속성 ID
id string
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

양식 참조
formRef

양식 참조 개체

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

요청이 속한 프로젝트의 ID

상태 스키마 ID
statusSchemaId string
제목
title string

요청 제목

반환

요청 삭제

요청을 삭제합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

요청 ID
requestId True string

요청 ID

작업 가져오기

ID별로 단일 작업을 가져옵니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

작업 ID
taskId True string

작업 ID

반환

작업 가져오기

작업 목록을 가져옵니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

계획된 종료 날짜
plannedEndDateFrom date-time

작업 기한 기준 필터링(포함)

계획된 종료 날짜
plannedEndDateTo date-time

작업 기한을 기준으로 필터링(배타적)

계획된 시작 날짜
plannedStartDateFrom date-time

작업 시작 날짜별로 필터링(포함)

계획된 시작 날짜
plannedStartDateTo date-time

작업 시작 날짜별로 필터링(배타적)

만든 사람
createdAtFrom date-time

작업 생성 날짜별로 필터링(포함)

만든 위치에서
createdAtTo date-time

작업 생성 날짜별로 필터링(배타적)

다음 위치에서 업데이트됨
updatedAtFrom date-time

작업 업데이트 날짜별로 필터링(포함)

업데이트 대상
updatedAtTo date-time

작업 업데이트 날짜별로 필터링(배타적)

작업 ID
ids array

작업 ID 목록으로 필터링

제목
title string

작업 제목별로 필터링

Description
description string

작업 설명별로 필터링

담당자 ID
assigneeIds array

담당자별로 필터링할 사용자 ID 목록

우선 순위
priorities array

우선 순위 목록별로 필터링

키워드
keywords string

키워드로 필터링

할당자 ID
assignerIds array

작업을 할당한 사용자별로 필터링할 사용자 ID 목록

단계 ID
stepIds array

상태 값 ID로 필터링

상태 스키마 ID
statusSchemaId string

상태 스키마 ID로 필터링

Cursor
cursor string

페이지 매김에 사용되는 커서

한계
limit integer

반환된 레코드를 제한할 수

Sort
sort array

쿼리별로 정렬

재귀
recursive boolean

반환된 목록 내에 하위 작업 포함

프로젝트 ID
projectId string

프로젝트 ID로 필터링

Has Project
hasProject boolean

프로젝트와 연결된 작업별로 필터링

사용자 지정 속성
customProperties string

사용자 지정 속성 값으로 필터링

팔로워 ID
followerIds array

팔로워별로 필터링할 사용자 ID 목록

연결된 노드 ID
associatedNodeIds array

필터링할 연결 ID 목록

작성자 ID
creatorIds array

작성자가 필터링할 사용자 ID 목록

연결 포함
includeAssociations boolean

응답에 연결 데이터 포함

부모 ID
parentId string

필터링할 작업 ID 목록

반환

작업 만들기

작업을 만듭니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

담당자 ID
assigneeId string

담당자의 사용자 ID

노드 ID
nodeId string

노드 ID

노드 유형
nodeType string

연결의 노드 형식

공간 ID
spaceId string

공간 ID

사용자 지정 속성 ID
id string
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

Description
description string

작업에 대한 설명

부모 ID
parentId string

부모의 작업 ID

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

태스크가 연결된 프로젝트의 ID

제목
title string

작업 제목

반환

작업 삭제

작업을 삭제합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

작업 ID
taskId True string

작업 ID

반환

작업 업데이트

기존 작업을 업데이트합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

작업 ID
taskId True string

작업 ID

담당자 ID
assigneeId string

담당자의 사용자 ID

사용자 지정 속성 ID
id string
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

Description
description string

작업에 대한 설명

부모 ID
parentId string

부모 작업의 작업 ID

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

태스크가 속한 프로젝트 ID

단계 ID
stepId integer

작업 상태를 나타내는 단계 ID

제목
title string

작업 제목

반환

프로젝트 가져오기

ID로 단일 프로젝트를 가져옵니다. 원하는 경우 작업을 반환합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

프로젝트 ID
projectId True string

프로젝트 ID

연결된 노드 깊이
associatedNodesDepth integer

반환된 연결된 노드 데이터의 깊이를 나타내는 숫자

작업 포함
includeWorks boolean

연결된 작업 데이터를 포함하는 표시기

반환

프로젝트 가져오기

특성 및 연결이 있는 프로젝트 목록을 가져옵니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

계획된 종료 날짜
plannedEndDateFrom date-time

계획된 종료 날짜에서 필터링

계획된 종료 날짜
plannedEndDateTo date-time

계획된 종료 날짜로 필터링

계획된 시작 날짜
plannedStartDateFrom date-time

계획된 시작 날짜에서 필터링

계획된 시작 날짜
plannedStartDateTo date-time

계획된 시작 날짜로 필터링

프로젝트 ID
ids array

쿼리할 프로젝트 ID 목록

프로젝트 제목
title string

쿼리할 프로젝트 제목

관리자 ID
managerIds array

관리자가 쿼리할 사용자 ID 목록

작성자 ID
creatorIds array

작성자가 쿼리할 사용자 ID 목록

연결된 노드 ID
associatedNodeIds array

쿼리할 연결 ID 목록

Cursor
cursor string

페이지 매김에 사용되는 커서

한계
limit integer

반환된 레코드를 제한할 수

Sort
sort array

쿼리 정렬

사용자 지정 속성
customProperties string

쿼리할 사용자 지정 속성 목록

팔로워 ID
followerIds array

팔로워가 쿼리할 사용자 ID 목록

연결 포함
includeAssociations boolean

연결 데이터 포함을 허용하는 표시기

반환

프로젝트 만들기

프로젝트를 만듭니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

노드 ID
nodeId string

노드 ID

노드 유형
nodeType string

연결의 노드 형식

공간 ID
spaceId string

공간 ID

사용자 지정 속성 ID
id string
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

Description
description string

설명 제목

관리자 ID
managerId string

관리자의 사용자 ID

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

시작 날짜의 날짜 문자열

제목
title string

프로젝트 제목

반환

프로젝트 삭제

프로젝트를 삭제합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

프로젝트 ID
projectId True string

프로젝트 ID

작업 삭제
deleteTasks boolean

연결된 작업도 삭제합니다.

반환

프로젝트 삭제

하나 이상의 프로젝트를 삭제합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

프로젝트 ID
ids True array

프로젝트 ID 목록

작업 삭제
deleteTasks boolean

연결된 작업도 삭제합니다.

반환

프로젝트 업데이트

프로젝트를 업데이트하고 반환합니다.

매개 변수

Name 필수 형식 Description
공간 ID
spaceId True string

공간 ID

프로젝트 ID
projectId True string

프로젝트 ID

사용자 지정 속성 ID
id string
지역화
localizations object

지역화 개체

다중 값
multipleValue boolean

사용자 지정 속성에서 여러 값을 허용하는지 여부를 나타냅니다.

이름
name string

사용자 지정 속성의 이름

값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

Description
description string

프로젝트에 대한 설명

활성 상태
isActive boolean

프로젝트가 활성 상태인지 여부를 나타내는 표시기인가요?

관리자 ID
managerId string

프로젝트 관리자의 사용자 ID

최대 순위
maxRank string

최대 순위 번호

최소 순위
minRank string

최소 순위 번호

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

제목
title string

프로젝트 제목

반환

정의

협회

Name 경로 형식 Description
Description
description string

연결에 대한 설명

이름
name string

연결 이름

노드 GUID
nodeGuid string

긴 GUID 형식

노드 ID
nodeId string

노드 ID

노드 유형
nodeType string

연결의 노드 형식

공간 GUID
spaceGuid string

긴 GUID 형식

공간 ID
spaceId string

공간 ID

AsyncOperationResponse

Name 경로 형식 Description
비동기 작업 ID
asyncOperationIds array of string

비동기 작업 ID 목록

주석

Name 경로 형식 Description
주석 페이로드
annotationPayload string
주석 유형
annotationType string
메모 콘텐츠
commentContent string
만든 위치에서
createdAt date-time

만든 날짜의 날짜 문자열

작성자 ID
creatorId string

작성자의 사용자 ID

주석 ID
id string

주석 ID

해결됨
isResolved boolean

주석이 확인되었는지 여부에 대한 True/false

노드 ID
nodeId string

노드 ID

노드 유형
nodeType string

주석의 노드 형식

페이지 인덱스
pageIndex string

숫자 페이지 인덱스

부모 ID
parentId string

부모 주석 ID

회신 수
replyCount integer

응답 수

공간 ID
spaceId string

공간 ID

업데이트 날짜
updatedAt date-time

업데이트된 날짜의 날짜 문자열

CommentQueryResponse

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Cursor
cursor string

페이지 매김에 사용되는 커서

아이템
items array of Comment

응답의 항목 목록

한계
limit integer

레코드를 제한할 수

메타데이터 개체
meta Meta

메타데이터 개체

ContentRef

Name 경로 형식 Description
콘텐츠 ID
contentId uuid

콘텐츠 ID

DocCenter 전체 경로
docCenterFullPath string

DocCenter에 콘텐츠가 있는 전체 위치 경로

주 버전
majorVersion integer

주 버전 수

마이너 버전
minorVersion integer

부 버전 수

수정된 날짜
modifiedDate date-time

콘텐츠 참조가 마지막으로 업데이트된 날짜

주문 번호
orderNo integer

순서를 나타내는 숫자

프로필 ID
profileId uuid

프로필 ID

프로필 버전 ID
profileVersionId uuid

프로필의 버전 ID

출처
source string

콘텐츠 원본

TeamSite ID
teamSiteId string

TeamSite ID

썸네일 ID
thumbnailId string

이미지 썸네일의 ID

버전 ID
versionId uuid

콘텐츠의 버전 ID

CustomProperty

Name 경로 형식 Description
여러 값 허용
allowMultipleValues boolean

사용자 지정 속성이 여러 값을 허용하는지 나타냅니다.

ID로 생성됨
createdById string

작성자의 사용자 ID

값 도메인이 있습니다.
hasDomainOfValues boolean

사용자 지정 속성에 가능한 값이 있는지를 나타냅니다.

Hint
hint string

사용자 지정 속성 이름 아래에 표시되는 힌트를 설명하는 값

사용자 지정 속성 ID
id string
필수 요소입니다.
isRequired boolean

사용자 지정 속성이 필요한지 여부를 나타냅니다.

ID로 마지막으로 수정한 날짜
lastModifiedById string

사용자 지정 속성을 마지막으로 업데이트한 사용자의 사용자 ID

이름
name string

사용자 지정 속성의 이름

작업 설정
operationSetting string

사용자 지정 속성에 대한 다양한 작업에 대한 설정을 설명하는 개체

순서
order integer

사용자 지정 속성 목록 내의 순서를 나타내는 숫자

가능한 값
possibleValues array of PossibleValuesItem

사용자 지정 속성에 사용할 수 있는 값 목록(해당하는 경우)

범위 설정
scopeSettings array of ScopeSettingsItemDefinition

사용자 지정 속성의 다양한 범위에 대한 설정을 설명하는 개체

Scopes
scopes array of string

범위 목록

값 스키마 이름
valueSchemaName string

사용자 지정 속성 값 스키마의 이름

valueSchemaProperty
valueSchemaProperty ValueSchemaPropertyDefinition

값 스키마 정의

값 유형
valueType string

사용자 지정 속성 값의 형식

CustomPropertyValues

Name 경로 형식 Description
사용자 지정 속성 ID
id string
지역화
localizations object

지역화 개체

다중 값
multipleValue boolean

사용자 지정 속성에서 여러 값을 허용하는지 여부를 나타냅니다.

이름
name string

사용자 지정 속성의 이름

가치들
values array of CustomPropertyValuesValues

사용자 지정 속성 값 목록

CustomPropertyValuesValues

Name 경로 형식 Description
값 ID
id string
가치
value

사용자 지정 속성 값에 대한 값 데이터

Follower

Name 경로 형식 Description
사용자/사용자 그룹 ID
id string

팔로워의 사용자/사용자 그룹 ID

유형
type string

사용자 또는 사용자 그룹 팔로워 유형

Meta

메타데이터 개체

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Query
query array of MetaQueryInfo

쿼리 개체

MetaQueryInfo

Name 경로 형식 Description
Sort
sort array of string

쿼리 정렬

PlannerProject

Name 경로 형식 Description
실제 기간
actualDuration integer

계산된 실제 기간(일)

실제 종료 날짜
actualEndDate date-time

프로젝트가 실제로 종료된 시점의 계산된 종료 날짜

실제 시작 날짜
actualStartDate date-time

프로젝트가 실제로 시작된 시점의 계산된 시작 날짜

연결된 노드
associatedNodes array of ProjectAssociatedNodes

연결 데이터 목록

Associations
associations array of Association

연결 목록(라이브러리 콘텐츠)

복사 원본
copyFrom string

프로젝트가 복사되는 프로젝트 ID

만든 위치에서
createdAt date-time

만든 날짜의 날짜 문자열

작성자 ID
creatorId string

작성자의 사용자 ID

사용자 지정 속성
customProperties array of CustomPropertyValues

사용자 지정 속성 목록

Description
description string

프로젝트에 대한 설명

Followers
followers array of Follower

팔로워 목록

프로젝트 ID
id string
활성 상태
isActive boolean

프로젝트가 활성 상태인지 여부를 나타내는 표시기

템플릿인 경우
isTemplate boolean

프로젝트가 템플릿인지 여부에 대한 표시기

관리자 ID
managerId string

프로젝트 관리자의 사용자 ID

최대 순위
maxRank string

최대 순위 번호

최소 순위
minRank string

최소 순위 번호

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

공간 ID
spaceId string
템플릿 아이디
templateId string

프로젝트를 만든 템플릿 ID

제목
title string

프로젝트 제목

업데이트 날짜
updatedAt date-time

프로젝트가 마지막으로 업데이트된 날짜

작업
works array of PlannerTask

작업 및 요청 목록

PlannerProjectQueryResponse

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Cursor
cursor string

페이지 매김에 사용되는 커서

프로젝트 개체
items array of PlannerProject

응답의 프로젝트 항목 목록

한계
limit integer

레코드를 제한할 수

메타데이터 개체
meta Meta

메타데이터 개체

PlannerRequest

Name 경로 형식 Description
담당자 ID
assigneeId string

담당자의 사용자 ID

할당자 ID
assignerId string

할당자의 사용자 ID

Associations
associations array of Association

연결 목록(라이브러리 콘텐츠)

콘텐츠 참조 개체
contentRefs array of ContentRef

콘텐츠 참조 목록(WorkSpace 및 DocCenter 콘텐츠)

만든 위치에서
createdAt date-time

만든 날짜의 날짜 문자열

작성자 ID
creatorId string

작성자의 사용자 ID

사용자 지정 속성
customProperties array of CustomPropertyValues

사용자 지정 속성 목록

Followers
followers array of Follower

팔로워 목록

Form Ref
formRef

양식 참조 개체

요청 ID
id string
비고
note string

상태 변경에 대한 알림에 대한 참고 사항

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

요청이 연결된 프로젝트의 프로젝트 ID

등급
rank string

요청 목록의 요청 순위

requestFormCustomPropertyOption
requestFormCustomPropertyOption RequestFormCustomProperties

요청 양식 사용자 지정 속성

공간 ID
spaceId string
상태 스키마 ID
statusSchemaId string
단계 ID
stepId integer

상태 값을 나타내는 단계 ID

제목
title string

요청의 제목

업데이트 날짜
updatedAt date-time

요청이 마지막으로 업데이트된 날짜

PlannerRequestQueryResponse

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Cursor
cursor string

페이지 매김에 사용되는 커서

요청 개체
items array of PlannerRequest

응답의 요청 개체 목록

한계
limit integer

레코드를 제한할 수

메타데이터 개체
meta Meta

메타데이터 개체

PlannerSubTask

Name 경로 형식 Description
실제 기간
actualDuration integer

계산된 실제 기간(일)

실제 종료 날짜
actualEndDate date-time

작업 완료 날짜

실제 시작 날짜
actualStartDate date-time

작업 시작 날짜

담당자 ID
assigneeId string

담당자의 사용자 ID

할당자 ID
assignerId string

담당자를 추가할 마지막 사용자의 사용자 ID

Associations
associations array of Association

작업에 대한 연결 목록

복사 원본
copyFrom string

작업이 복사된 작업 ID

만든 위치에서
createdAt date-time

작업을 만든 날짜

작성자 ID
creatorId string

작성자의 사용자 ID

사용자 지정 속성
customProperties array of CustomPropertyValues

작업의 사용자 지정 속성 목록

Description
description string

작업에 대한 설명

Followers
followers array of Follower

작업에 대한 팔로워 목록

작업 ID
id string
템플릿인 경우
isTemplate boolean

작업이 템플릿의 일부인지를 나타냅니다.

최대 순위
maxRank string

최대 순위

최소 순위
minRank string

최소 순위

부모 ID
parentId string

작업이 하위 작업인 경우 부모의 작업 ID

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

종료 날짜의 날짜 문자열(기한)

계획된 시작 날짜
plannedStartDate date-time

시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

태스크가 속한 프로젝트 ID

등급
rank string

작업 목록의 작업 순위

공간 ID
spaceId string
상태 스키마 ID
statusSchemaId string
단계 ID
stepId integer

상태 스키마의 단계 ID

템플릿 아이디
templateId string

태스크가 속한 템플릿의 템플릿 ID

제목
title string

작업 제목

유형
type string

작업 유형

업데이트 시
updatedAt date-time

작업이 마지막으로 업데이트된 날짜

PlannerTask

Name 경로 형식 Description
실제 기간
actualDuration integer

계산된 실제 기간(일)

실제 종료 날짜
actualEndDate date-time

작업 완료 날짜

실제 시작 날짜
actualStartDate date-time

작업 시작 날짜

할당 ID
assigneeId string

담당자의 사용자 ID

할당자 ID
assignerId string

담당자를 추가할 마지막 사용자의 사용자 ID

Associations
associations array of Association

작업에 대한 연결 목록

복사 원본
copyFrom string

작업이 복사된 작업 ID

만든 위치에서
createdAt date-time

작업을 만든 날짜

작성자 ID
creatorId string

작성자의 사용자 ID

사용자 지정 속성
customProperties array of CustomPropertyValues

작업의 사용자 지정 속성 목록

Description
description string

작업에 대한 설명

Followers
followers array of Follower

작업에 대한 팔로워 목록

작업 ID
id string
템플릿인 경우
isTemplate boolean

작업이 템플릿의 일부인지를 나타냅니다.

최대 순위
maxRank string

최대 순위

최소 순위
minRank string

최소 순위

부모 ID
parentId string

작업이 하위 작업인 경우 부모의 작업 ID

계획된 기간
plannedDuration integer

계획된 기간(일)

계획된 종료 날짜
plannedEndDate date-time

계획된 종료 날짜의 날짜 문자열(기한)

계획된 시작 날짜
plannedStartDate date-time

계획된 시작 날짜의 날짜 문자열

Priority
priority string

우선 순위 값

프로젝트 ID
projectId string

태스크가 속한 프로젝트 ID

등급
rank string

작업 목록의 작업 순위

공간 ID
spaceId string
상태 스키마 ID
statusSchemaId string
단계 ID
stepId integer

상태 스키마의 단계 ID

하위 작업 ID
subTaskIds array of string

하위 작업 ID 목록

하위 작업
subTasks array of PlannerSubTask

작업의 하위 작업 목록

템플릿 아이디
templateId string

태스크가 속한 템플릿의 템플릿 ID

제목
title string

작업 제목

유형
type string

작업 유형

업데이트 날짜
updatedAt date-time

작업이 마지막으로 업데이트된 날짜

PlannerTaskQueryResponse

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Cursor
cursor string

페이지 매김에 사용되는 커서

작업 개체
items array of PlannerTask

응답의 작업 개체 목록

한계
limit integer

레코드를 제한할 수

메타데이터 개체
meta Meta

메타데이터 개체

PossibleValuesItem

Name 경로 형식 Description
값 ID
id string
순서
order integer

순서를 나타내는 숫자

가치
value

실제 값 데이터

ProjectAssociatedNodes

Name 경로 형식 Description
노드 ID
nodeId string
노드 유형
nodeType string

연결의 노드 형식

공간 ID
spaceId string

RequestFormCustomProperties

요청 양식 사용자 지정 속성

Name 경로 형식 Description
만든 위치에서
createdAt date-time

만든 날짜의 날짜 문자열

사용자 지정 속성
customProperties array of CustomProperty

사용자 지정 속성 목록

ScopeSettingsItemDefinition

Name 경로 형식 Description
필수 요소입니다.
isRequired boolean

필드가 필요한지 여부에 대한 표시기

Scope
scope string

사용자 지정 속성 정의가 속한 노드 형식의 형식 목록

StatusSchema

Name 경로 형식 Description
만든 위치에서
createdAt date-time

만든 날짜의 날짜 문자열

작성자 ID
creatorId string

작성자의 사용자 ID

상태 스키마 ID
id string
기본값입니다.
isDefault boolean

상태 스키마가 기본 스키마인지 여부 표시기

이름
name string

상태 스키마의 이름

공간 ID
spaceId string
Steps
steps array of string

단계 및 해당 값 목록

전환
transitions array of array

전환 규칙 목록

items
transitions array of integer
유형
type string

상태 스키마를 사용할 수 있는 노드 유형

업데이트 날짜
updatedAt date-time

상태 스키마가 마지막으로 업데이트된 날짜

StatusSchemaQueryResponse

Name 경로 형식 Description
수량
count integer

반환된 레코드 수

Cursor
cursor string

페이지 매김에 사용되는 커서

상태 스키마 개체
items array of StatusSchema

응답의 상태 스키마 개체 목록

한계
limit integer

레코드를 제한할 수

메타데이터 개체
meta Meta

메타데이터 개체

ValueSchemaPropertyDefinition

값 스키마 정의

Name 경로 형식 Description
최대 수
max string
최소 번호
min string