json/v1.0/estimate.json in sk_api_schema-0.2.4 vs json/v1.0/estimate.json in sk_api_schema-0.2.5
- old
+ new
@@ -166,18 +166,28 @@
"description": "Filter by a space delimited list of tags",
"type":"string"
},
"filter[from]":{
"title" : "From date",
- "description": "All objects with a date after the date",
+ "description": "Objects with a date after the date",
"type" : "date"
},
"filter[to]":{
"title" : "To date",
- "description": "All objects with date before the date",
+ "description": "Objects with date before the date",
"type" : "date"
},
+ "filter[created_at_from]":{
+ "title" : "From date",
+ "description": "Objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z",
+ "type" : "date-time"
+ },
+ "filter[created_at_to]":{
+ "title" : "To date",
+ "description": "Objects with a creation date before the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z",
+ "type" : "date-time"
+ },
"filter[languages]":{
"title" : "Languages",
"description": "A list of language codes, comma separated",
"type" : "string"
},
@@ -187,9 +197,14 @@
"type" : "string"
},
"filter[ids]":{
"title" : "Documents",
"description": "A single or a list of document uuids, comma separated",
+ "type" : "string"
+ },
+ "filter[creator_ids]":{
+ "title" : "Creator",
+ "description": "Objects created by the given users uuids, comma separated",
"type" : "string"
},
"sort_by":{
"title" : "Sort by",
"description": "Sort the results by the given field => number",