

# ListTerminologies
<a name="API_ListTerminologies"></a>

Provides a list of custom terminologies associated with your account.

## Request Syntax
<a name="API_ListTerminologies_RequestSyntax"></a>

```
{
   "MaxResults": number,
   "NextToken": "string"
}
```

## Request Parameters
<a name="API_ListTerminologies_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [MaxResults](#API_ListTerminologies_RequestSyntax) **   <a name="translate-ListTerminologies-request-MaxResults"></a>
The maximum number of custom terminologies returned per list request.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 500.  
Required: No

 ** [NextToken](#API_ListTerminologies_RequestSyntax) **   <a name="translate-ListTerminologies-request-NextToken"></a>
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.   
Type: String  
Length Constraints: Maximum length of 8192.  
Pattern: `\p{ASCII}{0,8192}`   
Required: No

## Response Syntax
<a name="API_ListTerminologies_ResponseSyntax"></a>

```
{
   "NextToken": "string",
   "TerminologyPropertiesList": [ 
      { 
         "Arn": "string",
         "CreatedAt": number,
         "Description": "string",
         "Directionality": "string",
         "EncryptionKey": { 
            "Id": "string",
            "Type": "string"
         },
         "Format": "string",
         "LastUpdatedAt": number,
         "Message": "string",
         "Name": "string",
         "SizeBytes": number,
         "SkippedTermCount": number,
         "SourceLanguageCode": "string",
         "TargetLanguageCodes": [ "string" ],
         "TermCount": number
      }
   ]
}
```

## Response Elements
<a name="API_ListTerminologies_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [NextToken](#API_ListTerminologies_ResponseSyntax) **   <a name="translate-ListTerminologies-response-NextToken"></a>
 If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.  
Type: String  
Length Constraints: Maximum length of 8192.  
Pattern: `\p{ASCII}{0,8192}` 

 ** [TerminologyPropertiesList](#API_ListTerminologies_ResponseSyntax) **   <a name="translate-ListTerminologies-response-TerminologyPropertiesList"></a>
The properties list of the custom terminologies returned on the list request.  
Type: Array of [TerminologyProperties](API_TerminologyProperties.md) objects

## Errors
<a name="API_ListTerminologies_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InternalServerException **   
An internal server error occurred. Retry your request.  
HTTP Status Code: 500

 ** InvalidParameterValueException **   
The value of the parameter is not valid. Review the value of the parameter you are using to correct it, and then retry your operation.  
HTTP Status Code: 400

 ** TooManyRequestsException **   
 You have made too many requests within a short period of time. Wait for a short time and then try your request again.  
HTTP Status Code: 400

## See Also
<a name="API_ListTerminologies_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/translate-2017-07-01/ListTerminologies) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/translate-2017-07-01/ListTerminologies) 