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/hangfirerecurringjobs

Response Example (200 OK)
[
  {
    "ServiceJobTypeEnumName": "string",
    "HangfireRecurringJobName": "string",
    "Actions": "string"
  }
]

POST /api/hangfirerecurringjobs/runjob/{servicejobtypeenumname}

servicejobtypeenumname: object
in path

(no description)

200 OK

OK

Schema Definitions

HangfireRecurringJobsViewModelListItem: object

ServiceJobTypeEnumName: string
HangfireRecurringJobName: string
Actions: string
Example
{
  "ServiceJobTypeEnumName": "string",
  "HangfireRecurringJobName": "string",
  "Actions": "string"
}

Boolean: object

Example
"object"

String: object

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