Find terms
curl --request GET \
--url https://enterprise-api.writer.com/terminology/organization/{organizationId}/team/{teamId} \
--header 'Authorization: <authorization>'{
"totalCount": 123,
"pagination": {
"offset": 123,
"limit": 123
},
"result": [
{
"id": 123,
"termBankId": 123,
"term": "<string>",
"caseSensitive": true,
"highlight": true,
"creationTime": "2023-11-07T05:31:56Z",
"modificationTime": "2023-11-07T05:31:56Z",
"createdUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"modifiedUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
]
}Terminology
Find terms
GET
/
terminology
/
organization
/
{organizationId}
/
team
/
{teamId}
Find terms
curl --request GET \
--url https://enterprise-api.writer.com/terminology/organization/{organizationId}/team/{teamId} \
--header 'Authorization: <authorization>'{
"totalCount": 123,
"pagination": {
"offset": 123,
"limit": 123
},
"result": [
{
"id": 123,
"termBankId": 123,
"term": "<string>",
"caseSensitive": true,
"highlight": true,
"creationTime": "2023-11-07T05:31:56Z",
"modificationTime": "2023-11-07T05:31:56Z",
"createdUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"modifiedUser": {
"id": 123,
"fullName": "<string>",
"email": "<string>"
},
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
]
}We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.
Headers
Query Parameters
Available options:
approved, banned, pending Available options:
noun, verb, adverb, adjective Available options:
term, creationTime, modificationTime, type Available options:
asc, desc Was this page helpful?
⌘I