Skip to content

Instantly share code, notes, and snippets.

@nshumoogum
Created October 29, 2020 09:39
Show Gist options
  • Save nshumoogum/2ccd12082573e27b47f9e065ad13df2f to your computer and use it in GitHub Desktop.
Save nshumoogum/2ccd12082573e27b47f9e065ad13df2f to your computer and use it in GitHub Desktop.
Search Query API (/departments/search) - Department resource example
{
"count": 80,
"took": 530,
"items": [
{
"code": "string",
"name": "string",
"url": "string",
"terms": [
"string"
],
"matches": [
{
"terms": [
{
"value": "string" /* e.g. "The Ministry of Defence also produce statistics relating to <strong>defence</strong>." */
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment