Skip to content

Returns all groups with matching ids

POST
/v2/groups

Get groups by id

object
ids
required
Array<string>
owner
object
type
required
string
id
required
string

Groups matching the specified criteria

object
groups
required
Array<object>
object
type
required
string
token
required
string
id
required
string
/group_[a-zA-Z0-9]{26}/
ownerType
required
string
ownerId
required
string

Thrown when the provided resources can’t be found to continue the operation

object
status
required
string
Allowed values: 404
message
required
string
type
required
string
Allowed values: NotFoundError
data
required
object
missingIds
Array<string>
sources
object
knotIds
Array<string>
threadIds
Array<string>
groupUnions
Array
Any of:
object
id
required
string
/group_[a-zA-Z0-9]{26}/
groupIntersections
Array<Array>
missingGroups
Array
Any of:
object
id
required
string
/group_[a-zA-Z0-9]{26}/
missingHolds
Array
Any of:
object
id
required
string
/hold_[a-zA-Z0-9]{26}/