/rocketlane-collaboration | Type: Application | PCID required: Yes
Tools
rocketlane_collaboration_add_field_option
Add field Option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fieldId | integer | Yes | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
optionColor | string | Yes | — | The optionColor reflects the color of the options for the single or multiple choice field. |
optionLabel | string | Yes | — | The optionLabel reflects the name of the options for the single or multiple choice field. |
rocketlane_collaboration_add_members_to_conversation
Add members to the conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
conversationId | integer | Yes | — | The ID of the conversation object |
includeFields | string[] | No | — | Use this query parameter to opt in for fields to be returned in the response body. Use comma separated values to fetch the respective fields. If left blank, default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
body | object[] | Yes | — | Request body |
rocketlane_collaboration_create_comment
Create a comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
includeFields | string | No | — | Include Fields |
attachments | object[] | No | — | List of attachments associated with the comment |
content | string | Yes | — | Content of the comment |
private | boolean | No | — | The private value |
source | object | Yes | — | Source associated with the comment |
rocketlane_collaboration_create_conversation
Creates conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
includeFields | string[] | No | — | Use this query parameter to opt in for fields to be returned in the response body. Use comma separated values to fetch the respective fields. If left blank, default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
allMembers | boolean | No | — | Conversation all members inclusion |
description | string | No | — | Conversation description |
members | object[] | No | — | Conversation members |
name | string | Yes | — | Conversation name |
private | boolean | No | — | Conversation privacy |
source | object | Yes | — | Source associated with the conversation |
rocketlane_collaboration_create_field
Create a Field Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
includeFields | string[] | No | — | This query parameter allows you to specify which field properties should be returned in the response body by selecting from the drop down. To get the relevant field properties, use comma separated values. If this field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the field properties should be returned in the response body. If the field is left blank, the default field properties are returned. |
enabled | boolean | No | — | This depicts if the field is enabled or not. Only those fields which are enabled will reflect in the account. |
fieldDescription | string | No | — | The description of the field. |
fieldId | integer | No | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
fieldLabel | string | Yes | — | The fieldLabel is the name of the field. |
fieldOptions | object[] | No | — | The fieldOptions params define the value and label for the different options available for SINGLE_CHOICE and MULTIPLE_CHOICE fields. |
fieldType | string | Yes | — | This defines type of the field. Refer Custom Fields for further information |
objectType | string | Yes | — | This defines type of object that is associated with the field. This could be TASK, PROJECT or USER. |
private | boolean | No | — | This depicts if the field is private or not. |
ratingScale | string | No | — | The number of stars in the Rating Scale when Field Type is RATING. |
rocketlane_collaboration_delete_comment
Delete comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentId | integer | Yes | — | The ID of the message object |
rocketlane_collaboration_delete_conversation
Delete conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
conversationId | integer | Yes | — | The ID of the conversation object |
rocketlane_collaboration_delete_field
Delete field by Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fieldId | integer | Yes | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
rocketlane_collaboration_get_all_conversations
Get all conversations Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
includeFields | string[] | No | — | Use this query parameter to opt in for fields to be returned in the response body. Use comma separated values to fetch the respective fields. If left blank, default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
sourceId.eq | number | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
conversationName.eq | string | No | — | Filter by conversation name |
conversationName.cn | string | No | — | You can use this param to specify some Conversation name and the responses will contain matches of conversation that match the given name. |
conversationName.nc | string | No | — | You can use this param to specify some Conversation name and the responses will not contain matches of conversation that match the given name. |
isPrivate.eq | boolean | No | — | Filter by private conversations |
rocketlane_collaboration_get_all_fields
Get all fields Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
includeFields | string[] | No | — | This query parameter allows you to specify which field properties should be returned in the response body by selecting from the drop down. To get the relevant field properties, use comma separated values. If this field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the field properties should be returned in the response body. If the field is left blank, the default field properties are returned. |
sortBy | string | No | — | You can use the sortBy param to sort the responses by the given field. |
sortOrder | string | No | — | The sortOrder param can be used to specify the sorting order, which can be Ascending (ASC) or Descending (DESC). Descending is the default option. |
match | string | No | — | You can use the match param to specify if we need to filter the entries using either AND(all) / OR(any). Defaults to AND. |
createdAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are greater than the given fields created date. |
createdAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain exact matches of fields that match the given fields created date. |
createdAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are less than the given fields created date. |
createdAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are greater than or equal to the given fields created date. |
createdAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are less than or equal to the given fields created date. |
updatedAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are greater than the given fields updated date. |
updatedAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain exact matches of fields that match the given fields updated date. |
updatedAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are less than the given fields updated date. |
updatedAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are greater than or equal to the given fields updated date. |
updatedAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain fields whose date are less than or equal to the given fields updated date. |
objectType.eq | string | No | — | You can use this param to specify a object type for the fields and the responses will contain exact matches of fields that have the given object type. |
fieldType.eq | string | No | — | You can use this param to specify a field type for the fields and the responses will contain exact matches of fields that have the given field type. |
enabled.eq | boolean | No | — | You can use this parameter to specify whether responses will contains the enabled or disabled fields. |
private.eq | boolean | No | — | You can use this parameter to specify whether responses will contains the private or shared fields. |
rocketlane_collaboration_get_all_users
Get all users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
sortBy | string | No | — | You can use the sortBy param to sort the responses by the given field. |
sortOrder | string | No | — | The sortOrder param can be used to specify the sorting order, which can be Ascending (ASC) or Descending (DESC). Descending is the default option. |
match | string | No | — | You can use the match param to specify if we need to filter the entries using either AND(all) / OR(any). Defaults to AND. |
firstName.eq | string | No | — | You can use this param to specify some user first name and the responses will contain exact matches of users that match the given first name. |
firstName.cn | string | No | — | You can use this param to specify some user first name and the responses will contain matches of users that match the given first name. |
firstName.nc | string | No | — | You can use this param to specify some user first name and the responses will not contain matches of users that match the given first name. |
lastName.eq | string | No | — | You can use this param to specify some user last name and the responses will contain exact matches of users that match the given last ame. |
lastName.cn | string | No | — | You can use this param to specify some user last name and the responses will contain matches of users that match the given last name. |
lastName.nc | string | No | — | You can use this param to specify some user last name and the responses will not contain matches of users that match the given last name. |
email.eq | string | No | — | You can use this param to specify some user email id and the responses will contain exact matches of users that match the given email id. |
email.cn | string | No | — | You can use this param to specify some user email id and the responses will contain matches of users that match the given email id. |
email.nc | string | No | — | You can use this param to specify some user email id and the responses will not contain matches of users that match the given email id. |
status.eq | string[] | No | — | You can use this param to provide a user status and the responses will contain exact matches of users that match the given status. |
status.oneOf | string[] | No | — | You can use this param to provide user statuses separated by commas and the responses will contain matches of users that match one of the given user status. |
status.noneOf | string[] | No | — | You can use this param to provide user statuses separated by commas and the responses will contain matches of users that match the none of the given set of user statuses. |
type.eq | string[] | No | — | You can use this param to provide a user type and the responses will contain exact matches of users that match the given type. |
type.oneOf | string[] | No | — | You can use this param to provide user types separated by commas and the responses will contain matches of users that match the none of the given set of user types. |
roleId.eq | string | No | — | You can use this param to provide a role id and the responses will contain exact matches of users that match the given role id. |
roleId.oneOf | string | No | — | You can use this param to provide role ids separated by commas and the responses will contain matches of users that match one of the given role id. |
roleId.noneOf | string | No | — | You can use this param to provide role id separated by commas and the responses will contain matches of users that match the none of the given set of role id. |
permissionId.eq | string | No | — | You can use this param to provide a permission id and the responses will contain exact matches of users that match the given permission id. |
permissionId.oneOf | string | No | — | You can use this param to provide permission ids separated by commas and the responses will contain matches of users that match one of the given set of permission id. |
permissionId.noneOf | string | No | — | You can use this param to provide permission ids separated by commas and the responses will contain matches of users that match the none of the given set of permission id. |
capacityInMinutes.eq | number | No | — | You can use this param to specify some value as capacity and the responses will contain exact matches of users that match the given value. |
capacityInMinutes.gt | number | No | — | You can use this param to specify some value as capacity and the responses will contain exact matches of capacity greater than that of the given value. |
capacityInMinutes.ge | number | No | — | You can use this param to specify some value as capacity and the responses will contain exact matches of capacity greater than or equal to that of the given value. |
capacityInMinutes.lt | number | No | — | You can use this param to specify some value as capacity and the responses will contain exact matches of capacity lesser than that of the given value. |
capacityInMinutes.le | number | No | — | You can use this param to specify some value as capacity and the responses will contain exact matches of capacity lesser than or equal to that of the given value. |
createdAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are greater than the given users created date. |
createdAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain exact matches of users that match the given users created date. |
createdAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are less than the given users created date. |
createdAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are greater than or equal to the given users created date. |
createdAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are less than or equal to the given users created date. |
updatedAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are greater than the given users updated date. |
updatedAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain exact matches of users that match the given users updated date. |
updatedAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are less than the given users updated date. |
updatedAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are greater than or equal to the given users updated date. |
updatedAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain users whose date are less than or equal to the given users updated date. |
rocketlane_collaboration_get_comment
Get comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentId | integer | Yes | — | The ID of the comment object |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
rocketlane_collaboration_get_comments
Get all comments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
sourceType | string | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
sortOrder | string | No | — | The sortOrder param can be used to specify the sorting order, which can be Ascending (ASC) or Descending (DESC). Descending is the default option. |
match | string | No | — | You can use the match param to specify if we need to filter the entries using either AND(all) / OR(any). Defaults to AND. |
createdBy.eq | number | No | — | You can use this param to specify the team member who created the comment in the conversation, and the responses will contain comment conversations that match the creator. |
createdAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain comment conversations where the created date of the comment is greater than the given date. |
createdAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain comment conversations that match the exact created date of the comment. |
createdAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain comment conversations where the created date of the comment is less than the given date. |
createdAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain comment conversations where the created date of the comment is greater than or equal to the given date. |
createdAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain comment conversations where the created date of the comment is less than or equal to the given date. |
includeFields | string[] | No | — | Use this query parameter to opt in for fields to be returned in the response body. Use comma separated values to fetch the respective fields. If left blank, default properties are returned. |
isPrivate.eq | boolean | No | — | Filter by private conversations |
rocketlane_collaboration_get_conversation
Get conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
conversationId | integer | Yes | — | The ID of the conversation object |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
rocketlane_collaboration_get_field
Get field by Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fieldId | integer | Yes | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
includeFields | string[] | No | — | This query parameter allows you to specify which field properties should be returned in the response body by selecting from the drop down. To get the relevant field properties, use comma separated values. If this field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the field properties should be returned in the response body. If the field is left blank, the default field properties are returned. |
rocketlane_collaboration_get_invoice
Get invoice by Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoiceId | integer | Yes | — | Unique identifier of the invoice |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
rocketlane_collaboration_get_invoice_line_items
Get invoice line items by invoice Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoiceId | integer | Yes | — | Unique identifier of the invoice |
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
rocketlane_collaboration_get_invoice_payments
Get invoice payments by invoice Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
invoiceId | integer | Yes | — | Unique identifier of the invoice |
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
rocketlane_collaboration_get_user
Get user by Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId | integer | Yes | — | The user’s unique, system-generated identifier, which can be used to identify the user globally. |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
rocketlane_collaboration_remove_members_from_conversation
Remove members to the conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
conversationId | integer | Yes | — | The ID of the conversation object |
body | object[] | Yes | — | Request body |
rocketlane_collaboration_search_invoices
Get all invoices Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dateOfIssue.eq | string | No | — | Filter by date of issue (equals). |
dateOfIssue.gt | string | No | — | Filter by date of issue greater than. |
dateOfIssue.ge | string | No | — | Filter by date of issue greater than or equal. |
dateOfIssue.lt | string | No | — | Filter by date of issue less than. |
dateOfIssue.le | string | No | — | Filter by date of issue less than or equal. |
dueDate.eq | string | No | — | Filter by due date (equals). |
dueDate.gt | string | No | — | Filter by due date greater than. |
dueDate.ge | string | No | — | Filter by due date greater than or equal. |
dueDate.lt | string | No | — | Filter by due date less than. |
dueDate.le | string | No | — | Filter by due date less than or equal. |
amount.eq | number | No | — | Filter by amount (equals). |
amount.gt | number | No | — | Filter by amount greater than. |
amount.ge | number | No | — | Filter by amount greater than or equal. |
amount.lt | number | No | — | Filter by amount less than. |
amount.le | number | No | — | Filter by amount less than or equal. |
amountOutstanding.eq | number | No | — | Filter by amount outstanding (equals). |
amountOutstanding.gt | number | No | — | Filter by amount outstanding greater than. |
amountOutstanding.ge | number | No | — | Filter by amount outstanding greater than or equal. |
amountOutstanding.lt | number | No | — | Filter by amount outstanding less than. |
amountOutstanding.le | number | No | — | Filter by amount outstanding less than or equal. |
amountPaid.eq | number | No | — | Filter by amount paid (equals). |
amountPaid.gt | number | No | — | Filter by amount paid greater than. |
amountPaid.ge | number | No | — | Filter by amount paid greater than or equal. |
amountPaid.lt | number | No | — | Filter by amount paid less than. |
amountPaid.le | number | No | — | Filter by amount paid less than or equal. |
amountWrittenOff.eq | number | No | — | Filter by amount written off (equals). |
amountWrittenOff.gt | number | No | — | Filter by amount written off greater than. |
amountWrittenOff.ge | number | No | — | Filter by amount written off greater than or equal. |
amountWrittenOff.lt | number | No | — | Filter by amount written off less than. |
amountWrittenOff.le | number | No | — | Filter by amount written off less than or equal. |
createdAt.gt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain invoices whose date are greater than the given invoice created date. |
createdAt.eq | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain exact matches of invoices that match the given invoice created date. |
createdAt.lt | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain invoices whose date are less than the given invoice created date. |
createdAt.ge | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain invoices whose date are greater than or equal to the given invoice created date. |
createdAt.le | integer | No | — | You can use this param to provide an epoch milli value and the responses will contain invoices whose date are less than or equal to the given invoice created date. |
companyId.eq | string | No | — | You can use this param to provide a customer company id and the responses will contain exact matches of invoices that match the given customer company id. |
companyId.oneOf | string | No | — | You can use this param to provide customer company ids separated by commas and the responses will contain matches of invoices that match any of the given customer company id. |
companyId.noneOf | string | No | — | You can use this param to provide customer company id separated by commas and the responses will not contain matches of invoices that match the given set of customer company id. |
invoiceNumber.eq | string | No | — | Filter by invoice number (equals). |
invoiceNumber.cn | string | No | — | You can use this param to specify some text and the responses will contain invoices that contain the given text in their invoice number |
invoiceNumber.nc | string | No | — | You can use this param to specify some text and the responses will contain invoices that DO NOT contain the given text in their invoice number |
status.eq | string | No | — | You can use this param to provide status and the responses will contain invoices that are equal to the given status |
status.oneOf | string | No | — | You can use this param to provide statuses and the responses will contain invoices that match one of the given statuses |
status.noneOf | string | No | — | You can use this param to provide statuses and the responses will contain invoices that matches none of the given statuses |
pageSize | number | No | — | This parameter sets the maximum number of responses to be displayed per page. If the page size is insufficient to accommodate the whole number of responses obtained, the pagination object will include a link to the next page as well as the next page token. If left blank, it defaults to 100. |
pageToken | string | No | — | Use this parameter to specify the pageToken of a page to which you want to navigate. This pageToken can be obtained from a previous request which specified a limit and will only be active for 15 minutes after it is created. |
includeFields | string[] | No | — | This query parameter allows you to specify which fields should be returned in the response body by selecting from the drop down. To get the relevant fields, use comma separated values. If the field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
sortBy | string | No | — | You can use the sortBy param to sort the responses by the given field. |
sortOrder | string | No | — | The sortOrder param can be used to specify the sorting order, which can be Ascending (ASC) or Descending (DESC). Descending is the default option. |
match | string | No | — | You can use the match param to specify if we need to filter the entries using either AND(all) / OR(any). Defaults to AND. |
rocketlane_collaboration_update_comment
Update comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentId | integer | Yes | — | The ID of the comment object |
includeFields | string | No | — | Include Fields |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
content | string | No | — | Updated comment content |
private | boolean | No | — | The private value |
rocketlane_collaboration_update_conversation
Update conversation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
conversationId | integer | Yes | — | The ID of the conversation object |
includeFields | string[] | No | — | Use this query parameter to opt in for fields to be returned in the response body. Use comma separated values to fetch the respective fields. If left blank, default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the fields should be returned in the response body. If the field is left blank, the default properties are returned. |
allMembers | boolean | No | — | Conversation all members inclusion |
description | string | No | — | Conversation description |
name | string | No | — | Conversation name |
rocketlane_collaboration_update_field
Update field by Id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fieldId | integer | Yes | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
includeFields | string[] | No | — | This query parameter allows you to specify which field properties should be returned in the response body by selecting from the drop down. To get the relevant field properties, use comma separated values. If this field is left blank, the default properties are returned. |
includeAllFields | boolean | No | — | This query parameter allows you to specify if all the field properties should be returned in the response body. If the field is left blank, the default field properties are returned. |
enabled | boolean | No | — | This depicts if the field is enabled or not. Only those fields which are enabled will reflect in the account. |
fieldDescription | string | No | — | The description of the field. |
fieldLabel | string | No | — | The fieldLabel is the name of the field. |
private | boolean | No | — | This depicts if the field is private or not. |
rocketlane_collaboration_update_field_option
Update field Option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fieldId | integer | Yes | — | The field’s unique, system-generated identifier, which can be used to identify the field globally. |
optionColor | string | No | — | The optionColor reflects the color of the options for the single or multiple choice field. |
optionLabel | string | No | — | The optionLabel reflects the name of the options for the single or multiple choice field. |
optionValue | integer | Yes | — | The optionValue is the unique identifier and is unique for each field. |

