bruno/memori-backend/Invitation/Gets a list of invitations sent for the specified Memori object.bru
2025-03-26 16:08:31 +02:00

17 lines
252 B
Plaintext

meta {
name: Gets a list of invitations sent for the specified Memori object.
type: http
seq: 3
}
get {
url: {{baseUrl}}/api/v2/MemoriInvitations/:strToken/:strMemoriID
body: none
auth: none
}
params:path {
strToken:
strMemoriID:
}