.png)
Gets groups
ENDPOINTS
get
/v3/groups
Header parameters
Collapse
transactionId
string
required
An ID that identifies this request. A unique identifier should be generated for each request made.
Body parameters
Collapse
Query parameters
Collapse
sort
array
no
size
integer
no
Page size
page
integer
no
Page size
Responses
Collapse
200
OK
Response Body
{"links":[{"rel":"string","href":"string"}],"content":[{"groupId":"string","groupName":"string","groupType":"string","noOfParticipants":0,"links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
401
Unauthorized
Response Body
{"code":"string","message":"string"}
500
Internal Server Error
Response Body
{"code":"string","message":"string"}
curl -X 'GET' \
'https://api.candescent.com/digitalbanking/groups/v3/groups' \
-H 'accept: application/json' \
RESPONSE
{"links":[{"rel":"string","href":"string"}],"content":[{"groupId":"string","groupName":"string","groupType":"string","noOfParticipants":0,"links":[{"rel":"string","href":"string"}]}],"page":{"size":0,"totalElements":0,"totalPages":0,"number":0}}
{"code":"string","message":"string"}
{"code":"string","message":"string"}