v1
latestOpenAPI 3.1.02026-08-043160244.3 KBTasks
Get single pending task
Retrieves a pending task by uid.
get/task/{uid}
Path parameters
uidstring required
Task uid
Task uid
Response
Info on pending task
Example response
{
"data": {
"schema": {
"description": "<table>\n <tbody>\n <tr>\n <th>User: </th>\n <td>example@treasuryspring.com</td>\n </tr>\n <tr>\n <th>First name: </th>\n <td>John</td>\n </tr>\n <tr>\n <th>Last name: </th>\n <td>Doe</td>\n </tr>\n <tr>\n <th>Role: </th>\n <td>None</td>\n </tr>\n <tr>\n <th>Entity: </th>\n <td>TEST0001</td>\n </tr>\n <tr>\n <th>Branding: </th>\n <td>None</td>\n </tr>\n <tr>\n <th>Include in default mailing list: </th>\n <td>True</td>\n </tr>\n <tr>\n <th>Phone: </th>\n <td>None</td>\n </tr>\n <tr>\n <th>Send welcome email: </th>\n <td>True</td>\n </tr>\n </tbody>\n</table>",
"properties": {
"approve": {
"type": "boolean"
}
},
"type": "object"
},
"ui": {}
},
"expiry": "2024-01-01T00:00:00",
"uid": "edd29e94ebe2417f8fedbcbdc039da84"
}