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/migration/all

Response Example (200 OK)
{
  "Version": "string",
  "Content": "string",
  "StatusCode": "string",
  "ReasonPhrase": "string",
  "Headers": "string",
  "RequestMessage": "string",
  "IsSuccessStatusCode": "boolean"
}

GET /api/migration/db

OK

Response Example (200 OK)
{
  "Success": "boolean",
  "Source": "string"
}

GET /api/migration/report

OK

Response Example (200 OK)
{
  "Success": "boolean",
  "Source": "string"
}

GET /api/migration/template/communication

OK

Response Example (200 OK)
{
  "Success": "boolean",
  "Source": "string"
}

GET /api/migration/template/document

OK

Response Example (200 OK)
{
  "Success": "boolean",
  "Source": "string"
}

GET /api/migration/template/message

OK

Response Example (200 OK)
{
  "Success": "boolean",
  "Source": "string"
}

Schema Definitions

HttpResponseMessage: object

Version: string
Content: string
StatusCode: string
ReasonPhrase: string
Headers: string
RequestMessage: string
IsSuccessStatusCode: boolean
Example
{
  "Version": "string",
  "Content": "string",
  "StatusCode": "string",
  "ReasonPhrase": "string",
  "Headers": "string",
  "RequestMessage": "string",
  "IsSuccessStatusCode": "boolean"
}

MigrationResult: object

Success: boolean
Source: string
Example
{
  "Success": "boolean",
  "Source": "string"
}