Introduction
This service is created to get data from SDL Tridion Broker Database using broker API ,currently this service is tested with SDL Tridion 2013 SP1
In this service you will see many methods are exposed and message format JSON and XML output.
Methods which are available
http://domainname/Tridion2013SP1Provider.svc/GetPagebyUrl/2073/xml?url=/Collection/index.aspx
You can download the code from here
Happy coding and keep sharing :)
In this service you will see many methods are exposed and message format JSON and XML output.
Methods which are available
- Get Components by SchemaID
- Get Page by URL
- Get Page by TcmId
- Get ComponentPresentation By TcmId
- Get multipleComponentPresentation By TcmId
- Get ComponentPresentation By PublishedDate
- Get ComponentPresentation By SchemaID
Example
To request a page from the Tridion broker.
http://domainname/Tridion2013SP1Provider.svc/GetPagebyUrl/{publicationId}/{format}?url={url} http://domainname/Tridion2013SP1Provider.svc/GetPagebyUrl/2073/xml?url=/Collection/index.aspx
You can download the code from here
Happy coding and keep sharing :)