Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Allblues committed Oct 7, 2019
1 parent 374a429 commit abb6190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/includes/_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Bullhorn uses the term entity to refer to a type represented in the Bullhorn sys

### JSON

The REST API f the specifications and conventions of the JavaScript Object Notation (JSON) data format and any related Javascript syntax specifications. For more information, see the following articles:
The REST API follows the specifications and conventions of the JavaScript Object Notation (JSON) data format and any related Javascript syntax specifications. For more information, see the following articles:

* [http://www.json.org](http://www.json.org)
* [http://en.wikipedia.org/wiki/JSON](http://en.wikipedia.org/wiki/JSON)
Expand All @@ -41,6 +41,7 @@ For more information about JSONP, see the following article: [http://en.wikipedi

## API Operations
There are several API operations for retrieving entity data: entity, search, query, and meta. These calls share some common parameters and behavior.

* Use the entity operation to create, update, and get entities by id; use the PUT, POST, and GET HTTP verbs to create, update and get entities, respectively.
* Use the search operation to search for entities in a Lucene search index, and return them by id. Use the search operation with search/{EntityType} and no query parameters to return data that describes the structure of the Lucene index fields for the entity.
* Use the query operation to query for entities with the Java Persistence Query Language (JPQL), and return them by id.
Expand Down

0 comments on commit abb6190

Please sign in to comment.