ActivityFields

Activity fields represent different fields that an activity has.

Get all activity fields

Copy link

Returns metadata about all activity fields in the company.

Cost

10

Request
GET

/api/v2/activityFields

Query parameters

include_fields

string

Optional comma separated string array of additional data namespaces to include in response

Values

ui_visibility

limit

integer

For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed.

cursor

string

For pagination, the marker (an opaque string value) representing the first item on the next page

Response
200

OK

Expand all
Copy code
    • true
    • [ ... ]
      • { ... }

      Get one activity field

      Copy link

      Returns metadata about a specific activity field.

      Cost

      1

      Request
      GET

      /api/v2/activityFields/{field_code}

      Path parameters

      field_code

      string

      required

      The unique code identifying the field

      Query parameters

      include_fields

      string

      Optional comma separated string array of additional data namespaces to include in response

      Values

      ui_visibility

      Response
      200

      OK

      Expand all
      Copy code
        • true
        • { ... }

        Subscribe to Pipedrive’s Developer Newsletter