Contacts API: Groups

Retrieves one specific group

get
Authorizations
BearerstringRequired
Path parameters
groupstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/contacts/groups/{group}
404

Not Found

Checks for the existence of one specific group

head
Authorizations
BearerstringRequired
Path parameters
groupstring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/contacts/groups/{group}

No content

Collects the list of groups that match specific criteria

post
Authorizations
BearerstringRequired
Body
GroupCreatedSincestring · date-time · nullableOptional
GroupCreatedBeforestring · date-time · nullableOptional
GroupExpirySincestring · date-time · nullableOptional
GroupExpiryBeforestring · date-time · nullableOptional
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/contacts/groups/collect
200

OK

Counts the groups that match specific criteria

post
Authorizations
BearerstringRequired
Body
GroupCreatedSincestring · date-time · nullableOptional
GroupCreatedBeforestring · date-time · nullableOptional
GroupExpirySincestring · date-time · nullableOptional
GroupExpiryBeforestring · date-time · nullableOptional
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/contacts/groups/count
200

OK

Downloads the list of groups that match specific criteria

post
Authorizations
BearerstringRequired
Body
GroupCreatedSincestring · date-time · nullableOptional
GroupCreatedBeforestring · date-time · nullableOptional
GroupExpirySincestring · date-time · nullableOptional
GroupExpiryBeforestring · date-time · nullableOptional
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/contacts/groups/download
200

OK

No content

Searches for the list of groups that match specific criteria

post
Authorizations
BearerstringRequired
Body
GroupCreatedSincestring · date-time · nullableOptional
GroupCreatedBeforestring · date-time · nullableOptional
GroupExpirySincestring · date-time · nullableOptional
GroupExpiryBeforestring · date-time · nullableOptional
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/contacts/groups/search
200

OK

Last updated

Was this helpful?