Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
POST
curl -i -X POST \
https://dev.api.pigello.io/errands/generalerrands/reporting/generalerrandgroup/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '{
"custom_id": "string",
"title": "string",
"organization_user_reviewers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}'Successful creation
Additional Validation Information:
Enum Descriptions:
0- Open1- Closed
Enum:01
Response
{ "custom_id": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "actual_done_time": "2019-08-24T14:15:22Z", "planned_done_time": "2019-08-24T14:15:22Z", "status": 0, "created_at": "2019-08-24T14:15:22Z", "title": "string", "tags": null, "organization_user_reviewers": [ { … } ], "customer_columns": null, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }