The 'Errands' application of the Core API
Errands (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{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 '{
"show_performers": true,
"name": "string",
"show_faults": true,
"show_faults_descriptions": true,
"custom_id": "string",
"show_logo": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"show_tenant_associations": true,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"include_attachment": {
"name": "string",
"md5_hash": "string",
"get": "string",
"post": {
"url": "string",
"fields": {}
}
},
"show_space_info": true,
"show_notes_images": true,
"show_checklists": true,
"show_nominal_components": true,
"show_notes": true,
"show_responsible_parties": true,
"show_faults_images": true,
"show_faults_action_proposals": true,
"show_component_conditions": true
}'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "show_performers": true, "name": "string", "show_faults": true, "show_faults_descriptions": true, "custom_id": "string", "show_logo": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "show_tenant_associations": true, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "created_at": "2019-08-24T14:15:22Z", "include_attachment": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "show_space_info": true, "show_notes_images": true, "show_checklists": true, "show_nominal_components": true, "show_notes": true, "show_responsible_parties": true, "show_faults_images": true, "show_faults_action_proposals": true, "show_component_conditions": true }
- https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{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'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "show_performers": true, "name": "string", "show_faults": true, "show_faults_descriptions": true, "custom_id": "string", "show_logo": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "show_tenant_associations": true, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "created_at": "2019-08-24T14:15:22Z", "include_attachment": { "name": "string", "md5_hash": "string", "get": "string", "post": { … } }, "show_space_info": true, "show_notes_images": true, "show_checklists": true, "show_nominal_components": true, "show_notes": true, "show_responsible_parties": true, "show_faults_images": true, "show_faults_action_proposals": true, "show_component_conditions": true }
- https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/errands/inspections/configurations/inspectionerrandprotocolsetting/{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'