id stringUnique identifier of the roadmap project |
clientId string |
createdAt date-time |
updatedAt date-time |
title string |
caption string — OPTIONAL |
publicDescription string — OPTIONAL |
privateDescription string — OPTIONAL |
coverImage string — OPTIONAL |
coverImageThumbnail string — OPTIONALCover image thumbnail URL |
progress objectProgress calculated from linked discoveries started numberRatio of started discoveries (excl. CLOSED) | finished numberRatio of finished discoveries (excl. CLOSED) |
|
assignees object[]id stringUnique identifier of the assignee | email string — OPTIONAL | name string |
|
fields object[] — OPTIONALCustom field values. Only included when select=fields is specified. field objectThe custom field definition id string | clientId string | name string | type stringPossible values: [SINGLE_SELECT, MULTI_SELECT] |
| singleValue object — OPTIONALSelected option (SINGLE_SELECT fields) id string | clientId string | name string |
| multiValues object[] — OPTIONALSelected options (MULTI_SELECT fields) id string | clientId string | name string |
|
|
linkedDiscoveries object[] — OPTIONALLinked discoveries. Only included when select=discoveries is specified. id string | clientId string | title string | discoveryStateId string — OPTIONALCurrent discovery state ID |
|
votes object[] — OPTIONALVotes. Only included when select=votes is specified. id string | value stringPossible values: [BAD, NULL, GOOD] | personId string — OPTIONAL | email string — OPTIONAL | createdAt date-time |
|