The 'Errands' application of the Core API
Errands (2.0.0)
- https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/' \
-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'Successful selection
Additional Validation Information:
This value can't bet set, when any of the following fields are set: component
This field, or at least one of the following fields must be set: component
Additional Validation Information:
This value can't bet set, when any of the following fields are set: custom_field_type
This field, or at least one of the following fields must be set: custom_field_type
{ "custom_id": "string", "action_proposal": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "custom_field_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "created_at": "2019-08-24T14:15:22Z", "responsible_party": 0, "inspection_errand": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "component": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "description": "string" }
Additional Validation Information:
This value can't bet set, when any of the following fields are set: component
This field, or at least one of the following fields must be set: component
Additional Validation Information:
This value can't bet set, when any of the following fields are set: custom_field_type
This field, or at least one of the following fields must be set: custom_field_type
- https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/' \
-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",
"action_proposal": "string",
"custom_field_type": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"responsible_party": 0,
"inspection_errand": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"component": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"description": "string"
}'Successful update
Additional Validation Information:
This value can't bet set, when any of the following fields are set: component
This field, or at least one of the following fields must be set: component
Additional Validation Information:
This value can't bet set, when any of the following fields are set: custom_field_type
This field, or at least one of the following fields must be set: custom_field_type
{ "custom_id": "string", "action_proposal": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "custom_field_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "created_at": "2019-08-24T14:15:22Z", "responsible_party": 0, "inspection_errand": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "component": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "description": "string" }
- https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/errands/inspections/reporting/inspectionerrandfault/{pk}/' \
-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'