Use this API to retrieve (GET) all existing fees for an event, and create (POST) a new fee for an event.
Click a method to view its documentation
Privileges required: campaign:list
Retrieves the email campaigns in a user's account as follows:
status
query parameter; see the parameter table below for status types and definitionsmodified_since
query parameter. This is useful for syncing email campaigns across applications.Campaign sort order depends on the campaign status:
Status | Campaign sort order |
DRAFT | by the latest modified_date |
SENT | by the latest last_run_date |
SCHEDULED | by the next_run_date |
DELETED | by the latest last_run_date if it was sent, or by the latest modified_date, if it was never sent |
Deleted campaigns are included in a GET response only when status=DELETED query parameter is used. They are not included in the GET collection by default. You cannot retrieve an individual deleted campaign object using the API.
Privileges required: mylibrary:file:read
Retrieve a list of MyLibrary folders and their properties for the authorized Constant Contact account. MyLibrary supports a folder hierarchy with 3 levels of nesting. Primary, child (2nd level) and grandchild (3rd level) folders all have the same properties associated with them. This endpoint returns an empty results array if there are no folders in the user's account.
Privileges required: mylibrary:file:read
The following options are available when retrieving Library files:
api_key
)type
query parameter (ALL, IMAGE, or Document)source
query parametertype
and source
query parametersThere are many options available for sorting the JSON response using the sort_by
query parameter.
Privileges required: campaign:read
Retrieve an event item by using the eventId
and itemId
path parameters to specify the event and item.
Privileges required: campaign:read
Retrieve a list of all items for an event specified using the eventId
path parameter.
Privileges required: campaign:read
Get a specific event object (specified by the event_id
path parameter). Properties with a null value are not returned in the JSON response.
Privileges required: campaign:read
Retrieve detailed information about a specific registrant (specified by registrantId
) for an event (specified by eventId
).
Privileges required: campaign:read
Retrieve the collection of all registrants for the event specified using the event_id
path parameter.
Privileges required: campaign:read
Retrieve a specific promotional code for an event; use the promocodeId
and eventId
path parameters to specify the code and the event it belongs to.
Privileges required: campaign:read
Retrieve all promocodes for an event specified by the eventId
path parameter.
GET: https://api.constantcontact.com/v2/eventspot/events/{eventId}/fees |
|||
name |
type |
default |
description |
---|---|---|---|
api_key |
query |
REQUIRED; The API key for the application |
|
eventId |
path |
Specifies the event for which to retrieve fees |
code |
description |
---|---|
200 |
Request was successfully processed |
401 |
Authentication failure |
404 |
Event not found for specified eventId |
406 |
Unsupported accept header value; must be application/json |
500 |
Internal server error occurred |
property |
type(max length) |
description |
---|
[ { "id":"Oto5mVLVQQrKqZkh5uy4SYqsdza_koPWy-xR4Dxcl6M", "label":"Regstration Fees Registrants only", "fee":59.99, "fee_scope":"REGISTRANT", "early_fee":53.99, "has_restricted_access":true }, { "id":"Oto5mVLVQQrKqZkh5uy4SdwdHSaA5FmK3L3arR8twco", "label":"Registration Fee for Groups over 3, per person", "fee":49.99, "fee_scope":"REGISTRANT", "has_restricted_access":false }, { "id":"Oto5mVLVQQrKqZkh5uy4SZkA8FSK0kaE_UWA8fxLGos", "label":"Registration Fee for Member and Guest", "fee":79.99, "fee_scope":"BOTH", "early_fee":61.99, "has_restricted_access":true } ]