Skip to main content
GET
/
admin
/
v1
/
networks
/
{network_id}
/
custom_fields
Return custom fields of the given network
curl --request GET \
  --url https://api.mn.co/admin/v1/networks/{network_id}/custom_fields \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network_id
required

The Network's unique integer ID, or subdomain Unique numeric network ID

Query Parameters

response_type
string

Filter by response type. Valid values: tag, badge, dropdown_single_select, dropdown_multi_select, text_short, text_long. Invalid values are ignored.

page
integer<uint64>

Page number for pagination

per_page
integer<uint64>

Items per page (max 100)

Response

200 - application/json

A paginated set of custom field objects