Get a single author by the source network ID on a specific instance of the network
Details
Returns a single author by the source network ID on a specific instance of the network. 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 a single author based on a Facebook, Instagram, or Twitter username/handle or ID use:
/authors/networks/networktype/ids/networkid
/authors/networks/networktype/handles/networkhandle
Notice in this response that there is no personList
array. This is because we are retrieving all known Author instances associated with the specified Care author. In this example, we passed in the id
field value (2279), and we were able to retrieve all known author data related to that ID including custom CRM author attributes, custom author attributes, and system attributes.
Related endpoints
Action | Endpoint |
---|---|
GET | /authors/networks/{networktype}/ids/{networkid} Get a single author by source network ID where the source network has only a single, default instance, such as Facebook or Twitter |
PUT | /authors/networks/{networktype}/ids/{networkid} Update a single author by source network ID on the default instance of the source network |
PUT | /authors/networks/{networktype}/instances/{networkinstance}/ids/{networkid} Update a single author by network ID on a specific instance of that network |
GET | /authors/networks/{networktype}/handles/{networkhandle} Get one or more authors by the networkhandle passed in for the specified source network |
GET | /authors/networks/{networktype}/instances/{networkinstance}/handles/{networkhandle} Returns one or more authors by the networkhandle passed in for the specified instance of a network. |