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.

OAuth: This endpoint requires the default public scope.

List all potential authors for a project

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
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 · enumOptional

Type of project to filter on.

Possible values:

  • translation
  • copywriting
  • proofreading
Possible values:
project[language_from]stringOptional

Source language for translation projects (ex: fr-FR).

Pattern: ^[a-z]{2}-[A-Z]{2}$
project[language_to]stringOptional

Target language (ex: en-US)

Pattern: ^[a-z]{2}-[A-Z]{2}$
project[options][expertise]stringOptional

An Expertise ID (See List Expertises for more info)

project[options][language_level]string · enumOptional

An Expertise ID (See List Expertises for more info)

Possible values:
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
get
/v1/clients/authors

Code samples

Last updated

Was this helpful?