result.data | object | Yes | — | Provider response payload. |
result.data.success | boolean | No | — | If the response is successful or not |
result.data.data | object | No | — | — |
result.data.data.items | array | No | — | The array of found projects |
result.data.data.items[].result_score | number | No | — | Search result relevancy |
result.data.data.items[].item | object | No | — | — |
result.data.data.items[].item.id | integer | No | — | The ID of the project |
result.data.data.items[].item.type | string | No | — | The type of the item |
result.data.data.items[].item.title | string | No | — | The title of the project |
result.data.data.items[].item.status | string | null | No | — | The status of the project |
result.data.data.items[].item.owner | object | No | — | — |
result.data.data.items[].item.owner.id | integer | null | No | — | The ID of the owner of the project |
result.data.data.items[].item.board_id | integer | null | No | — | The ID of the board the project belongs to |
result.data.data.items[].item.phase | object | null | No | — | — |
result.data.data.items[].item.phase.id | integer | No | — | The ID of the phase |
result.data.data.items[].item.phase.name | string | No | — | The name of the phase |
result.data.data.items[].item.person | object | null | No | — | — |
result.data.data.items[].item.person.id | integer | No | — | The ID of the person the project is associated with |
result.data.data.items[].item.person.name | string | null | No | — | The name of the person the project is associated with |
result.data.data.items[].item.organization | object | null | No | — | — |
result.data.data.items[].item.organization.id | integer | No | — | The ID of the organization the project is associated with |
result.data.data.items[].item.organization.name | string | null | No | — | The name of the organization the project is associated with |
result.data.data.items[].item.organization.address | string | null | No | — | The address of the organization the project is associated with |
result.data.data.items[].item.deal | object | null | No | — | — |
result.data.data.items[].item.deal.id | integer | No | — | The ID of the deal the project is associated with |
result.data.data.items[].item.deal.title | string | null | No | — | The title of the deal the project is associated with |
result.data.data.items[].item.deal_count | integer | No | — | The number of deals associated with the project |
result.data.data.items[].item.description | string | null | No | — | The description of the project |
result.data.data.items[].item.end_date | string | null | No | — | The end date of the project |
result.data.data.items[].item.custom_fields | array | No | — | Custom fields |
result.data.data.items[].item.notes | array | No | — | An array of notes |
result.data.additional_data | object | No | — | The additional data of the list |
result.data.additional_data.next_cursor | string | No | — | The first item on the next page. The value of the next_cursor field will be null if you have reached the end of the dataset and there’s no more pages to be returned. |
result.meta | object | No | — | Additional response metadata (status, paging). |