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/webhooks/setup

Response Example (200 OK)
[
  {
    "Id": "string",
    "Description": "string",
    "WebHookId": "string",
    "Url": "string",
    "IsPaused": "boolean",
    "Actions": "string"
  }
]

POST /api/webhooks/setup

Request Example
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string",
  "Description": "string",
  "Url": "string",
  "IsPaused": "boolean",
  "PayloadStyle": "string",
  "IgnoreWebhookValidation": "boolean"
}
Response Example (200 OK)
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string",
  "Description": "string",
  "Url": "string",
  "IsPaused": "boolean",
  "PayloadStyle": "string",
  "IgnoreWebhookValidation": "boolean"
}

DELETE /api/webhooks/setup/{webhookid}

webhookid: string
in path

(no description)

200 OK

OK

GET /api/webhooks/setup/{webhookid}/test

webhookid: string
in path

(no description)

Response Example (200 OK)
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string"
}

POST /api/webhooks/setup/{webhookid}/test

webhookid: object
in path

(no description)

Request Example
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string"
}
200 OK

OK

GET /api/webhooks/setup/actiontypes/lookup

Response Example (200 OK)
[
  {
    "Id": "string",
    "Name": "string",
    "ExtraData": "string",
    "CssColor": "string",
    "IsSelected": "boolean",
    "IsDeleted": "boolean",
    "Order": "integer"
  }
]

POST /api/webhooks/setup/add/realestate

200 OK

OK

GET /api/webhooks/setup/details/{webhookid}

webhookid: string
in path

(no description)

Response Example (200 OK)
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string",
  "Description": "string",
  "Url": "string",
  "IsPaused": "boolean",
  "PayloadStyle": "string",
  "IgnoreWebhookValidation": "boolean"
}

Schema Definitions

WebHookCollectionItem: object

Id: string
Description: string
WebHookId: string
Url: string
IsPaused: boolean
Actions: string
Example
{
  "Id": "string",
  "Description": "string",
  "WebHookId": "string",
  "Url": "string",
  "IsPaused": "boolean",
  "Actions": "string"
}

AddEditWebHookViewModel: object

Id: string
WebHookId: string
WebHookFilters: string
Description: string
Url: string
IsPaused: boolean
PayloadStyle: string
IgnoreWebhookValidation: boolean
Example
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string",
  "Description": "string",
  "Url": "string",
  "IsPaused": "boolean",
  "PayloadStyle": "string",
  "IgnoreWebhookValidation": "boolean"
}

Boolean: object

Example
"object"

GenericLookUpChoice<String>: object

Id: string
Name: string
ExtraData: string
CssColor: string
IsSelected: boolean
IsDeleted: boolean
Order: integer
Example
{
  "Id": "string",
  "Name": "string",
  "ExtraData": "string",
  "CssColor": "string",
  "IsSelected": "boolean",
  "IsDeleted": "boolean",
  "Order": "integer"
}

TestWebHookViewModel: object

Id: string
WebHookId: string
WebHookFilters: string
Example
{
  "Id": "string",
  "WebHookId": "string",
  "WebHookFilters": "string"
}

String: object

this[]: string
Length: integer
Example
{
  "this[]": "string",
  "Length": "integer"
}