Magidoc

getCustomFields
Query

Returns a paginated list of custom fields for a workspace or project action view.

Parameters:

  • workspaceId: Required. The ID of the workspace to get custom fields for.
  • actionViewId: Optional. The ID of the action view to get custom fields for. Could be used to get custom fields for a specific project action view.
  • formId: Optional. The ID of the form to get custom fields for.
  • first: Optional. The number of custom fields to return.
  • last: Optional. The number of custom fields to return.
  • before: Optional. The ID of the custom field to return before.
  • after: Optional. The ID of the custom field to return after.
  • selector: Optional. A JSON object to filter the custom fields.
  • includeRemoved: Optional. Whether to include removed custom fields.
  • searchParams: Optional. A JSON object to search the custom fields.
  • sortField: Optional. The field to sort the custom fields by.
  • sortOrder: Optional. The order to sort the custom fields by.
  • includeProjectCustomFields: Optional. Whether to include project custom fields.

Arguments

#

workspaceId

ID !
Non-null

actionViewId

formId

first = 20

last

before

after

selector

includeRemoved

searchParams

sortField = "modifiedAt"

sortOrder = -1

includeProjectCustomFields

Response

#

Returns CustomFieldConnection .

Example

#

    
  

3

    
  

3

    
  

3