All URIs are relative to https://api.phrase.com/v2
| Method | HTTP request | Description |
|---|---|---|
| ReportLocalesList | Get /projects/{project_id}/report/locales | List Locale Reports |
| ReportShow | Get /projects/{project_id}/report | Get Project Report |
[]LocaleReport ReportLocalesList(ctx, projectId, optional)
List Locale Reports
List all locale reports for the given project
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| projectId | string | Project ID | |
| optional | *ReportLocalesListOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ReportLocalesListOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| xPhraseAppOTP | optional.String | Two-Factor-Authentication token (optional) | |
| page | optional.Int32 | Page number | |
| perPage | optional.Int32 | Limit on the number of objects to be returned, between 1 and 100. 25 by default | |
| localeCodes | optional.String | Locale Code | |
| tag | optional.String | tag | |
| branch | optional.String | specify the branch to use |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ProjectReport ReportShow(ctx, projectId, optional)
Get Project Report
Get report of a single project.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| projectId | string | Project ID | |
| optional | *ReportShowOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a ReportShowOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| xPhraseAppOTP | optional.String | Two-Factor-Authentication token (optional) | |
| branch | optional.String | specify the branch to use |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]