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
200 OK
OK
Response Example (200 OK)
{
"Version": "string",
"Content": "string",
"StatusCode": "string",
"ReasonPhrase": "string",
"Headers": "string",
"RequestMessage": "string",
"IsSuccessStatusCode": "boolean"
}
GET /api/migration/db
200 OK
OK
Response Example (200 OK)
{
"Success": "boolean",
"Source": "string"
}
GET /api/migration/report
200 OK
OK
Response Example (200 OK)
{
"Success": "boolean",
"Source": "string"
}
GET /api/migration/template/communication
200 OK
OK
Response Example (200 OK)
{
"Success": "boolean",
"Source": "string"
}
GET /api/migration/template/document
200 OK
OK
Response Example (200 OK)
{
"Success": "boolean",
"Source": "string"
}
GET /api/migration/template/message
200 OK
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"
}