View Invite
Copied
https://api.ocamba.com/v2/ocamba/invites/{id}
Copied
https://api.ocamba.com/v2/ocamba/invites/{id}
Retrieves the details of an Invite if a valid identifier was provided
Name
Descriptionidstringrequired
Unique id of the invite.Example: id=423
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /v2/ocamba/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
viewstring
Ocamba API returns full representation of the resource using the “view=full” query parameter. If not specified, the default view will be used.Note that the “fields” parameter has precedence over the “view” parameter.
Example: view=full/default
200 - OK
Name
Descriptionitems[ invite ]
An array of all created items.Invite
Name
Descriptionaccessobject
Key value pair of app_id(key) and role_id(value).Example: { "1010": "1107" }
company_idstring
A unique identifier generated by the Ocamba platform.Example: 1000163
create_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
idstring
A unique identifier generated by the Ocamba platform.Example: 423
invite_timedateTime
Inviting time, Timezone: GMT.Example: 2021-07-30 12:50:13
inviteestring
Email address of the person invited to Ocamba platform.Example: [email protected]
inviter_idstring
A unique inviter identifier generated by the Ocamba platform.Example: 1123163
messagestring
Optional message sent to user invited to Ocamba.Example: some message
namestring
Name of the person invited to Ocamba platform.Example: John Doe
statusstring
Describes invitation status.Example: expired
update_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the invite id, list the invites to find it.