The ID of the space of the assignment.
an object with query parameters
OptionalassigneeId?: stringFilters assignment for a specific assigneeid.
Optionallimit?: numberMaximum number of assignments to return.
Optionalnext?: stringThe next page cursor. Next links make use of this.
Optionalprev?: stringThe previous page cursor. Previous links make use of this.
Optionaltype?: AssignmentTypeThe type of assignment. Supported values are user or group.
Optionaloptions: ApiCallOptions
Retrieves the assignments of the space matching the query. Each assignment represents one user or group and their corresponding roles in the space. Assignments are not shown for the owner of a space, who receive all
assignableRolesby default.