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>",
"type": "approved",
"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>"
},
"pos": "noun",
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"type": "good",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun"
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
]
}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>",
"type": "approved",
"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>"
},
"pos": "noun",
"description": "<string>",
"examples": [
{
"termId": 123,
"termBankId": 123,
"example": "<string>",
"type": "good",
"id": 123
}
],
"mistakes": [
{
"termId": 123,
"termBankId": 123,
"mistake": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun"
}
],
"tags": [
{
"id": 123,
"tag": "<string>",
"termId": 123,
"parentTagId": 123
}
],
"linkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"backlinkedTerms": [
{
"termId": 123,
"linkedTermId": 123,
"term": "<string>",
"caseSensitive": true,
"id": 123,
"pos": "noun",
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
],
"approvedTermExtension": {
"termId": 123,
"capitalize": true,
"fixCommonMistakes": true,
"fixCase": true,
"id": 123
}
}
]
}approved, banned, pending noun, verb, adverb, adjective term, creationTime, modificationTime, type asc, desc Show child attributes
approved, banned, pending noun, verb, adverb, adjective Show child attributes
Show child attributes
noun, verb, adverb, adjective Show child attributes
Show child attributes
noun, verb, adverb, adjective Show child attributes
Was this page helpful?