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
Schema Definitions
SocialFeedCollectionItemModel: object
- SocialFeedId: integer
- MembershipActivationId: string
- ContentItemId: string
- ContactId: string
- SocialFeedTypeId: string
- ContactName: string
- CommentsCount: integer
- FilesCount: integer
Example
{
"SocialFeedId": "integer",
"MembershipActivationId": "string",
"ContentItemId": "string",
"ContactId": "string",
"SocialFeedTypeId": "string",
"ContactName": "string",
"CommentsCount": "integer",
"FilesCount": "integer"
}
AddEditSocialFeedViewModel: object
- SocialFeedId: integer
- MembershipActivationId: string
- ContactId: string
- ContentItemId: string
- ContactName: string
- SocialFeedTypeId: string
- Url: string
- MessageText: string
- EmbedCodeHtml: string
- SocialFeedFileUpload: string
- SocialFeedFiles: string
Example
{
"SocialFeedId": "integer",
"MembershipActivationId": "string",
"ContactId": "string",
"ContentItemId": "string",
"ContactName": "string",
"SocialFeedTypeId": "string",
"Url": "string",
"MessageText": "string",
"EmbedCodeHtml": "string",
"SocialFeedFileUpload": "string",
"SocialFeedFiles": "string"
}
SocialFeedCommentCollectionItemModel: object
- SocialFeedCommentId: integer
- SocialFeedId: integer
- CommentBy: integer
- CommentByContact: string
- CommentDate: string
- CommentText: string
Example
{
"SocialFeedCommentId": "integer",
"SocialFeedId": "integer",
"CommentBy": "integer",
"CommentByContact": "string",
"CommentDate": "string",
"CommentText": "string"
}
AddEditSocialFeedCommentViewModel: object
- SocialFeedCommentId: integer
- SocialFeedId: integer
- CommentBy: integer
- CommentDate: string
- CommentByContact: string
- CommentText: string
Example
{
"SocialFeedCommentId": "integer",
"SocialFeedId": "integer",
"CommentBy": "integer",
"CommentDate": "string",
"CommentByContact": "string",
"CommentText": "string"
}