formAnswerGroupsCount
The number of filled forms for a given set of a arguments
Arguments
updated_after
· ISO8601DateTime
· When passed in, only objects updated after the specified datetime are returned. updated_before
· ISO8601DateTime
· When passed in, only objects updated before the specified datetime are returned. Returns
Int
Example
query formAnswerGroupsCount( $date: String $filler_id: String $form_answer_group_id: String $ids: [ID] $name: String $user_id: String $locked_status: Boolean $signed_status: Boolean $updated_after: ISO8601DateTime $updated_before: ISO8601DateTime) { formAnswerGroupsCount( date: $date filler_id: $filler_id form_answer_group_id: $form_answer_group_id ids: $ids name: $name user_id: $user_id locked_status: $locked_status signed_status: $signed_status updated_after: $updated_after updated_before: $updated_before )}