Download OpenAPI specification:Download
OpenAPI specification for Repzo Approval Request endpoints.
| params | object Query parameters for filtering approval requests |
{- "data": [
- {
- "_id": "string",
- "title": "string",
- "description": "string",
- "requestedBy": "string",
- "entity": "string",
- "entityId": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "currentApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low",
- "status": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "meta": { }
}| title | string |
| description | string |
| requestedBy | string |
| entity | string |
| entityId | string |
| approvers | Array of strings |
| requiredApprovals | number |
| dueDate | string <date-time> |
| priority | string Enum: "low" "medium" "high" "urgent" |
{- "title": "string",
- "description": "string",
- "requestedBy": "string",
- "entity": "string",
- "entityId": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low"
}{- "data": {
- "_id": "string",
- "title": "string",
- "description": "string",
- "requestedBy": "string",
- "entity": "string",
- "entityId": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "currentApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low",
- "status": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}{- "data": {
- "_id": "string",
- "title": "string",
- "description": "string",
- "requestedBy": "string",
- "entity": "string",
- "entityId": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "currentApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low",
- "status": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | string |
| title | string |
| description | string |
| approvers | Array of strings |
| requiredApprovals | number |
| dueDate | string <date-time> |
| priority | string Enum: "low" "medium" "high" "urgent" |
| status | string |
{- "title": "string",
- "description": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low",
- "status": "string"
}{- "data": {
- "_id": "string",
- "title": "string",
- "description": "string",
- "requestedBy": "string",
- "entity": "string",
- "entityId": "string",
- "approvers": [
- "string"
], - "requiredApprovals": 0,
- "currentApprovals": 0,
- "dueDate": "2019-08-24T14:15:22Z",
- "priority": "low",
- "status": "pending",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}