All URIs are relative to https://api.phrase.com/v2
Method | HTTP request | Description |
---|---|---|
SearchInAccount | Post /accounts/{account_id}/search | Search across projects |
AccountSearchResult SearchInAccount(ctx, accountId, searchInAccountParameters, optional)
Search across projects
Search for keys and translations in all account projects
Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
accountId | string | Account ID | |
searchInAccountParameters | SearchInAccountParameters | ||
optional | *SearchInAccountOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a SearchInAccountOpts struct
Name | Type | Description | Notes |
---|
xPhraseAppOTP | optional.String| Two-Factor-Authentication token (optional) |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]