worldia / textmaster-api

Simple PHP client for the Textmaster API
1 stars 5 forks source link

Document properties #6

Closed cdaguerre closed 8 years ago

cdaguerre commented 8 years ago
Property Type Constants Mutable Comments
status string (constant) in_creation, waiting_assignment, in_progress, paused, canceled, copyscape, counting_words, word_count_finished, quality_control, in_review, incomplete, completed Yes
skip_copyscape bool ?
title string Yes
instructions string Yes
word_count int No
word_count_rule string (constant) ? ? Could you please explain word counting rules, provide constants?
keywords_repeat_count int No
deliver_work_as_file bool Yes
custom_data ? ? Could you please explain what this property relates to?
plagiarism_analysis bool Yes
written_words int No
type string (constant) ? ?
id string No
project_id string No
callback array (url + format) Yes Xml being deprecated, shall we force json?
reference ? ? Could you please explain what this property relates to?
ctype string (constant) copywriting, proofreading, translation ?
keyword_list string (comma separated)/array ? Yes
satisfaction string (constant) neutral, positive, negative Yes
completion bool ? Could you please explain what this property relates to?
can_post_message_to_author bool No
author_work ? ? Could you please explain what this property relates to?
author_id string ?
author_rating ? Yes
original_content ? ?
created_at datetime No
updated_at datetime No
completed_at datetime null ?
aponsin commented 8 years ago