- Previous: GET /v1/stats/entity/by_date
- Up: Central Index API
- Next: GET /v1/token/add
GET /v1/syndication_log/by_entity_id
NOTE: This method is not accessible to users on Starter Plan API keys. Please contact us if you want premium access to our service.
HTTP Method: GET
Path: /v1/syndication_log/by_entity_id
Authentication: API Key required
Description: Get details of syndication attempts and outcomes for a given entity id
Parameters:
parameter | type | description | Required |
entity_id | string | The id of the entity to examine |
Yes |
Sample Response:
{ "success": true, "msg": "ok", "data": [ { "_id": "062ff194ca7a0a27e40593a4595c4488", "_rev": "1-36c5a659419007fc0c549de6ca0dbf96", "entity_id": "541342777733120", "publisher_id": "75e1232092eb2213cfe3865a879c8125", "insert_date": "2014-06-09 17:18:58 +00:00", "action": "feedback", "success": true, "message": "listingupdate", "syndicated_id": "17320980", "syndicated_urls": [ "http://www.scoot.co.uk/17320980", "http://www.touchlocal.com/17320980", "http://directory.independent.co.uk/17320980", "http://directory.thesun.co.uk/17320980" ] }, { "_id": "1dfab7600fa41c8346a07165266aa340", "_rev": "1-4c62a1ef683435f6430866559f363a16", "entity_id": "541342777733120", "publisher_id": "75e1232092eb2213cfe3865a879c8125", "insert_date": "2014-06-09 12:12:53 +00:00", "action": "syndicate", "success": true, "message": "Submitted to Scoot Network" }, { "_id": "fdce4670aa0b580e0b3988902372a0d3", "_rev": "1-758fce69d178b0f5772a35bc84fa3d91", "entity_id": "541342777733120", "publisher_id": "386f2fe2a44c61c8365fe0b7a717ac50", "insert_date": "2014-06-09 12:02:56 +00:00", "action": "feedback", "success": true, "syndicated_id": "afe932f0-ec70-4db2-93d6-a36ff12544ee", "syndicated_urls": [ "http://factual.com/afe932f0-ec70-4db2-93d6-a36ff12544ee" ] }, { "_id": "fdce4670aa0b580e0b39889023728adc", "_rev": "1-94adef4791737b5c7f545540b9021aee", "entity_id": "541342777733120", "publisher_id": "386f2fe2a44c61c8365fe0b7a717ac50", "insert_date": "2014-06-09 12:02:56 +00:00", "action": "syndicate", "success": true, "message": "Submitted to Factual" }
The API call returns a list of syndication "actions" performed by the Central Index for the given entity id.
Publisher_id is the id of the publisher that the entity was syndicated to.
action is either "syndicate" or "feedback".
- "Syndicate" is an action from the Central Index to the publisher
- "Feedback" is an action from the publisher to the Central Index
message is free-form text
syndicated_id is the id of the entity as known to the publishers
syndicated_urls is a collection of URLs where the entity details can be found on the publisher website
- Previous: GET /v1/stats/entity/by_date
- Up: Central Index API
- Next: GET /v1/token/add
Docs Navigation
- Introduction
- Getting Started
- Using IODocs
- Responses
- Creating a sample request
- Sample Libraries
- Central Index API
- What data do we store in an entity?
- GET /v1/advertiser/updated
- GET /v1/autocomplete/category
- GET /v1/autocomplete/keyword
- GET /v1/autocomplete/location
- GET /v1/entity
- GET /v1/entity/advertisers
- GET /v1/entity/advertisers/inventorycheck
- GET /v1/entity/by_supplier_id
- GET /v1/entity/search/keyword/bynearest
- GET /v1/entity/search/what
- GET /v1/entity/search/what/bylocation
- GET /v1/entity/search/what/byboundingbox
- GET /v1/entity/search/what/bynearest
- GET /v1/entity/search/who
- GET /v1/entity/search/who/bylocation
- GET /v1/entity/search/who/byboundingbox
- GET /v1/entity/search/who/bynearest
- GET /v1/location
- GET /v1/location/context
- GET /v1/lookup/category
- GET /v1/match/byphone
- GET /v1/stats/entity/by_date
- GET /v1/syndication_log/by_entity_id
- GET /v1/token/add
- GET /v1/token/report
- GET /v1/token/claim
- GET /v1/token/message
- GET /v1/tools/docs
- GET /v1/user/by_email
- PUT /v1/business
- PUT /v1/business/json
- PUT /v1/entityserve
- POST /v1/entity/advertiser/cancel
- POST /v1/entity/advertiser/create
- POST /v1/entity/advertiser/renew
- POST /v1/entity/advertiser/upsell
- POST /v1/entity/category
- POST /v1/entity/claim
- POST /entity/claim/cancel
- POST /v1/entity/claim/reseller
- POST /v1/entity/description
- POST /v1/entity/document
- POST /v1/entity/email
- POST /v1/entity/fax
- POST /v1/entity/featured_message
- POST /v1/entity/geopoint
- POST /v1/entity/image
- POST /v1/entity/image/by_url
- POST /v1/entity/list
- POST /v1/entity/logo
- POST /v1/entity/logo/by_url
- POST /v1/entity/name
- POST /v1/entity/opening_times
- POST /v1/entity/payment_type
- POST /v1/entity/phone
- POST /v1/entity/postal_address
- POST /v1/entity/socialmedia
- POST /v1/entity/special_offer
- POST /v1/entity/tag
- POST /v1/entity/testimonial
- POST /v1/entity/video/youtube
- POST /v1/entity/website
- POST /v1/syndication/cancel
- POST /v1/syndication/create
- POST /v1/signal
- POST /v1/user
- DELETE /v1/entity/category
- DELETE /v1/entity/description
- DELETE /v1/entity/image
- DELETE /v1/entity/phone
- DELETE /v1/entity/logo
- DELETE /v1/entity/website
- syndication api