cURL
curl --request POST \ --url https://read.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/objects/{objectName}:deliverResults \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "groupRef": "<string>", "pages": 1 }'
This response does not have an example.
If a read action has delivery mode set to onRequest, then use this endpoint to request for more results. Learn more in Delivery modes.
ResultDeliveryRequestBody
The body is of type object.
object
The success response
Was this page helpful?