Authors
List authors able to work on project
Returns a list of authors who have the skills to work on a project given its attributes without actually creating it.
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Query parameters
project[activity_name]string · enumOptionalPossible values:
Type of project to filter on.
Possible values:
- translation
- copywriting
- proofreading
project[language_from]stringOptionalPattern:
Source language for translation projects (ex: fr-FR).
^[a-z]{2}-[A-Z]{2}$project[language_to]stringOptionalPattern:
Target language (ex: en-US)
^[a-z]{2}-[A-Z]{2}$project[options][expertise]stringOptional
An Expertise ID (See List Expertises for more info)
project[options][language_level]string · enumOptionalPossible values:
An Expertise ID (See List Expertises for more info)
pageintegerOptional
Search results are limited to 100 items. Specify page number to read more than the first page.
Responses
200
Lists Potential Authors
application/json
401
Unauthorized
application/json
get
/v1/clients/authorsCode samples
Last updated
Was this helpful?