Productboard integration (Productivity, Data). Imported from open-connector.
https://api.productboard.com/v2/entities/configurations
| Param | Type | Required | Description |
|---|---|---|---|
| types | array | optional | Optional entity types to include. |
/entities/configurations/{type}
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | Productboard entity type to retrieve. |
/entities
| Param | Type | Required | Description |
|---|---|---|---|
| pageCursor | string | optional | Opaque cursor returned by a previous Productboard list response. |
| types | array | optional | Entity types to include. |
| fields | array | optional | Productboard fields to return. Use all or field IDs from the configuration endp… |
| name | string | optional | Filter entities by name. |
| ownerId | string | optional | Filter entities by Productboard owner ID. |
| ownerEmail | string | optional | Filter entities by Productboard owner email. |
| statusId | string | optional | Filter entities by Productboard status ID. |
| statusName | string | optional | Filter entities by Productboard status name. |
| archived | boolean | optional | Filter entities by archived status. |
| parentId | string | optional | Filter entities by parent entity ID. |
| metadataSourceSystem | string | optional | Filter entities by metadata source system name. |
| metadataSourceRecordId | string | optional | Filter entities by metadata source record ID. |
/entities/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Productboard entity identifier. |
| fields | array | optional | Productboard fields to return. Use all or field IDs from the configuration endp… |
/notes/configurations
| Param | Type | Required | Description |
|---|---|---|---|
| types | array | optional | Optional note types to include. |
/notes/configurations/{type}
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | Productboard note type to retrieve. |
/notes
| Param | Type | Required | Description |
|---|---|---|---|
| pageCursor | string | optional | Opaque cursor returned by a previous Productboard list response. |
| archived | boolean | optional | Filter notes by archived status. |
| processed | boolean | optional | Filter notes by processed status. |
| types | array | optional | Note types to include. |
| ownerId | string | optional | Filter notes by Productboard owner ID. |
| ownerEmail | string | optional | Filter notes by Productboard owner email. |
| creatorId | string | optional | Filter notes by Productboard creator ID. |
| creatorEmail | string | optional | Filter notes by Productboard creator email. |
| metadataSourceSystem | string | optional | Filter notes by metadata source system name. |
| metadataSourceRecordId | string | optional | Filter notes by metadata source record ID. |
| createdFrom | string | optional | Filter notes created on or after this ISO-8601 timestamp. |
| createdTo | string | optional | Filter notes created on or before this ISO-8601 timestamp. |
| updatedFrom | string | optional | Filter notes updated on or after this ISO-8601 timestamp. |
| updatedTo | string | optional | Filter notes updated on or before this ISO-8601 timestamp. |
| fields | array | optional | Productboard fields to return. Use all or field IDs from the configuration endp… |
/notes/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Productboard note identifier. |
| fields | array | optional | Productboard fields to return. Use all or field IDs from the configuration endp… |
/members
| Param | Type | Required | Description |
|---|---|---|---|
| pageCursor | string | optional | Opaque cursor returned by a previous Productboard list response. |
| query | string | optional | Case-insensitive partial match query for member name or email. |
| roles | array | optional | Member roles to include. |
| includeDisabled | boolean | optional | Whether to include disabled members. |
| includeInvitationPending | boolean | optional | Whether to include members with pending invitations. |
/members/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Productboard member identifier. |
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| pageCursor | string | optional | Opaque cursor returned by a previous Productboard list response. |
| name | string | optional | Filter teams by exact name, case-insensitive. |
| handle | string | optional | Filter teams by exact handle, case-insensitive. |
| query | string | optional | Case-insensitive partial match query for team name or handle. |
/teams/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | Productboard team identifier. |
/teams/{teamId}/members
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | Productboard team identifier. |
| pageCursor | string | optional | Opaque cursor returned by a previous Productboard list response. |