Fetch Campaign List
POST/fetchCampaignList
This API returns list of all campaign's pending to be certified.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
certifierUsername
Optional params:
max
, offset
Request
- application/json
Body
certifierUsername string
max string
offset string
Responses
- 200
Fetch Campaign List
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Fetch Campaign List
Schema
Array [
]
campaigns
object[]
action string
campaignName string
campaignOwner string
endDate string
id number
progress string
reassigned string
startDate string
status string
type string
count number
errorCode string
msg string
{
"campaigns": [
{
"action": "",
"campaignName": "attachment",
"campaignOwner": "dbailey (Damien Bailey)",
"endDate": "2017-08-06 00:00:00",
"id": 84,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-14 00:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "default",
"campaignOwner": "acook (Amaya Cook)",
"endDate": "2017-08-04 17:00:00",
"id": 94,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-18 17:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "dates1",
"campaignOwner": "crichards (Cody Richards)",
"endDate": "2017-08-06 00:00:00",
"id": 106,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-21 00:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "notification",
"campaignOwner": "smarquez (Shania Marquez)",
"endDate": "2017-09-02 07:00:00",
"id": 117,
"progress": "41%",
"reassigned": "N/A",
"startDate": "2017-08-01 07:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "notification2",
"campaignOwner": "lkrause (Lindsay Krause)",
"endDate": "2017-09-02 07:00:00",
"id": 118,
"progress": "53%",
"reassigned": "N/A",
"startDate": "2017-08-01 07:00:00",
"status": "In Progress",
"type": "User Manager"
}
],
"count": 42,
"errorCode": "0",
"msg": "successful"
}
{
"campaigns": [
{
"action": "",
"campaignName": "attachment",
"campaignOwner": "dbailey (Damien Bailey)",
"endDate": "2017-08-06 00:00:00",
"id": 84,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-14 00:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "default",
"campaignOwner": "acook (Amaya Cook)",
"endDate": "2017-08-04 17:00:00",
"id": 94,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-18 17:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "dates1",
"campaignOwner": "crichards (Cody Richards)",
"endDate": "2017-08-06 00:00:00",
"id": 106,
"progress": "0%",
"reassigned": "N/A",
"startDate": "2017-07-21 00:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "notification",
"campaignOwner": "smarquez (Shania Marquez)",
"endDate": "2017-09-02 07:00:00",
"id": 117,
"progress": "41%",
"reassigned": "N/A",
"startDate": "2017-08-01 07:00:00",
"status": "In Progress",
"type": "User Manager"
},
{
"action": "",
"campaignName": "notification2",
"campaignOwner": "lkrause (Lindsay Krause)",
"endDate": "2017-09-02 07:00:00",
"id": 118,
"progress": "53%",
"reassigned": "N/A",
"startDate": "2017-08-01 07:00:00",
"status": "In Progress",
"type": "User Manager"
}
],
"count": 42,
"errorCode": "0",
"msg": "successful"
}
Loading...