create one or multiple tasks
| Time |
Status |
User Agent |
|
| Make a request to see history. |
|
|
|
URL Expired
The URL for this request expired after 30 days.
| Field |
Type |
Description |
| companyUuid |
string |
required |
| uuid |
string |
required |
| title |
string |
required |
| description |
string |
|
| taskType |
string |
required |
| dataCollectioninformationSharingtrainingbackgroundChecktinChecki9w4documentSigninguniversalpartnerTaskvideointernalDataReviewinternalExternalActioncompliance |
enum |
|
| subType |
string |
enum |
| estimatedCompletionMinutes |
number |
|
| content |
object |
|
| requireReview |
boolean |
true/false |
| reuseInRehire |
boolean |
Defaults to true |
| isInternal |
boolean |
true/false |
| internalTaskData |
object |
|
Responses
201 One or many task documents created. Wrapped in a JsonAPI root response.
500 default error response
Example Request
curl --request POST \
--url https://services.fountain.com/api/servicetodo/tasks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"taskType": "dataCollection",
"reuseInRehire": true
}
'
Response Codes