The 'Integrations' application of the Core API
Integrations (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/integrations/integrationserviceidconnection/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/integrations/integrationserviceidconnection/list/ \
-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 '[
{
"content_type": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"hidden": true,
"object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
"external_id": "string",
"custom_id": "string"
}
]'Response
application/json
[ { "content_type": { … }, "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c", "organization": { … }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "hidden": true, "created_at": "2019-08-24T14:15:22Z", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "external_id": "string", "custom_id": "string" } ]
- https://dev.api.pigello.io/integrations/integrationserviceidconnection/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/integrations/integrationserviceidconnection/ \
-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 '{
"content_type": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"hidden": true,
"object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
"external_id": "string",
"custom_id": "string"
}'Response
application/json
{ "content_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "hidden": true, "created_at": "2019-08-24T14:15:22Z", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "external_id": "string", "custom_id": "string" }
- https://dev.api.pigello.io/integrations/integrationserviceidconnection/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/integrations/integrationserviceidconnection/{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 '{
"content_type": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"hidden": true,
"object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb",
"external_id": "string",
"custom_id": "string"
}'Response
application/json
{ "content_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "hidden": true, "created_at": "2019-08-24T14:15:22Z", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "external_id": "string", "custom_id": "string" }
- https://dev.api.pigello.io/integrations/integrationserviceidconnection/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/integrations/integrationserviceidconnection/{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
{ "content_type": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "application_id": "48ac72d0-a829-4896-a067-dcb1c2b0f30c", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "hidden": true, "created_at": "2019-08-24T14:15:22Z", "object_id": "463a83d0-a816-4902-abba-2486e0c0a0bb", "external_id": "string", "custom_id": "string" }
- https://dev.api.pigello.io/integrations/integrationserviceidconnection/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/integrations/integrationserviceidconnection/{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'