POST
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
objects
/
{objectName}
:deliverResults
Deliver results
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.

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required
integrationId
string
required
objectName
string
required

Body

application/json

ResultDeliveryRequestBody

groupRef
string
required

The ID of the user group whose SaaS instance you'd like to receive results from. This is the ID that was provided during installation creation.

pages
integer
required

The number of pages you are ready to receive from the group's SaaS instance.

Required range: x >= 0

Response

The success response