Skip to main content
GET
/
set2StarAutoReview
Auto-set 2-star review for overdue deliverables (cron)
curl --request GET \
  --url http://localhost/mogl/mogl-backend/api/set2StarAutoReview \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success",
  "message": "Auto reviews applied to overdue deliverables.",
  "data": []
}

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Server-to-Server API Key for internal/lambda/cron calls

Response

200 - application/json

Auto reviews set

status
string
Example:

"success"

message
string
Example:

"Auto reviews applied to overdue deliverables."

data
object[]
Example:
[]