Interaction attributes reference
Field reference for the interaction and response objects returned by the interactions endpoints.
Interaction objects are returned by List interactions for a location, Get rollup interactions, and Get interactions by IDs. The paginated endpoints wrap them in a Relay-style connection, the response body is data.interactions (per location), data.rollupInteractions (account rollup), or data.interactionDetails (by IDs), each containing edges[].node, pageInfo, and (for connections) totalCount.
Interaction fields
Response object fields
Each item in an interaction's responses array (and the object returned by Respond to an interaction):
Response status flow
The interactionStatus field tracks a response as it is posted out to the source site:
- CREATED → COMPLETED: posted to the publisher; no double-confirmation available on that platform
- CREATED → COMPLETED → CONFIRMED: posted and then confirmed by the publisher
- CREATED → FAILED: submission to the publisher did not succeed; see
remarks
Filter enums
The paginated endpoints accept these enum values as filters:
responseStatus:RESPONDED,PENDINGsortOrder:NEWEST_FIRST,OLDEST_FIRST,LAST_RESPONDEDcategory:REVIEW(and other high-level buckets exposed per account)