Robozuki calls (view original version)
search batchdata rejectedbatchstats fyibatchstats gettopacceptedstats getstatsforbatch updatestatus
robozuki/search — Get
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- start
- rows
- token
- devid
Returns: List of Beans
robozuki/batchdata — Batch Data
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- start - Optional
- rows - Optional
- batch - It can have value as YYYYMMDD for example 20240825
- token
- devid
Returns: List of URLRobozukiSubmission Beans
robozuki/rejectedbatchstats — Get Rejected Batch Stats
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- batch can be date only in the form 20240825
- field for which stats should be returned it can be cat|description|domain|hostname|url_status_reason|site_ip|email|submitter_ip|title|url
- token
- devid
Returns: stats
robozuki/fyibatchstats — Get Batch Stats by Comments
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- batch can be date only in the form 20240825
- field for which stats should be returned it can be cat|description|domain|hostname|url_status_reason|site_ip|email|submitter_ip|title|url
- token
- devid
Returns: stats
robozuki/gettopacceptedstats — Get Top Accepted Stats
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- batch can be date only in the form 20240825
- count Like get Top 20 max can be top 40.
- field for which stats should be returned it can be cat|description|domain|hostname|url_status_reason|site_ip|email|submitter_ip|title|url
- token
- devid
Returns: stats
robozuki/getstatsforbatch — Get Stats for a Batch
Permissions required: GET_ROBOZUKI_URL_SUBMISSION_STATS
Parameters
- Batch can be date only in the form 20240825
- token
- devid
Returns: List of Beans
robozuki/updatestatus — Update Status
Permissions required: UPDATE_ROBOZUKI_URL_SUBMISSION_STATUS
Parameters
- id - For updating multiple ids simultaneously use comma separated values for example 1,2,3
- token
- status - It can be 0 if approved or 1 if rejected.
- devid
Returns: (Ok Status)