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
POST /api/audit/contacthistorydetail/{contactid}
undefined
contactid:
integer
in path
(no description)
Request Example
{
"ContactId": "integer",
"TenantId": "integer",
"ChangeDate": "string",
"ChangeType": "string",
"LoadButton": "string",
"ChangeHistory": "string"
}
200 OK
OK
Response Example (200 OK)
{
"ContactId": "integer",
"TenantId": "integer",
"ChangeDate": "string",
"ChangeType": "string",
"LoadButton": "string",
"ChangeHistory": "string"
}
GET /api/audit/detail/{auditid}
auditid:
integer
in path
(no description)
200 OK
OK
Response Example (200 OK)
{
"AuditId": "integer",
"LoadButton": "string",
"CreatedDate": "string",
"CreatedDateUTC": "string",
"ModifiedDate": "string",
"ModifiedDateUTC": "string",
"PrimaryKey": "integer",
"IsSourceDeleted": "boolean",
"CreatedBy": "integer",
"CreatedByName": "string",
"ModifiedBy": "integer",
"ModifiedByName": "string",
"AuditSourceId": "string",
"AuditSourceName": "string",
"ChangeHistory": "string"
}
GET /api/audit/log
options:
string
in query
(no description)
200 OK
OK
type
Response Example (200 OK)
[
{
"AuditId": "integer",
"SourceType": "string",
"PrimaryKey": "integer",
"CreatedBy": "string",
"ModifiedBy": "string",
"LogDate": "string",
"ViewDetails": "string"
}
]
Schema Definitions
AuditListItem: object
- AuditId: integer
- SourceType: string
- PrimaryKey: integer
- CreatedBy: string
- ModifiedBy: string
- LogDate: string
- ViewDetails: string
Example
{
"AuditId": "integer",
"SourceType": "string",
"PrimaryKey": "integer",
"CreatedBy": "string",
"ModifiedBy": "string",
"LogDate": "string",
"ViewDetails": "string"
}
AuditEntryDetailModel: object
- AuditId: integer
- LoadButton: string
- CreatedDate: string
- CreatedDateUTC: string
- ModifiedDate: string
- ModifiedDateUTC: string
- PrimaryKey: integer
- IsSourceDeleted: boolean
- CreatedBy: integer
- CreatedByName: string
- ModifiedBy: integer
- ModifiedByName: string
- AuditSourceId: string
- AuditSourceName: string
- ChangeHistory: string
Example
{
"AuditId": "integer",
"LoadButton": "string",
"CreatedDate": "string",
"CreatedDateUTC": "string",
"ModifiedDate": "string",
"ModifiedDateUTC": "string",
"PrimaryKey": "integer",
"IsSourceDeleted": "boolean",
"CreatedBy": "integer",
"CreatedByName": "string",
"ModifiedBy": "integer",
"ModifiedByName": "string",
"AuditSourceId": "string",
"AuditSourceName": "string",
"ChangeHistory": "string"
}
ContactAuditEntryDetail: object
- ContactId: integer
- TenantId: integer
- ChangeDate: string
- ChangeType: string
- LoadButton: string
- ChangeHistory: string
Example
{
"ContactId": "integer",
"TenantId": "integer",
"ChangeDate": "string",
"ChangeType": "string",
"LoadButton": "string",
"ChangeHistory": "string"
}