Expand description

Groups Rest API Endpoint definitions

Redmine Documentation

  • all groups endpoint
  • specific group endpoint
  • create group endpoint
  • update group endpoint
  • delete group endpoint
  • add user to group endpoint
  • remove user from group endpoint

Structs

The endpoint to add a Redmine user to a Redmine group

The endpoint to create a Redmine group

The endpoint to delete a Redmine group

The endpoint for a specific Redmine group

a type for groups to use as an API return type

a minimal type for Redmine groups used in lists of groups included in other Redmine objects

A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a group field holding the inner data

helper struct for outer layers with a groups field holding the inner data

The endpoint for all Redmine groups

The endpoint to remove a Redmine user from a Redmine group

The endpoint to update an existing Redmine group

Enums

Error type for AddUserToGroupBuilder

Error type for CreateGroupBuilder

Error type for DeleteGroupBuilder

Error type for GetGroupBuilder

The types of associated data which can be fetched along with a group

Error type for ListGroupsBuilder

Error type for RemoveUserFromGroupBuilder

Error type for UpdateGroupBuilder