v1
latestOpenAPI 3.0.32026-07-243003151.2 MBList Wallet Invites
This API method allows the calling application to retrieve all invites using either the GUID or reference (or both).
Query parameters
Wallet Invitation GUID
Wallet Invitation Reference
Query string for Result filtering by Wallet Id
Query string for Result filtering by Invite State(s). For single filtering value square brackets could be omitted.
Query string for Result filtering by Invite Status(es). For single filtering value square brackets could be omitted.
Query string for Result filtering by Invite Type(s). For single filtering value square brackets could be omitted.
Query string for Result filtering by supplied Unit.
Query string for Result filtering by date created
Query string for Result filtering by date last updated
Query string for Result filtering by valid from date
Query string for Result filtering by valid to date
Query string Pagination Limit
Query string Pagination Offset
Response
OK
Example response
{
"results": [
{
"validFrom": "2017-01-17T13:20:48+00:00",
"validTo": "2017-01-17T13:20:48+00:00",
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}