GrowthZone REST API API Reference

undefined

API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0

Paths

GET /api/eventwidgets/{eventid}/goals/attendee

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

GET /api/eventwidgets/{eventid}/goals/attendeerevenue

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

GET /api/eventwidgets/{eventid}/goals/exhibitor

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

GET /api/eventwidgets/{eventid}/goals/exhibitorrevenue

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

GET /api/eventwidgets/{eventid}/goals/sponsor

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

GET /api/eventwidgets/{eventid}/goals/sponsorrevenue

eventid: integer
in path

(no description)

Response Example (200 OK)
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

Schema Definitions

EventAttendeeGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

EventAttendeeRevenueGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

EventSponsorGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

EventSponsorRevenueGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

EventExhibitorGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}

EventExhibitorRevenueGoalQLWidget: object

Name: string
WidgetId: string
GridWidth: integer
WidgetType: string
ShowCondition: string
DisplayInfo: string
Value: string
Heading: string
SubHeading: string
Example
{
  "Name": "string",
  "WidgetId": "string",
  "GridWidth": "integer",
  "WidgetType": "string",
  "ShowCondition": "string",
  "DisplayInfo": "string",
  "Value": "string",
  "Heading": "string",
  "SubHeading": "string"
}