PTC Arbortext Content Delivery Development > Development > Using REST Calls in ACD > Scenario 2: To Search a Document by a Title or Keyword in Model Context or Serial Number
Scenario 2: To Search a Document by a Title or Keyword in Model Context or Serial Number
This scenario explains on how to search any document with the help of a model context or a serial number.
Prerequisite
If you do not have access to the model context, serial number or the infoType in the REST call, you will get an error message as shown in below image:
REST Call Template
<protocol>://<host>:<port>/<web_app_name>/servlet/servicecenter/rest/search/modelSearch/<model_name or sn>?keyword=<doc_title or generic keyword>&infotype=<doc_type>
Example of Using a Model Name
Example of Using a Serial Number
* 
Infotype is an optional parameter. If nothing is specified the search call bring all types of applicable documents.
Header
The Header required for making REST calls for Search is:
Was this helpful?