class DiadocApi::GetDocuments
- DiadocApi::GetDocuments
- DiadocApi::MethodsWrapper
- Reference
- Object
Defined in:
diadoc_api/methods/get_documents.crClass Method Summary
- .fetch(client : Client, box : Entity::Box, index_key : String | Nil = nil, filter_category : FilterCategory = FilterCategory.default, from_document_date : Time | Nil = nil, to_document_date : Time | Nil = nil, counteragent_box : Entity::Box | Nil = nil) : Entity::DocumentList
- .fetch(client : Client, box_id : String, index_key : String | Nil = nil, filter_category : FilterCategory = FilterCategory.default, from_document_date : Time | Nil = nil, to_document_date : Time | Nil = nil, counteragent_box_id : String | Nil = nil) : Entity::DocumentList
Class methods inherited from class DiadocApi::MethodsWrapper
check_response(response : HTTP::Client::Response)
check_response
Class Method Detail
def self.fetch(client : Client, box : Entity::Box, index_key : String | Nil = nil, filter_category : FilterCategory = FilterCategory.default, from_document_date : Time | Nil = nil, to_document_date : Time | Nil = nil, counteragent_box : Entity::Box | Nil = nil) : Entity::DocumentList
#
def self.fetch(client : Client, box_id : String, index_key : String | Nil = nil, filter_category : FilterCategory = FilterCategory.default, from_document_date : Time | Nil = nil, to_document_date : Time | Nil = nil, counteragent_box_id : String | Nil = nil) : Entity::DocumentList
#