Get conversation IDs by author network ID, instance, and day

Get the IDs for conversations associated with the specified author by source network ID for a 24-hour period

Details

Returns the IDs for conversations associated with the specified author by source network ID for a 24-hour period. Use this method when the networktype is type "lithium" or "crm" in order to specify which instance the author ID is used for.

To get conversations associated with a specific author based on a Facebook, Instgram, or Twitter username/handle or ID use:

  • /authors/networks/networktype/ids/networkid/conversations
  • /authors/networks/networktype/handles/networkhandle/conversations

The call returns new conversations and conversations with specific modifications.

This call returns all conversations associated with the author record passed. This means that if you pass a handle or ID for a Twitter account, for example, you could also retrieve conversations associated with the author that originated on Facebook, or another source network.

Specify the time period with startEpochMillis and endEpochMillis. The maximum range allowed is 24 hours. If the duration specified is more than 24 hours, only 24 hours worth of changed data is returned. If you omit either startEpochMillis or endEpochMillis, the API sets the range so that the call retrieves 24 hours worth of data.

👍

Tip

For best results, use this call for data created after June 30, 2014.

Related endpoints

ActionEndpoint
GET/authors/lswUuid/conversations
Get IDs for conversations associated with the specified author by unique Care author ID for a 24-hour period
GET/authors/networks/{networktype}/ids/{networkid}/conversations
Get IDs for conversations associated with the specified author by source network ID for a 24-hour period
GET/authors/networks/{networktype}/handles/{networkhandle}/conversations
Get the IDs for conversations associated with the specified author by the networkhandle passed in for the specified source network
GET/authors/networks/{networktype}/instances/{networkinstance}/handles/{networkhandle}/conversations
Get the IDs for conversations associated with the specified author by the networkhandle passed in for the specified instance of a network
Language
URL